Firefox/Feature Brainstorming:Bookmarks: Difference between revisions

Line 198: Line 198:


The %s hack, also known as [http://johnbokma.com/firefox/keymarks-explained.html smart keyword], provides a tremendous degree of freedom for customization and is extremly powerful. To make it even more flexible it should be extended to three cases: keyword only = replace %s with an empty string, keyword plus option = replace %s with option string, and keyword only but marked text in the website =  replace %s with marked text (the option string should have a higher priority than marked text). This would extent all the wonderful search options to the text within the website so that copy and paste can be avoided.
The %s hack, also known as [http://johnbokma.com/firefox/keymarks-explained.html smart keyword], provides a tremendous degree of freedom for customization and is extremly powerful. To make it even more flexible it should be extended to three cases: keyword only = replace %s with an empty string, keyword plus option = replace %s with option string, and keyword only but marked text in the website =  replace %s with marked text (the option string should have a higher priority than marked text). This would extent all the wonderful search options to the text within the website so that copy and paste can be avoided.
== Smart Bookmark Folders ==
A bookmark folder which is dynamically constructed from a larger pool of bookmarks based on a set of requirements.  This would work similarly to e.g., a Smart Playlist on iTunes.
With newer versions of sqlite, there is the addition of full-text search, which could be tremendously useful for creating smart bookmark folder.  For example, a 'Cheese' folder could contain all bookmarks which contain 'cheese' in the title, description, or url.
There would be some UI to create and edit the folder.


== References ==
== References ==
946

edits