Just a feature which is pretty useful. Currently, a bookmark is defined by the following: 1) Name 2) Url 3) Folder
Would be nice to add another field such as Tag (or Label), where we could tag our own bookmarks. Personally, I have around 100+ websites bookmarked, some websites title don't reflect what the contents of the webpage has (most do), some title's have long descriptions, some have short descriptions, etc. It would be nice to tag each bookmark by anything, so when we search for something in the omnibox, or in the bookmark search, it will take account of that tag. A similar feature is what Firefox has, we can apply many tags that describe that bookmark. Then we could search them based on that tag. An example: I added http://www.w3.org/, I would like to tag that HTML, Standards, etc. Then I visit, http://www.htmldog.com I tag that HTML. When I search for HTML in my omnibox, it will see both of these websites. I believe it is a neat way to extend bookmarks, Google introduced Labels in E-Mails, which was a huge hit, why not apply Labels to bookmarks. Concerning how to develop that, creating an interface is relatively simple, we can extend the "Edit Bookmark" feature to add Tag support. Therefore tagging is optional. I don't know how the storage would be since currently we are using JSON, so we need to define a collection for Tags. I was hoping we could store everything as SQLite, but JSON was preferred for some reason. So what do you guys say, is it worth implementing? I could attempt starting it if a proper design plan is discussed. /m0 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
