Expand description
Bookmarks system for saving and annotating search results.
Provides persistent storage for bookmarked search results with user notes
and tags. Uses a separate SQLite database file to avoid schema conflicts.
Structs§
- Bookmark
- A bookmarked search result with optional note and tags
- Bookmark
Store - Storage backend for bookmarks using
SQLite
Functions§
- default_
bookmarks_ path - Get the default bookmarks database path