feedRSS feedRSS feed


Reply to https://kandr3s.co/status/1641864780

There's a few ways to do it and I'm still trying to figure out which works best for my setup. Since Obsidian is really just reading from a local file system, you could use any number of application to sync that directory between devices. I think something like Dropbox would work but I'm thinking about going with Syncthing. The Obsidian Git plugin would also work but there is no mobile support. On Android this can sort of be handled with Termux and a cron job. The E2EE gets a little more complicated but I have this on my list of things to try:


Reply to https://kandr3s.co/status/1641419964

I've been struggling with the same. I like Notion but I don't think the mobile experience works as well as it does on desktop. Trilium is the easiest to setup but I the UX makes it harder to work with than Notion for me. Overall Obsidian is closer to what I need but I don't want to fully move to it until I setup my own sync server that doesn't rely on their servers.








I need to find a better git workflow for posts. Currently posts published through my micropub endpoint are pushed to a branch. That branch gets automatically deployed to preview on Netlify. On a push to main, a GitHub Action deploys to "production". I manually deploy changes when a post is made after I've previewed and "approved" them but doing a PR for all of these seems like overkill but that might be the way to go for now.