Email or username:

Password:

Forgot your password?
Top-level
Devine Lu Linvega

@akkartik @aartaka I think Obsidian is a web app isn't? If I had to guess, the browser would have to die for Obsidian to die, but the death of Obsidian wouldn't affect the browser at all, making it more robust?

2 comments
DELETED

@neauoire @akkartik @aartaka obsidian isn’t, and browsers historically have needed to maintain backwards compatibility; so an html document has more longevity so long as you stick only to features that are at least 10 or so years old and don’t use a framework

DELETED

@neauoire @akkartik @aartaka that said, Markdown dialect incompatibilities are a worse problem than different versions of browsers. and there’s the perhaps minor point that markdown has a much more direct dependency on html and the precise ways it renders in a browser than most people realise, even setting aside that the standard requires that a markdown dialect literally support all of html inline

Go Up