Markdown vaults
A Vault is a folder of Markdown files that holds your bookmarks. A small background program, the daemon, serves it to the extension. In Chrome and Firefox a Vault is optional and appears next to your browser bookmarks as a separate bookmark source. In Safari it is the only source.
Why keep bookmarks as files
Section titled “Why keep bookmarks as files”Browsers keep bookmarks in an internal database that is hard to read, back up or edit with your own tools. A Vault keeps them as ordinary files instead:
- Each bookmark is one Markdown file, and each bookmark folder is a folder on disk. There is no hidden database.
- The files stay usable in a text editor, in Obsidian and in Git. See Obsidian bookmarks as Markdown files.
- The backup tools you already use work for it. See Back up your vault.
How it stays private
Section titled “How it stays private”- The daemon only accepts connections from your own computer (
127.0.0.1orlocalhost). - It has no accounts and sends no telemetry.
- The extension asks for permission to reach the daemon when you click Connect, never at install time.
Get started
Section titled “Get started”- Install the daemon. With Node.js, one command does
the first run:
npx bookmarks-but-better@latest. - Connect the extension in Settings → Sources.
- Optionally, host several vaults in one daemon. Each one is its own source.
If something does not work, see Troubleshooting. To remove the daemon, see Uninstall. Your Vault stays where it is.