In any case, nowhere is it indicated why this approach (no matter what you call it) should be preferred over e.g. recfiles.
Disclaimer: My project
Specifically, my observation was lots of people use a collection of markdown files (or other data formats) in a git repository to crowdsource data. This ties in really nicely with a lot of static site generators.
I was interested in seeing if a tool could help data reuse and help people who aren't comfortable with git contribute.
Your filesystem is very much not a database, and you risk data corruption and loss by using markdown files as a database, especially if you have multiple programs reading and writing to and from the same files. Things will start getting weird and you will start rebuilding an ACID compliant database engine in your application layer.
That said, I love markdown. It's great. Simple.
jayknight•4h ago
[1] https://silverbullet.md/
digdugdirk•57m ago