zettelkasten.nvim/lua/zettelkasten
Marty Oehme aef7d29997
Add action module
Action module contains the interactions the user can take directly with
the zettelkasten, and which in turn act on the editor.

First action to be taken is the opening of zettel links.
`action.open(mytext)` allows the user to pass in a md/wikilink-formatted
string from which the function will open the first found in the current
buffer.

`action.open_selected()` does the same, but looks at the cursor context
to get its string (the link under current cursor position as of now; in
the future probably also the next link on current line, and the first
link in visual selection)
2020-10-31 14:17:26 +01:00
..
action.lua Add action module 2020-10-31 14:17:26 +01:00
action_spec.lua Add action module 2020-10-31 14:17:26 +01:00
anchor.lua Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
anchor_spec.lua Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
init.lua Add action module 2020-10-31 14:17:26 +01:00
init_spec.lua Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
link.lua Add new link functionality 2020-10-31 11:37:55 +01:00
link_spec.lua Add new link functionality 2020-10-31 11:37:55 +01:00
list.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
list_spec.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
options.lua Refactor restricted option sets 2020-10-30 19:08:52 +01:00
options_spec.lua Add link formatting function 2020-10-30 18:44:50 +01:00