Commit graph

11 commits

Author SHA1 Message Date
0e77624689
BREAKING: Unify lua and plug API mappings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Made the names of the functions to invoke the plugin the same.
This is a BREAKING change if using the lua mappings.

On the other hand, it should stay pretty stable for the foreseeable
future, with only new ones added and possibly vim commands added.
2022-01-21 18:37:35 +01:00
bd2481d41e
Rename index opening function
Renamed function to fit in line with other exposed lua API, putting
object before action, i.e. zettel_index_open instead of open_index.
2021-10-20 16:38:58 +02:00
0cf4516048
Remove debug.vim from repository 2021-05-20 14:20:41 +02:00
f67c22bfa7
Move debug plugin setup to separate debug.vim file
Begin to prepare using the plugin by moving debug stuff away from the
normal mode of operation.
2021-05-04 14:08:05 +02:00
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
4e3d364d17
Add word under cursor and (manual) mode selection 2021-05-03 23:02:59 +02:00
2310f4a2d0
Implement initial selection link creation 2021-05-03 17:31:28 +02:00
94ff554d8d
Update readme and debug mappings 2021-04-30 13:28:39 +02:00
320007e14b
Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
c7236ad295
Add Datestamp and Link creation functionality 2020-10-26 19:32:27 +01:00
86ab71b1d6
Initial commit 2020-10-26 15:55:40 +01:00