525
edits
| Line 431: | Line 431: | ||
| == Adding Bookmarks == | == Adding Bookmarks == | ||
| Existing methods for adding a bookmark (Add Bookmark menu item, drag and drop) are retained. A new button is added to the toolbar and the existing RSS/Subscription UI is updated: | |||
| [ @ http://www.foo.com/                      |v|+|S] | |||
| The Subscribe icon moves out of the location bar (where it lives in 1.5) and into a more visually clickable button area that through graphic design techniques appears more visually connected to the location bar, but outside the white area. The bookmarks button is present on all bookmarkable pages (most). The Subscription button appears and disappears, taking space from the location bar, when feeds are advertised.  | |||
| To add a bookmark, the user simply clicks the bookmarks button and a Bookmark is automatically added to the default folder with the default title, url etc. An info tip is shown explaining what happened: | |||
| <code><pre> | |||
|   |v|+|S] | |||
|     +---------------------------------+ | |||
|     | Bookmark Added to 'Foo'         | | |||
|     | Click again to edit Name/Tags   | | |||
|     |                                 | | |||
|     | ( Remove ) ( Show Bookmarks )   | | |||
|     +---------------------------------+ | |||
| </pre></code> | |||
| === Organizing New Bookmarks === | === Organizing New Bookmarks === | ||
| When the user clicks the button again, the URL bar is replaced by a more elaborate property editor: | |||
| <code><pre> | |||
|  +-----------------------------------------------+ | |||
|  | Name:        [ Foo                          ] | | |||
|  | Location:    [ http://www.foo.com/          ] | | |||
|  | Tags:        [ Work, Play                   ] | | |||
|  |               common tags: work, play, goats  | | |||
|  | > More                                        | | |||
|  |                                               | | |||
|  | ( Remove ) ( Show Bookmarks )        ( Done ) | | |||
|  +-----------------------------------------------+ | |||
| </pre></code> | |||
| When the disclosure widget is clicked: | |||
| <code><pre> | |||
|  +-----------------------------------------------+ | |||
|  | Name:        [ Foo                          ] | | |||
|  | Location:    [ http://www.foo.com/          ] | | |||
|  | Tags:        [ Work, Play                   ] | | |||
|  |               common tags: work, play, goats  | | |||
|  | Shortcut:    [                              ] | | |||
|  | Description: [                              ] | | |||
|  |              [                              ] | | |||
|  |              [                              ] | | |||
|  |                                               | | |||
|  | ( Remove ) ( Show Bookmarks )        ( Done ) | | |||
|  +-----------------------------------------------+ | |||
| </pre></code> | |||
| == Editing Bookmarks == | == Editing Bookmarks == | ||
edits