I love the concept of apple’s in house journal app which allows you to create dated posts that include text, videos, and photos. I hate the idea of writing anything private in a journal hosted by apple as well as the fact that apple could discontinue at any time. Any ideas on a way to achieve something similar in a clean interface (a long word document wouldn’t cut it) without the middle man? A dedicated un-networked device even?
Could just skip the hosting step and use Joplin. Has a lot of backends built-in, and encryption support at the app so the contents are encrypted before they leave the device.
I went from Logseq to SilverBullet a year and a half ago and I love it!
How’s that going, compared to Joplin or Standard Notes ?
i like it, i have been pretty happy with it, but i was also specifically looking for keeping notes in markdown, so ymmv depending on what you want/need. i run it on a docker server i already had, using compose and it has been very stable
Good to know, for such a simple thing, it’s amazing that notes hasn’t found a simple winner.
Seconding (thirding) logseq! Your daily journals all show up in one long scrollable page (delimited by the date and such) so you can easily see what happened previous days, etc. If you click one it brings up that page in full screen if you want to focus on it, it works very nicely imo.
You also aren’t limited to just journaling, you can use it for a pkm system. Say that you journal for that day about learning something, you can do this:
- Today I looked into [[eulers_formula]] ** Created by Leonard Euler ** e^(ix) = cos(x) + i sin(x) ** Etc
When you go to the eulers_formula page, all of that info will be in the links section without having to leave the page. I personally do all that, then write my own summary of the info on the page itself, so I have the original content and my take on it.
It’s also fully foss, you can pay for their sync service to have it available on multiple devices all the time and it’s fully encrypted in transit so they can’t see your info, I personally just use syncthing and haven’t run into any issues using it on my phone and computer unless you try to modify the same file at the same time (which isn’t really something you would ever do)
Here’s the note taking and editors page of awesome-selfhosted. Looks like there are a few contenders in there. DailyTxT looks decent for your use case.
https://awesome-selfhosted.net/tags/note-taking--editors.html
This is where I’ve landed too.
- self hosting is dead simple.
- so no syncing to be done across devices.
- posts are saved as plain text files (in markdown).
- so you can do what you need with them.
- supports multi users, SSO, cloudflare R2 for storage if you need those things.
As a Logseq user, that looks pretty much like what I wanted it to be. Lean, self hostable, no weird feature bloat. I’ll take a closer look!
I used logseq for about 6 months before I found Memos. LS was just always getting in my way. Memos just works, for me.
- self hosting is dead simple.
Logseq! Right now, you can only self host the database and sync it with Syncthing for example, but the dedicated sync feature is currently in beta and will be self hostable afaik.