Bookmarks
Save, edit, and delete bookmarks
A bookmark in mnera.io is a saved URL with optional metadata. All bookmarks are stored as RDF triples in your Solid pod — you can inspect the raw file at any time.
Bookmark fields
| Field | Required | Description |
|---|---|---|
| URL | Yes | The web address of the page |
| Title | Yes | A short descriptive label |
| Description | No | Notes or a summary of the page |
| Topics | No | One or more categories to organise the bookmark |
Adding a bookmark
- Click New → Add bookmark in the sidebar
- Enter the URL (required) and title (required)
- Optionally add a description and select topics
- Click Save
Editing a bookmark
Click any bookmark to open its detail view. Use the edit button (pencil icon) to change the title, description, or topics.
Deleting a bookmark
Open the bookmark detail view and click the delete button. You will be asked to confirm before the bookmark is permanently removed from your pod.
Finding broken bookmarks
If you suspect some of your saved links no longer work, run the broken link checker from the collection's kebab menu (⋮ next to the collection picker in the sidebar). It scans every URL in the active collection, lists the ones that error or time out, and lets you edit or delete each one in place.
Cleaning up duplicates
If you suspect you have the same page saved more than once, run the duplicate finder from the same kebab menu. It groups bookmarks that share the same URL (after normalizing case, www, tracking params and trailing slashes) and lets you delete the extras.
How bookmarks are stored
Each bookmark is a bookmark:Bookmark resource in your Turtle file. The URL is linked via bookmark:recalls, the title via dc:title, and topics via bookmark:hasTopic. Topic assignments are stored as links to topic resources in the same file.