Bookmarks¶
This guide explains how to manage bookmarks and folders in Astronomo.
Adding Bookmarks¶
Quick Add¶
- Navigate to a page you want to save
- Press Ctrl+D
- Edit the title if desired
- Optionally select a folder
- Press Enter to save
From the Sidebar¶
- Press Ctrl+B to open the bookmarks sidebar
- Use the "Add Bookmark" option if available
Viewing Bookmarks¶
Press Ctrl+B to toggle the bookmarks sidebar.
The sidebar shows:
- All your bookmarks organized by folder
- Root-level bookmarks (not in any folder)
- Folders that can be expanded/collapsed
Organizing with Folders¶
Creating Folders¶
- Open the bookmarks sidebar (Ctrl+B)
- Look for the "New Folder" option
- Enter a folder name
- The folder appears in your bookmark list
Adding Bookmarks to Folders¶
When creating a new bookmark (Ctrl+D):
- Fill in the bookmark details
- Select a folder from the dropdown
- Save the bookmark
Suggested Organization¶
Consider organizing by topic:
├── News & Aggregators
│ ├── Antenna
│ ├── CAPCOM
│ └── Gemini Observatory
├── Technical
│ ├── Gemini Protocol Docs
│ └── FAQ
├── Gemlogs
│ ├── Solderpunk
│ └── Other Gemlogs
└── Personal
└── My Gemlog
Customizing Folder Colors¶
You can set a custom background color for folders to help visually distinguish them.
Setting a Folder Color¶
- Open the bookmarks sidebar (Ctrl+B)
- Select the folder you want to customize
- Press E to edit the folder
- In the color picker, choose from:
- Preset colors: 12 theme-friendly colors (6 muted, 6 pastel)
- Custom hex: Enter any 6-digit hex color (e.g.,
#4a4a5a)
- Press Enter or click "Save"
Removing a Folder Color¶
- Edit the folder (E)
- Click the "Clear" button in the color picker
- Save changes
The text color automatically adjusts for readability on any background color.
Available Preset Colors¶
| Muted (dark themes) | Pastel (light themes) |
|---|---|
| Slate (#4a4a5a) | Steel Blue (#b0c4de) |
| Maroon (#5a3d3d) | Rose (#d4a5a5) |
| Forest (#3d5a3d) | Green (#a5d4a5) |
| Navy (#3d4a5a) | Yellow (#d4d4a5) |
| Brown (#5a4a3d) | Lavender (#c4b0de) |
| Purple (#4a3d5a) | Cyan (#a5c4d4) |
Editing Bookmarks¶
- Open the bookmarks sidebar
- Select a bookmark
- Press E to edit
- Modify the title
- Press Enter to save
Deleting Bookmarks¶
- Open the bookmarks sidebar
- Right-click a bookmark
- Select "Delete"
- Confirm deletion
Deleting Folders¶
Warning
Deleting a folder does not delete bookmarks inside it. They become root-level bookmarks.
- Open the bookmarks sidebar
- Right-click a folder
- Select "Delete"
- Confirm deletion
Bookmark Storage¶
Bookmarks are stored in ~/.config/astronomo/bookmarks.toml:
[[folders]]
id = "abc123"
name = "Tech Sites"
color = "#3d4a5a" # Optional: hex color for folder background
created_at = "2025-01-15T10:30:00"
[[bookmarks]]
id = "def456"
url = "gemini://geminiprotocol.net/"
title = "Gemini Protocol"
folder_id = "abc123"
created_at = "2025-01-15T10:30:00"
You can edit this file directly if needed.
Backup and Restore¶
Backup¶
Restore¶
Tips¶
- Use descriptive titles - Future you will thank present you
- Create folders early - Easier to organize as you go
- Regular cleanup - Remove bookmarks for dead capsules
- Backup periodically - Especially before system changes