zettelkasten.nvim/lua/zettelkasten
Marty Oehme 44a985cce6
Add anchor extraction function
`anchor.extract(string, anchor)` will find and extract a zettel anchor
from any string passed in.

It can be given an optional anchor regex which will supersede any regex
set in the plugin options.
2020-11-06 15:53:01 +01:00
..
action.lua Move link extraction to link module 2020-11-04 22:04:31 +01:00
action_spec.lua Refactor open actions 2020-11-04 21:37:16 +01: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
init.lua Remove hardcoded options, do repo house-cleaning 2020-11-04 22:27:30 +01:00
init_spec.lua Remove hardcoded options, do repo house-cleaning 2020-11-04 22:27:30 +01:00
link.lua Refactor link creation into parser style_func 2020-11-04 22:16:21 +01:00
link_spec.lua Refactor link creation into parser style_func 2020-11-04 22:16:21 +01:00
list.lua Add anchor regex ceontent as changeable option 2020-11-06 15:46:33 +01:00
list_spec.lua Remove hardcoded options, do repo house-cleaning 2020-11-04 22:27:30 +01:00
options.lua Add anchor regex ceontent as changeable option 2020-11-06 15:46:33 +01:00
options_spec.lua Add anchor regex ceontent as changeable option 2020-11-06 15:46:33 +01:00