Same idea, but directly inside your terminal: https://github.com/RivoLink/leaf
Show HN: Files.md – Open-source alternative to Obsidian
221–230 of 377 posts
Re: Show HN: Files.md – Open-source alternative to Obsidian
#222I wonder if markdown will slowly fall out of favor for note taking, because AI can generate gorgeous-looking HTML essentially for free. I saw this bit of advice on twitter last week -- to use HTML as the target output for your LLM when you do planning or discussion sessions. And it's been very nice. It's so much easier to parse lots of info when it's presented in an organized/color-coordinated HTML file (potentially…
Because I often dump text into md files and the operation is instant.
Same for small tweaks.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#223Earlier quoted context omitted.
Donationware is a viable business model for basically nobody. Most people won't pay for something if they don't have to.
And yet the majority of all computers dont just have some open source software, their operating systems are open source. The worlds digital infrastructure is largely open source.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#224This made me realize that obsidian is *not* opensource, but in a way obsidian made me feel like it was opensource. Obviously now that I researched it, it is quite obvious that it is not, but still it 'feels' like it should be opensource.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#225I want something like this, but completely terminal based
Re: Show HN: Files.md – Open-source alternative to Obsidian
#226Re: Show HN: Files.md – Open-source alternative to Obsidian
#227Re: Show HN: Files.md – Open-source alternative to Obsidian
#228As a user of Obsidian I like this, it looks good and clean. I use Typora often as it is easier to start in a folder and just work on the files, on top it has nice visuals. Very good work.
I did a lot of experimentations with the UX/UI and colors, glad you appreciated the effort :)
Re: Show HN: Files.md – Open-source alternative to Obsidian
#229I 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…
Right, but most people want to be able to consult their notes on the go, quickly add items from their phone, etc.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#230I 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…
Glad I read this! I love Helix and have been looking for a way to have some extra note taking features without loosing my favourite editor. Will definitely give markdown-oxide a try!