aboutsummaryrefslogtreecommitdiffstats
path: root/clark.js
Commit message (Collapse)AuthorAgeFilesLines
* Make simple commands check stderrGravatar Tom Willemsen2013-03-271-7/+36
| | | | | Don't assume all operations will complete successfully, check the error output to see if something happened.
* Add bookmarked mode-line widgetGravatar Tom Willemsen2013-03-241-14/+51
| | | | | | | | | | | This widget shows whether or not the current buffer has been bookmarked using `clark_bookmarked_string' and `clark_not_bookmarked_string'. This widget can be enabled by using, for example: add_hook("mode_line_hook", mode_line_adder(clark_bookmarked_widget), true);
* Add clark-set-tags commandGravatar Tom Willemsen2013-03-241-0/+19
| | | | Replaces the previously added tags.
* Add clark-remove commandGravatar Tom Willemsen2013-03-241-0/+13
| | | | Removes the current url from the database.
* Add clark-edit commandGravatar Tom Willemsen2013-03-241-3/+34
|
* Fix commentaryGravatar Tom Willemsen2013-03-241-2/+1
|
* Add keybindings for existing commandsGravatar Tom Willemsen2013-03-241-0/+3
| | | | | Add keybindings for `clark-add-link', `clark-find-url' and `clark-find-url-new-buffer'.
* Add clark-exists-pGravatar Tom Willemsen2013-03-241-0/+25
| | | | Prints `yes' when the url is found in the database, `no' otherwise.
* Add keymap for conkerorGravatar Tom Willemsen2013-03-241-0/+2
| | | | | | | One could bind this keymap in their `.conkerorrc' to easily access all the functions provided by CLark's conkeror module. For example: define_key(content_buffer_normal_keymap, "b", clark_keymap);
* The command syntax has changedGravatar Tom Willemsen2013-03-241-1/+1
| | | | | | | This is not markam. Markam would try to figure out that you wanted to add a url to the database by looking for either `http://' or `https://' at the start of the first argument, but CLark uses the `add' command so there should be no confusion.
* Add GPLv3 license infoGravatar Tom Willemsen2013-03-231-2/+1
|
* Add conkeror moduleGravatar Tom Willemsen2013-03-231-0/+138