On Tue, 11 Jan 2011 15:18:56 -0800, David E. Ross wrote: > I'll give just three examples of how I want to use this, but I have many > more. > > In my bookmarks, I have a folder named "creating Web sites"; it contains > a sub-folder named "Font Selections". I also have a folder named > "fonts". There are Web sites that relate both to selecting fonts for > Web pages and to downloading fonts. I would like to bookmark those Web > sites both in ["creating Web sites" > "Font Selections"] and in "fonts". > > In my bookmarks, I have a folder named "Weather". I also have a folder > named "Nature, Science, and Technology". I would like to bookmark the > Web site "Bad Meteorology" at > <http://www.ems.psu.edu/~fraser/BadMeteorology.html> in both folders. > > In my bookmarks, I have a folder named "$$$"; it contains a sub-folder > named "taxes" with sub-sub-folders "Federal" and "California". I also > have a folder named "Gov't, Politics, & the Law"; it contains > sub-folders named "U. S. Govt" and "California". The "U. S. Govt" > sub-folder contains a sub-sub-folder named "Executive". I want > bookmarks to the IRS Web site at <http://www.irs.ustreas.gov/> both in > ["$$$" > "taxes" > "Federal"] and in ["Gov't, Politics, & the Law" > "U. > S. Govt" > "Executive"]. I want bookmarks to the Franchise Tax Board > Web site at <http://www.ftb.ca.gov/> both in ["$$$" > "taxes" > > "California"] and in ["Gov't, Politics, & the Law" > "California"]. > > I did this with Netscape Navigator 4.7. If a URI changed, I only had to > change it in the actual bookmark; the change would also apply to its > shortcuts. When I transitioned to Mozilla Suite, all my bookmark > shortcuts were converted into actual bookmarks because the capability > for shortcuts had been eliminated. Now, several years later, I still > find occasional duplicate bookmarks that no longer have the same URI. > > I have approximately 1,000 bookmarks organized in over 120 folders, > sub-folders, and sub-sub-folders.
We use sqlite for storing bookmarks. SQLite is a Relational Database which means we can now store the bookmark in one physical location but display it in more than one folder. For example I just bookmarked a random webpage in two folders (bookmarks toolbar and a folder called misc) when I try to bookmark it again (using the star button) I get a "Edit bookmark" arrow panel with an option to "Remove 2 bookmarks". So your "shortcuts" is now a built in feature. Every "displayed" bookmark is a "shortcut" to the location in the SQLite database and if two bookmarks point to the same location it's only stored once in places.sqlite. Phil -- Philip Chee <[email protected]>, <[email protected]> http://flashblock.mozdev.org/ http://xsidebar.mozdev.org Guard us from the she-wolf and the wolf, and guard us from the thief, oh Night, and so be good for us to pass. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

