Repo Types
BookmarkRepo supports multiple repo types for syncing bookmarks. Each repo type has its own configuration options, but all repos share common properties like sync frequency and target folder.
Common Properties
All bookmark repos share common configuration properties:
Sync Frequency
Choose how often bookmarks are automatically synced: Every hour, Twice a day, Once a day... etc Match frequency to your repo's update rate, considering network usage, API rate limits, and bookmark freshness needs. Manual syncs work independently and happen immediately.
Target Folder
Select where synced bookmarks are stored. The extension creates a folder named after your repo inside the target folder:
Your Bookmarks/
├── Target Folder/
│ └── Repo Name/
│ ├── Bookmark 1
│ └── Bookmark 2
Use a dedicated folder for synced bookmarks and group related repos together. Edit the repo to change the target folder—existing bookmarks won't move automatically.
Available Repo Types
📄️ HTTP API Repo
The HTTP API repo allows you to sync bookmarks from any HTTP endpoint that returns bookmark data in JSON or YAML format.
📄️ Confluence Repo
The Confluence repo allows you to extract bookmarks directly from Confluence pages. This is useful if you maintain a list of bookmarks in a Confluence page.