zettelkasten.nvim/lua/zettelkasten
Marty Oehme fdcb0f2a93
Add opening zettel by reference if no anchor found
Opens zettel by linked value, most often a direct path link, but will
also look through the root dir to find a(n exactly) matching basename to
open.

If nothing is found in the root dir will open a new file to write with
the corresponding name. Careful, if the reference is a full path
definition, and the file does not exist, it will still open the
corresponding file at the correct location but when attempting to save
will generally complain if parts of the path are missing. They have to
be created manually or in some other place, this is outside the scope of
this plugin.
2021-04-30 16:30:52 +02:00
..
action.lua Add opening zettel by reference if no anchor found 2021-04-30 16:30:52 +02:00
action_spec.lua Add opening zettel by reference if no anchor found 2021-04-30 16:30:52 +02:00
anchor.lua Add anchor extraction function 2020-11-06 15:53:01 +01:00
anchor_spec.lua Add anchor extraction function 2020-11-06 15:53:01 +01:00
files.lua Add opening zettel by reference if no anchor found 2021-04-30 16:30:52 +02:00
files_spec.lua Change zettel anchor getting function definition 2021-04-30 16:19:07 +02:00
init.lua Rename list module to files module 2021-04-30 15:30:43 +02:00
init_spec.lua Remove hardcoded options, do repo house-cleaning 2020-11-04 22:27:30 +01:00
link.lua Fix unused variables and useless pending test 2021-04-30 13:28:00 +02:00
link_spec.lua Add zettel opening by anchor 2020-11-06 17:28:05 +01:00
options.lua Fix unused variables and useless pending test 2021-04-30 13:28:00 +02:00
options_spec.lua Add configurable zettel root directory 2020-11-06 16:44:55 +01:00