Skip to content
Documentation

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

FieldRequiredDescription
URLYesThe web address of the page
TitleYesA short descriptive label
DescriptionNoNotes or a summary of the page
TopicsNoOne or more categories to organise the bookmark

Adding a bookmark

  1. Click New → Add bookmark in the sidebar
  2. Enter the URL (required) and title (required)
  3. Optionally add a description and select topics
  4. Click Save
Tip: Use the browser extension to add bookmarks directly from the page you're viewing — URL and title are filled in automatically.

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.