new module to enable editing and deleting of bookmarksmaster
commit81150d37a4c54480c737267d854dd6a99c137451
authorPeter Lunicks <plunix@users.sourceforge.net>
Mon, 17 Dec 2012 05:52:10 +0000 (16 23:52 -0600)
committerPeter Lunicks <plunix@users.sourceforge.net>
Mon, 17 Dec 2012 05:52:10 +0000 (16 23:52 -0600)
treefd65e7a70e2a00992df04d7f27a11e05cf210e24
parent6c61ac170dfb886629b3119204c4dc7dfa73f9ac
new module to enable editing and deleting of bookmarks

Add a new module, bookmark, which enables the editing and deleting of
bookmarks. The interactive bookmark function, which formerly always
added a new bookmark, is replaced by a new function which adds a
bookmark only if no bookmark for the current URI already exists. If a
bookmark exists, the user is given the option of editing its title,
running an interactive function (via a key binding) to delete it, or
running another function to edit the bookmark's URI.
modules/bookmark.js [new file with mode: 0644]
modules/commands.js