The best browser bookmarking system is files

File-based bookmarking approach

  • Many find filesystem-based bookmarks appealing for being universal, decoupled from browsers, easy to back up, and manipulable with standard tools (copy, move, rename, search, version control).
  • Advocates like that each bookmark is a tiny file, so duplication is cheap and can improve searchability via multiple descriptive filenames.
  • Some treat this as ideal for “temporary” or project-specific links, often combined with a local homepage or markdown file.

Syncing, portability, and mobile

  • Proponents suggest using cloud sync tools (Dropbox, OneDrive, Syncthing, etc.) to share bookmark folders across machines.
  • Critics point out sync reliability, conflicts when devices are used simultaneously, and the lack of easy drag-and-drop workflows on mobile.
  • Cross‑OS compatibility of .url/.webloc formats is partially supported but not seamless; some Linux setups don’t open them cleanly.

Tags, folders, and metadata

  • A major theme: tags are preferred over pure folder hierarchies, especially for multi-topic articles.
  • File-based tagging via #tag in filenames is praised for simplicity and OS-search compatibility, but criticized as clunky and hard to refactor (e.g., renaming a tag everywhere).
  • Alternatives proposed: folders + symlinks/aliases, extended file attributes, or proper SQL-backed many‑to‑many tag systems.

Content-first vs link-first bookmarking

  • Several commenters argue bookmarks should focus on saved content (highlights, snapshots, annotations) rather than just URLs, due to link rot and changing pages.
  • Tools that archive pages, extract readable text, enable highlighting, or integrate with the Wayback Machine are seen as valuable.
  • Others say they mainly want to return to the exact page, not necessarily full content copies.

Tab hoarding, UX, and browser features

  • Many admit to large tab collections driven by friction in bookmark organization.
  • Some prefer browser-integrated solutions (tags, keyword bookmarks, omnibox search, synced tabs) or extensions that merge tabs, bookmarks, and notes.
  • There is skepticism that average users manage large bookmark collections at all; many rely on search/history instead.

Privacy, performance, and edge cases

  • Concerns raised about browser behaviors like speculative pre-connects to bookmarked URLs.
  • Filesystem efficiency for many small files is debated; for typical personal bookmark volumes, most consider performance a non-issue.