> Ok, how do I see the full list of tags and be able to rename a single tag and let it propagate to all bookmarks? Not trivial
SQL-based system, many-to-one links, redefine the tag name in the Tags table without touching the numerical primary key, the bookmarks keep their numerical reference (via a many-to-many BookmarkTags table) to it. That's how you do it.
Stuff like that is probably why browsers use SQL- in stead of file-based bookmarking systems nowadays.
SQL-based system, many-to-one links, redefine the tag name in the Tags table without touching the numerical primary key, the bookmarks keep their numerical reference (via a many-to-many BookmarkTags table) to it. That's how you do it.
Stuff like that is probably why browsers use SQL- in stead of file-based bookmarking systems nowadays.