|
From: Raymond C. R. <z3r...@bb...> - 2007-09-23 20:02:07
|
Fredrik Modéen wrote: > How would this work? Are this information about my browser position when > saving the bookmark? > > It would be relatively simple, the filename might be the name from the web page, or if it's media, then the file name on the site. The BFS attributes would include the URL, as well as the order number in the bookmarks menu. Even folders within the bookmarks menu would be treated as bookmark items, and have an order number. Each order number would be unique within its relative folder... So for top level folders you might have 3 bookmarks and a folder like this: 0 Themis Home 1 Haiku-Os.org 2 BeBits 3 Other Stuff (folder) The Other Stuff folder might would have it's own 0-indexed list of files and folders 0 CNN 1 weather.com 2 Yahoo! And so on. The only real work involved would be in editing the ordering and making sure the order numbers are unique in each folder. >> My vote would be favicon as icon as well... But you're right, there's >> still lots of time to work on bookmarks, and revise things. >> > I like the idea about favicon (after looking it up with wikipedia). > > oh and I'm looking at the people application to see how to store > attributes to a file. > > If I remember correctly, it's mainly using BNodeInfo or BNode, but it's not too difficult. The tricky part is whether or not you set up an index for those attributes or not, so that they're query enabled... Raymond |