Project Home Page

Web-based PKM system with Markdown support and interoperability with Obsidian.

Sync Strategy with Obsidian

I use Syncthing to copy notes between different machines. The silverbullet server. Files that we want to avoid copying onto the server can be blacklisted via .stignore like so:

.git

// most important one. this keeps track of your open panes and files in the app
.obsidian/workspace
.obsidian/workspace.json
.silverbullet.db
.silverbullet.db-wal

// Ignore the files versioned by Syncthing
.stversions

Git Sync

Additionally, I like to use silverbullet-git to sync my notes with Forgejo in order to facilitate My Publication Workflow.