The user should be able to bookmark a page with a menu function (Control+s), and toggle a buffer of bookmarks with another menu function (Control-b). The bookmark buffer will appear opposite the TOC buffer, and look similar - each bookmark will be a link that calls Book.goto(bookmarkedURL).
The user should be able to bookmark a page with a menu function (
Control+s
), and toggle a buffer of bookmarks with another menu function (Control-b
). The bookmark buffer will appear opposite the TOC buffer, and look similar - each bookmark will be a link that callsBook.goto(bookmarkedURL)
.