User:Auk/Bookmarks: Difference between revisions

cleanup
m (intro sp)
(cleanup)
Line 1: Line 1:
Here are my thoughts on the future of bookmarking in Firefox. This draft is a KISS outlook, and personally preferred in favor of my [[user:auk/Tag_Model|Tagging Model]]. While the tag model comes from the point of view that the current bookmarks model must not be broken, and so adds next-gen technology onto that, this model throws out what has been before (for the most part) and builds a system that is simple but effective and — hopefully — in the long run easier to use.
Here are my thoughts on the future of bookmarking in Firefox. This draft is a KISS outlook based upon and inspired by several other articles. This model throws much of what has been before and builds a system that is simple but effective and — hopefully — in the long run easier to use.


== Add ==
== Add ==
A given url can be bookmarked or not bookmarked. There is not so much 'adding' a bookmark as 'bookmarking a page'. If a page is in the bookmark index, Bookmarks -> Bookmark This Page appears checked, and the Bookmark toolbar toggle button appears toggled on.
A given url can be bookmarked or not bookmarked. There is not so much 'adding' a bookmark as 'bookmarking a page'. Think a tool bar toggle-button Bookmark This Page, or a check-menu-item Bookmarks -> Bookmark This Page.


When a page is bookmarked, it's text should be scanned, common words and characters (the, a, comma, period) removed, and the text saved (space delimiters for words?) in the SQLite .db file.
When a page is bookmarked, it's text should be scanned and saved for later searching ease (technical details of this to be argued) in the SQLite .db file.


This should be carried on in the background, or perhaps simply a progress bar in the statusbar, and not stop the UI usage flow — no Add dialog, no nothing, but a toggled button.
This should be carried on in the background, or perhaps simply a progress bar in the status bar, and not stop the UI usage flow — no add dialog, no nothing, but a toggled button.


In accordance with [[user:auk/Bookmarks#Manual tagging|manual tagging]], the toolbar button could feature a drop-down with a 'Tag option'...or something.
In accordance with [[user:auk/Bookmarks#Manual tagging|manual tagging]], the tool bar button could feature a drop-down with a 'Tag option'...or something.


== Remove ==
== Remove ==
Ever accidentally hit delete on a bookmark? Might it have changed your life if you still had it? It would be a little wasteful to keep all data for bookmarks that are supposed to be deleted, so I have decided on a compromise.
Ever accidentally hit delete on a bookmark? Might it have changed your life if you still had it? It would be wasteful to keep all data for bookmarks that are supposed to be deleted; so, keep just enough to resurrect it later.


When a bookmark is deleted, the description, index, and all data ''except the title and URI'' are deleted from the DB. In addition, the 'deleted' flag is set to True.
When a bookmark is deleted, the description, index, and all data ''except the title and URI'' are deleted from the DB. In addition, the 'deleted' flag is set to True.


In the UI, you can resurrect bookmarks (by navigating to a special Trash...directory) and their other data is then repopulated and the deleted flag set False.
In the UI, you can resurrect bookmarks (by navigating to a special Trash filter) and their other data is then repopulated and the deleted flag set False.


== Search ==
== Search ==
I feel the primary mechanism of finding a bookmark should be searching. Some may argue this is a technical user's way of operating — text en lieu of point-and-click. However, I've watched many (my parents, generic other non-techies and techies alike) pull up Google in favor of thier bookmarks time and time again.
I feel the primary mechanism of finding a bookmark should be searching. Some may argue this is a technical user's way of operating — text en lieu of point-and-click. However, I've watched many (my grand-parents, generic other non-techies and techies alike) pull up Google in favor of their bookmarks time and time again.


Why? This had been said before by more knowledgeable people, so I'll keep it brief. A search can be succint and generic at the same time. Documents have many aspects, few of which a user will remember at any given time. Search allows taking just one of these and jumping straight to it. I often find myself checking multiple folders in my bookmarks because the first folder I checked, which applied to one aspect of the page, is not where I put it.
Why? This had been said before by more knowledgeable people, so I'll keep it brief. A search can be succinct and generic at the same time. Documents have many aspects, few of which a user will remember at any given time. Search allows taking just one of these and jumping straight to it. I often find myself checking multiple folders in my bookmarks because the first folder I checked, which applied to one aspect of the page, is not where I put it.


The search mechanism scans the text index of a page mentioned in the Add section and finds matches and close matches to the search query. Results are ordered bby how close they match the query, or by how recently they were bookmarked. A lot like Google.
The search mechanism scans the text index of a page mentioned in the Add section and finds matches and close matches to the search query. Results are ordered bby how close they match the query, or by how recently they were bookmarked. A lot like Google.


A problem with removing words from the text index is that it makes it nearly illegible to humans. E.g., we can rule out showing excerpts in search results (again like Google). Perhaps it would be better to index the joining words as well, and skip over them in the search algorithm with a blacklist.
A common mistake in search interfaces/algorithms is that they only match exact character matches. This is ''bad''. Things can often be spelled many ways, or say the page author made a typo. Matching multiple words only when they're lined up is also bad — a search for 'lichtenstein pudding' should find both 'Lichtenstein pudding is delicious.' and 'In Lichtenstein they make delicious pudding.' Searching for 'lichtenstein puding' [sic] should bring up those same results.


=== Interface ===
=== Interface ===
The searching interface should be integrated and easily available. The quite popular [[User:Dria/On Tagging#Searching|article by Dria]] fits very closely to what I have in mind. However, I have a few ideas I feel should differ. Call it a superset.
The searching interface should be integrated and easily available. The quite popular [[User:Dria/On Tagging#Searching|article by Dria]] fits very closely to what I have in mind. However, I have a few ideas I feel should differ. Call it a superset.


* Autocomplete in the URL bar
* Auto-complete in the URL bar
* Entry in the search bar
* Entry in the search bar


The first has numerous advantages, one of which is that a user does not have to explicitly search thier bookmarks; they can merely start typing for a page they remember. (A URI is not required, any term will work.)
The first has numerous advantages, one of which is that a user does not have to explicitly search thier bookmarks; they can merely start typing for a page they remember. (A URI is not required, any term will work.)


However, there are disadvantages <span lang="fr" style="font-style: italic">aussi</span>. The main one is speed. Waiting for the autocomplete suggestions to pop up or watching results appear at noticeably different times can be confusing and irritating.
However, there are disadvantages <span lang="fr" style="font-style: italic">aussi</span>. The main one is speed. Waiting for the auto-complete suggestions to pop up or watching results appear at noticeably different times can be confusing and irritating.


Putting an entry in the search bar is the most obvious option. Basically, this has the (dis)advantages that are the opposite of autocomplete in the url bar.
Putting an entry in the search bar is the most obvious option. Basically, this has the dis/advantages that are the opposite of auto-complete in the url bar.


== Menu ==
== Menu ==
Line 58: Line 57:
However, a menu brings up some issues with our (this article's) minimal-interaction policy. We could auto-generate tags from the indexed text of a bookmarked page, but this would require complicated matching-and-rescanning to generate hierarchies and prevent the list of items from running hundreds long. Then, after implementation it would probably not work very well.
However, a menu brings up some issues with our (this article's) minimal-interaction policy. We could auto-generate tags from the indexed text of a bookmarked page, but this would require complicated matching-and-rescanning to generate hierarchies and prevent the list of items from running hundreds long. Then, after implementation it would probably not work very well.


We could show the most recently used/added bookmarks, or the ones flagged important (also show up on bookmarks toolbar).
We could show the most recently used/added bookmarks, or the ones flagged important (also show up on bookmarks tool bar).


We could make the user manually manage his tags. I don't like it, but it really seems the only available option.
We could make the user manually manage his tags. I don't like it, but it really seems the only available option.
Line 78: Line 77:
* Notify that it is possible to store them elsewhere
* Notify that it is possible to store them elsewhere
* Keep a strict no-peek policy where they don't look inside users bookmark files, even for legitimate purposes such as bigfixing or other software improvement.
* Keep a strict no-peek policy where they don't look inside users bookmark files, even for legitimate purposes such as bigfixing or other software improvement.
* NOT create a bookmark account with an install of Firefox. Online bookmark account must be created EXPLICITLY, and the password and username chosen then. When a user installs Firefox, their bookmarks and other user data are completely isolated on their local drive.
* NOT create a bookmark account with an install of Firefox. Online bookmark account must be created EXPLICITLY, and the password and user name chosen then. When a user first installs Firefox, their bookmarks and other user data are completely isolated on their local drive.
* Legal agreement as such.
* Legal agreement as such.


167

edits