aboutsummaryrefslogtreecommitdiffstats
path: root/clark.js
Commit message (Collapse)AuthorAgeFilesLines
* 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