←back to thread

384 points ingve | 1 comments | | HN request time: 0.204s | source
Show context
Rhapso ◴[] No.41878048[source]
I convert content to markdown and relevant images and then store them in an obsidian vault. I self-sync it with syncthing. It has quickly become a rather effective zettelkasten memory prosthetic on my laptop and phone.

I also use google/facebook takeouts, reformat the results, and store+index all my human-facing correspondence in there. Text is cheap and I avoid most images. Its still under 200mb and instantly searchable with a nice UI and as a bunch of markdown files it is easily portable.

replies(3): >>41878098 #>>41878289 #>>41879523 #
winter_blue ◴[] No.41878289[source]
What do you use to sync Obsidian on your phone? Is it syncthing as well?
replies(2): >>41878342 #>>41879040 #
1. Tuckerism ◴[] No.41879040[source]
I saw that the OP already replied, but wanted to share how I approach this myself. I have a desktop, laptop, and phone that I wanted to keep synced up, so I actually used it as an excuse to setup my own git repo on my NAS (which I wanted to do anyway).

The only tricky part has been dealing with git on iOS. I have to use a particular app (Working Copy) and some shortcuts to get the syncing behavior consistent. But it is doable!