Earlier quoted context omitted.
Which is why I think Obsidian is such a weird piece of software. It's free. It doesn't lock your own data behind a paywall. But, it only allows you to modify it in very specific plugin API ways. I pay for software all the time, and I don't expect it to be open source. But for software I don't pay for, I do expect it to be open source.
That is an interesting point, and you are probably not alone in that opinion. From a logical point of view, it makes no sense to me, though. Just view it as a purchase that costs $X, but where the author of the software provided you with a voucher worth $X. Why should not paying anything for the software give you the right to modify and fork it as you like, whereas you accept that constraint for software you paid for…
Show HN: Files.md – Open-source alternative to Obsidian
371–377 of 377 posts
Re: Show HN: Files.md – Open-source alternative to Obsidian
#372Re: Show HN: Files.md – Open-source alternative to Obsidian
#373I use .MD files, helix terminal editor with a markdown LSP called markdown-oxide that replicates the obsidian feature set (like bidirectional links, tags, making new notes automatically, two keys get you from a in-line footnote to the definition and back again, etc), and rumdl which is a super efficient and customizable markdown linter and formatter (semantic line breaks far the win!) . Since it is all helix I can ju…
Re: Show HN: Files.md – Open-source alternative to Obsidian
#374AI'm building a native version[0] of Obsidian in Qt6 (QWidgets, cpp), replicating the markdown editor takes a while, there are so many ways of corrupting the file or losing the rendered markdown style... but its getting there[1] and its lightweight, using about 15mb ram, no gpu and barely uses any cpu when the cursor or scroll moves, like a text editor should be. Still need to render widget tables, lists and syntax h…
If AI’m building isn’t a typo, I kinda like it as a way to accurately claim what I’m building with AI.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#375I use .MD files, helix terminal editor with a markdown LSP called markdown-oxide that replicates the obsidian feature set (like bidirectional links, tags, making new notes automatically, two keys get you from a in-line footnote to the definition and back again, etc), and rumdl which is a super efficient and customizable markdown linter and formatter (semantic line breaks far the win!) . Since it is all helix I can ju…