The '... building this for 5 years' definitely resonates. Text editors are a pitfall of hidden complexities! It looks and feels great, congratulations for getting this out.
Not very classy to piggy back off of this post to advertise your own text editor. Just make a new "Show HN" post.
Show HN: Files.md – Open-source alternative to Obsidian
191–200 of 377 posts
Re: Show HN: Files.md – Open-source alternative to Obsidian
#192Earlier quoted context omitted.
Which really begs the question: why not have it open-source at that point? Obsidian isn't making money from things hidden in the code, but rather their Sync service. Might as well open-source it (and perhaps get more people helping with the development), keep the Sync service, and stem competitor projects like these in the bud.
Because then someone might fork it into a new product with their own sync service.
The mechanism that allowed that was patched as a vulnerability
Re: Show HN: Files.md – Open-source alternative to Obsidian
#193Earlier quoted context omitted.
Do you not sponsor projects that you get value out of? I'm not saying you have to, but you asked how they get compensated and there's nothing stopping you from giving them money. It's easy to forget that you get a lot of value out of something and not give back. If you end up getting a good paying job with your programming experience just buy your favorite projects "a beer" one a month, or once a year. God knows it's…
Donationware is a viable business model for basically nobody. Most people won't pay for something if they don't have to.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#194Earlier quoted context omitted.
> waffling about moving from Notion to something local/markdown based for a while. Check out Tolaria [1]. Open source, works locally, uses markdown, no-databases. Git client built-in. Even has Notion-style input. [1]: https://tolaria.md
This looks REALLY good, thanks.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#195Earlier quoted context omitted.
Wait, why are you mixing the two? You can have the software be under an open source license, yet still not be a monk that has taken a vow of poverty, it's not black and white. AFAIK (as a long-term Obsidian daily user) Obsidian makes their money on various things attached to the editor/viewer itself, but don't actually charge for the editor/viewer. Even if they did, they could still slap a FOSS license on it, and con…
I'm mixing the two because I think developers should value their time and profit from the value they add. I want them to build viable businesses so they get wealthy from their efforts and can continue keeping useful products alive. There's no value to their business to open sourcing the product. Open source risks losing customers to knock-off competitors or fragmenting their plugin ecoystem (which is a lot of Obsidia…
Re: Show HN: Files.md – Open-source alternative to Obsidian
#196Re: Show HN: Files.md – Open-source alternative to Obsidian
#197Re: Show HN: Files.md – Open-source alternative to Obsidian
#198Earlier quoted context omitted.
Well, yes. Just now, any regular user can clone the repository and ask an LLM to tune it to his needs.
I never thought about this before, and it hasn’t been mentioned significantly in the vast amount of AI threads I read here. But it’s a really good point as skeptical as I am (in mid-2026) of AI first codebases
It was mostly crafted by hand.
Let's say, I've saved some "complexity space" for LLM to add features on top.
In other words, the project has dumb-simple code right now, and it is ready to hold some amount of "tech-debt" from an LLM.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#199Earlier quoted context omitted.
That was the reason a few years ago I started this project. It seems like software in AI-era should be distributed open source. So that anyone could tweak it however he wants. Not though clunky plugins system.
Congratulations on making it tonthe front page. I think your app looks like a brilliant notes app implementation, and there's obviously demand. When I launched https://www.asnotes.io earlier this year (An extension that turns VS Code in to an Obsidian like PKMS) it made the number 4 spot. It's clearly something that people see as important and draws a lot of opinions. I hope your project does well.
That was a long journey for me :)
Good luck with your project as well.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#200Looks nice but seems overkill to me to run a Go server to sync with a telegram bot to authenticate. Maybe I don't fully understand the use case.
You don't need to spin up the server, only in case you want your own infra.
Optional sync is only working with chatbot auth for now, but I'll do something about it.