Hello everyone, I’d like your recommendations for a note taking app that:
I tried:
The closest I found so far is Obsidian, which:
Edit: March-2nd: added memos, codimd, hedgedoc Edit: March-9th, It has been a busy week and I could not do much. I added silverbullet and both syncthing adn remotly-save for obsidian. I’m using now Silverbullet and Obsidian+syncthing until I decide on one. Thank you everyone who helped me choosing.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
https://noteapps.info
I use Obsidian, you have mentioned it and it’s not self hosted, but for me that depends on how you look at it. I use it in a folder that’s synced to Nextcloud, so I consider the data self hosted markdown files. The viewer, i.e. the Obsidian app is not self hosted, but I consider that just a client used to view the data so it doesn’t really bother me.
You sound like me from last month. I strongly recommend silverbullet, check it out on https://silverbullet.md
Check, even has a simple docker compose
Check, it does have an SQL database, but it’s used for queries, you can even copy or modify MD files at will
Check, it’s a superset of markdown that includes queries for cool stuff like create tables that group data from other pages
Check, it has a PWA that works offline and syncs when back online. Note that this means that all files will be on your device if you use it like that, but that’s expected.
Check, like I mentioned you can query all tasks on all pages and even do filters based on several factors, like where the task is defined or extra attributes that you set to them, e.g. priority.
Edit: bonus points:
Someone else mentioned Silverbullet, I hosted on my home server and it looks promising, here are a few thing I will need to explore:
/
, I’m wondering is there is a plugin that add a tool bar or a client app that does have it.Thank you for your comment
Nextcloud Notes is pretty good. Btw Joplin has an option for End-to-end encryption.
Obsidian + obsidian git plugin
I already replied to a different thread, but figured I’d comment on some of the other options too. My vote is for Silverbullet, but I’ve tried way too many note taking tools.
Logseq has an Android app and clients for the usual desktop platforms. It stores as .md files. It meets your requirements. I’m not sure why you’re focused on Firefox support?
One I have my eye on is Silverbullet.md. the creator recently promoted it here and it has some nice ideas. It’s a web app that you self host. Behind the scenes everything is stored in .md files.
I use logseq. It has an Android app, and also desktop app (the latter being more complex). Also, it’s plain markdown.
But you have to sync the different devices yourself and be careful not to run two instances at the same time.
Yep logseq + syncthing
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
4 acronyms in this thread; the most compressed thread commented on today has 13 acronyms.
[Thread #560 for this sub, first seen 1st Mar 2024, 09:05] [FAQ] [Full list] [Contact] [Source code]
Logseq actually does not need to be run in a browser, there are apps for every system. It does not have any sync server to host though (so far) so you have to use syncthing or something to have your notes available between devices. It does store notes in .md format with clearly labelled names so you always have access to them.
It does have a learning curve and android apps still do have some bugs to iron out, but I started to really like it and use it as my bullet journal.
The whole system of linking notes and even singular text blocks works really well in my mind. I can write a quick note about my health in today’s journal file and tag it with #health and when I go to the health file it shows every mention of that tag from everywhere.
+1 on Logseq and Sync Thing.
Obsidian is my favorite thus far. It sucks at checklists/Todo though. So I use Quillpad as a shopping list keeper and Tasks.org as my task management/Todo, both syncing to my self hosted Nextcloud instance.
I’m still on Obsidian Sync because I couldn’t get Syncthing to work reliably, but that was very early in my selfhosting journey, so I will try again.
I sync obsidian with my self hosted owncloud instance.
Self hosted obsidian live sync eorks very well. I use it on 3 devices each with a different OS. Super fast and responsive. I can see text appear almost as fast as Google docs when types on one device and watched from another.
I know obsidian itself is not FOSD but the files are markdown and you can easily back them up with your existing backup setup (seafile for me) and then open up the plain md files if needed for some reason
Coming back to this, I just realized I have Seafile syncing my Obsidian vault already. I know you said you’re using it for Backup, but have you tried to use it as the only sync solution for Obsidian? I like it so much because of how fast it is, so if it works well, I may just do that once my membership expires.
Seafile doesn’t have 2 way sync on android. Would probably work well enough for sync between two computers
How incredibly timely!
I’ll have to give it a go with a copy of my vault.
Oh wow, direct obsidian seafile sync sounds amazing.
It bypasses the android sync app and just syncs to the server directly! This is brilliant!
Main issue with live sync is if you have multiple users you need multiple sync servers. This will allow all your seafile users to sync right away which us amazing!
I’ve fallen deep down the Silverbullet rabbit hole. Self hosted markdown editor but with built in dataview style querying (if you used Obsidian that will be familiar), accessible cross platform and with a progressive web app, and basically endlessly extendable with a scripting language. Really really enjoying it and it’s made me finally move from Obsidian, which I used to evangelize (and pay for the premium sync features). Definitely check it out. Silverbullet.md
Obaidian + Syncthing will do the trick.
I use obsidian with obsidian-livesync for selfhosting the notes. Works pretty well across linux, macos, ios so far
Obsidian + Syncthing is what I’ve settled on. Not perfect, but the best I’ve used.