zettelkasten.nvim/lua/zettelkasten
Marty Oehme 1a58909e94
Rename create_link to make_link
Should prepare the differentiation between a 'new' link and linking an
existing zetttel -- one is 'new_link' and one just 'makes_link' to
something else.
2021-05-04 09:46:18 +02:00
..
action.lua Rename create_link to make_link 2021-05-04 09:46:18 +02:00
action_spec.lua Implement initial selection link creation 2021-05-03 17:31:28 +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 Fix option precedence buffer over global 2021-04-30 16:45:48 +02:00
files_spec.lua Change zettel anchor getting function definition 2021-04-30 16:19:07 +02:00
init.lua Rename create_link to make_link 2021-05-04 09:46:18 +02:00
init_spec.lua Remove hardcoded options, do repo house-cleaning 2020-11-04 22:27:30 +01:00
link.lua Rename imports and local vars to unify more 2021-05-03 17:29:42 +02:00
link_spec.lua Add zettel opening by anchor 2020-11-06 17:28:05 +01:00
options.lua Move functions working on buffer text to own module 2021-05-03 23:21:58 +02:00
options_spec.lua Add configurable zettel root directory 2020-11-06 16:44:55 +01:00
text.lua Move functions working on buffer text to own module 2021-05-03 23:21:58 +02:00