Difference between revisions of "Bookmark Cloud Firefox Extension"
From Makers Local 256
(→Ideas: added ideas for using Firefox 3.0) |
(Added Catagory) |
||
Line 9: | Line 9: | ||
#Hook into the bookmark system and record the number of times a bookmark is clicked. This can be saved in the new sqlight database. | #Hook into the bookmark system and record the number of times a bookmark is clicked. This can be saved in the new sqlight database. | ||
#Use the added number of clicks to display a tag cloud. This data can be pulled from the sqlite db. | #Use the added number of clicks to display a tag cloud. This data can be pulled from the sqlite db. | ||
+ | |||
+ | [[Category:Web 2.0]] |
Revision as of 01:55, 17 February 2008
Description
Use bookmarks to make a tag cloud. The only difference would be, there are no tags, instead the actual links to the site are used. This way bookmarks you visit more frequently are in bigger text and easier to find. This might be a good as a start page for you browser. Either as a remote page or local page.
Ideas
- I would like to implement this as a Firefox extension and have it create a local start page for new tabs and windows.
- Have an option for separating folder into their own clouds.
- Maybe combine it with del.icio.us bookmarks. Have separate or combined clouds.
- Looks like Firefox 3.0 will have a better bookmark system. It will be using sqlite. This may make things easier. Seems like the extension need to do two things.
- Hook into the bookmark system and record the number of times a bookmark is clicked. This can be saved in the new sqlight database.
- Use the added number of clicks to display a tag cloud. This data can be pulled from the sqlite db.