Skip to content
Documentation

Import

Import bookmarks from your browser or another service

mnera.io can import bookmarks from most browsers and services. The import reads a file you export from your current tool and writes the bookmarks to your Solid pod.

Supported formats

FormatExtensionWhere it comes from
Netscape Bookmark File.html, .htmChrome, Firefox, Edge, Safari, Pocket, Raindrop.io, mnera.io
JSON.jsonChrome, Firefox, Pocket, Raindrop.io, mnera.io, generic url/title arrays
CSV.csvRaindrop.io, Pocket
Markdown.md, .markdownmnera.io
Turtle / RDF.ttlmnera.io, other Solid apps
Evernote export.enexEvernote (notes that have a source URL)
Plain text.txtOne URL per line; lines starting with # become topics

Every format mnera.io can export — HTML, JSON, Markdown and Turtle — can also be imported back, so a file exported from mnera.io round-trips cleanly.

How to export from your browser

Chrome

  1. Open Chrome and go to chrome://bookmarks
  2. Click the three-dot menu (top right) → Export bookmarks
  3. Save the .html file

Firefox

  1. Open the Library (☰ → Bookmarks → Manage bookmarks)
  2. Click Import and Backup → Export Bookmarks to HTML…
  3. Save the .html file

Raindrop.io

  1. Go to Settings → Backup → Export
  2. Choose HTML or CSV format

How to import into mnera.io

  1. Open the app and sign in with your Solid pod
  2. In the sidebar, open the kebab next to the collection picker → Import bookmarks
  3. Select the exported file from your computer
  4. Pick the destination collection (defaults to whichever is currently active). Optionally tick “Use dates from the imported file” if you want imported dates to override existing ones on overwrite
  5. mnera.io reads the file and writes the bookmarks to the chosen collection

What makes a valid file

The file must be one of the formats listed above and actually contain bookmarks. mnera.io detects the format from the file extension — and, for HTML and Evernote files, from the file contents. If a file is not a recognised format, is empty, or is corrupt, the import stops with “no bookmarks found in that file” and nothing is written to your pod.

  • Only http and https bookmarks are imported — entries without a web URL are skipped.
  • Folders (HTML), collections and tags (CSV / JSON), and headings (Markdown, plain text) become topics.
Note: Import is additive — existing bookmarks are never deleted. A bookmark whose URL is already in your pod is matched by URL: if its details are identical it is left unchanged, and if they differ it is listed so you can choose whether to overwrite it. Running an import twice is always safe.

Topics from folders

Netscape bookmark files include folder structure. mnera.io maps each folder to a topic and preserves the hierarchy as nested topics in your pod.