this post was submitted on 20 Feb 2025
701 points (98.1% liked)
Technology
64091 readers
8077 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
the extensions mostly
Good point, the thing is... if you do have MarkDown in a directory, as suggested here, then your CLI tools become your extensions. One can start with git and voila, version tracked. One can used a Web server e.g. Apache or nginx, and voila, accessible anywhere on the network, possibly on the Internet (via e.g. Grok or TailScale). That also includes any programming language, e.g. invoking a Python script on said files. Might not sound like much but it's a LOT.
So... I'd argue maybe not necessarily extensions themselves but the curation of extensions, namely their discoverability because they are all in one neat spot, with comments from users, etc whereas CLI commands are... all over.
Edit: I'd be curious about how many downvoters in this case have been using such solutions and for how long. FWIW I've been actively using and maintaining my PIM since 2008.
You only have to consider the plugin developers. Most of them would have the technical ability to do what you mention, but they prefer to use Obsidian instead. Clearly there's a reason for that.
How can you tell? I imagine you have stats on how many plugin developers exist and are active but I don't know how you can know how many people rely on a file system with CLI tools approach.
One of the benefits of Obsidian is that it stores its data in a format where you CAN use cli tools and python etc. That's one of the reasons I'm using it myself.