Live data from Hacker News

Show HN: Files.md – Open-source alternative to Obsidian

github.com

31–40 of 377 posts

Re: Show HN: Files.md – Open-source alternative to Obsidian

#31
post #18

Earlier 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.

And the developers get compensated for their work how?

Are you asking how the open source ecosystem works in general?

In my experience, if the dev wishes to be compensated in dollars, they also sell a commercial license, cloud services, etc.

Re: Show HN: Files.md – Open-source alternative to Obsidian

#33

I wouldn't show it as an alternative to Obsidian though. It shares MD files with it and both are supposedly about note taking ("supposedly" is for Obsidian, I haven't tried Files.md yet), but Files.md seems to have its own way of making the users work with their thoughts, notes and knowledge altogether. When I read "an alternative", I assumed feature-parity and API compatibility. But what I found out was entirely dif…

[deleted]

Re: Show HN: Files.md – Open-source alternative to Obsidian

#34
I 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 jump around a huge web of interlinked files very quickly with only a few key presses, as well as inside a document and manipulate them en masse or in minute detail all with only a few taps. All of your standard open source terminal tools work with it, difftastic, bat/cat, zoxide/CD, ripgrep, fzf, git, LLMs, encryption, sync, etc etc. I use yazi for a visual filepicker and zellij for tabs. Run it on a server and connect from any computer in the world without downloading a single thing. I sometimes make use of two tools called rucola and tree-md for looking at prettier versions of the texts and seeing stats about how they interact. All open source of course!

There is no better interface for text than a terminal, and we are in the golden age. Despite being extremely powerful, this setup will run on resource constrained machines.

Re: Show HN: Files.md – Open-source alternative to Obsidian

#35
post #18

Earlier 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.

And the developers get compensated for their work how?

get a job

Re: Show HN: Files.md – Open-source alternative to Obsidian

#36

I wouldn't show it as an alternative to Obsidian though. It shares MD files with it and both are supposedly about note taking ("supposedly" is for Obsidian, I haven't tried Files.md yet), but Files.md seems to have its own way of making the users work with their thoughts, notes and knowledge altogether. When I read "an alternative", I assumed feature-parity and API compatibility. But what I found out was entirely dif…

> When I read "an alternative", I assumed feature-parity and API compatibility. But what I found out was entirely different and much more interesting.

Thanks for a good observation! Indeed, I don't position it as Obsidian alternative. I don't know a better pitch for it just yet.

For me that's something about: simplicity, lazy flow of adding things, readiness to use out of the box.

To focus on what works, and not what is fancy.

Re: Show HN: Files.md – Open-source alternative to Obsidian

#37

This 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.

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.

> So that anyone could tweak it however he wants.

That was true before the "AI era" as well.

Re: Show HN: Files.md – Open-source alternative to Obsidian

#38
The one thing I need in a solution like this is multi-player mode that includes a simplified review/track-changes system that I can collaborate with my AI on these docs. Proof.sdk from Every Inc has an interesting approach on this. If I had more free time, I'd build it myself!

Re: Show HN: Files.md – Open-source alternative to Obsidian

#39
post #18

Earlier 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.

And the developers get compensated for their work how?

Given the explosion of open source released projects I've seen over the past six months, I believe developers are getting compensated by the tool they are building for themselves creating real value for them.

I have a problem, I spend a few days building a tool that solves the problem, it works pretty well for me, and I release it to let others get value from it. They make tweaks to it, perhaps improve it, and I get value from those enhancements and bugfixes.

Re: Show HN: Files.md – Open-source alternative to Obsidian

#40
post #6

Nice project. People may also want to checkout Tiddlywiki.

I ended up landing on https://silverbullet.md. It checks a lot of boxes for me,

- self hosted

- works offline (mostly)

- "just md" BUT

- scriptable or extendable by lua, rendered in page, eg `${1 + 1}` outputs `2`, but you can do a lot more, such as query pages and tags with a LINQ type query interface.

Post reply on HN