zettelkasten.nvim/lua/zettelkasten
Marty Oehme 43673aaf35
Change zettel anchor getting function definition
Unify the definitions of the two function to take a set of files instead
of different arguments. The list of files has the form:
files = { "full/path/name.md" = "name.md" }

I.e. the complete path is the key and the file basename the value,
leading to a set of files, even if basenames are the same.

Usually it will be created by the get_all_files function of the same
module, but it can be passed in manually as well (e.g. to avoid
duplicate filesystem lookups, etc).
2021-04-30 16:19:07 +02:00
..
action.lua Add Zettel ref getting defaulting to root dir 2021-04-30 16:10:35 +02:00
action_spec.lua Split zettel getting into by anchor and by ref 2021-04-30 15:52:54 +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 Change zettel anchor getting function definition 2021-04-30 16:19:07 +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