Obsidian is now free for work - Obsidian
-
Take a look a SyncThing! It's a free FOSS app for syncing files and is available on all devices, and it's all self hosted. I initially used it for Obsidian syncing, but it's proved incredibly useful beyond that
-
Its a staggeringly powerful app. Utilizing the markdown format and the Dataview plugin to create queries with metadata in your notes allows you to build INSANE knowledge management systems.
Example of some set ups here: https://forum.obsidian.md/t/14-example-vaults-from-around-the-web-kepano-nick-milo-the-sweet-setup-and-more/81788
-
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.
-
Excellent news ! Excellent note taking applications with its ecosystem of extensions.
-
The Dataview plugin is the most critical one. You can create queries with the metadata in your notes (YAML frontmatter and # hashtags). If that sounded like a bunch of non-sense I highly encourage you to dig into it, because I had no idea what those words meant either but it took my note taking to a new level. I think of my Obsidian vault as my second brain.
Below are some cool examples of vaults that you can click through. Also note that because the obsidian pages are in markdown format you can use the Jekyll engine to directly turn them into web pages without any coding (this is how GitHub Pages works)
If you know how to do a bit of coding (or use ChatGPT) you can incorporate APIs from other apps in your obsidian vault. Maybe you want to make a fancy home page that displays all your tasks from ToDoist, alongside the RSS feeds to your favorite podcasts and YouTube channels. Maybe you are tracking your habits and using DataView to compile all relevant instances of #habit tags into one calendar for a birds eye view.
-
It's a different thing. What Obsidian and Logseq offer is plain-text markdown files in folders on your disk. Upnote and most of the other alternatives mentioned in this post store their data in a database.
Different thing altogether. Just depends what you're looking for.
-
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.
-
That literally doesn't even remotely resemble what I said.
-
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.
-
It's pretty identical there champ.
-
T [email protected] shared this topic
-
I was using Obsidian for a while, but actually switched when I found an awesome open source alternative, SilverBullet. The best comparison would be "Obsidian but for tinkerers/hackers".
Data is stored plaintext the same as obsidian - I actually just copy pasted my vault and it worked with exception of wikilinks being absolute paths only - and haven't looked back
The only downside is that its in early stages of development, but definitely usable
-
I like Silverbullet, but I could never get the file tree to work well. Any tips? Or is that not a feature you use?
-
To answer your other question, actively using and maintaining my PIM since 2009.
-
Someone develops logseq which is completely foss and like obsidian. Now I can choose to donate to FOSS or buy closed source. How do you decide?
We just need to establish paying for open source software more.
-
Notesnook is free. It is developed under gpl https://github.com/streetwriters/notesnook
-
They mentioned SyncThing.
-
I jumped over to logseq. It takes some getting used to, but overall logseq is working fine overall.
-
I have an "index" page where I link important pages and files. When I want to move them I rename them. If I do bulk data changes I SSH to my server and move the files in an old fashioned way.
Personally I have not tried the filetree plugin, since I did not have the need for it - and probably the author of the project aswell. -
Just use Joplin. It checks all those boxes, it’s only flaw is being an electron application.
I use it too, but it doesn’t have something like canvas. You have to write them in Mermaid markdown like a caveman.