If I create a new note from a selection with ZkNewFromTitleSelection, it creates a new note and replaces the selection with the link but the link is missing the filetype:
A test sentence # running the command on "sentence"
--> A test [sentence](202210191900)
This works fine for clicking through links with zk-nvim by pressing enter, but when serving up the notes with emanote (as recommended in https://github.com/mickael-menu/zk docs), the links are broken because they are missing the filetype. Is there or a setting in zk-nvim to insert the filetype in a link? Or should I be configuring something on the emanote side?
If I create a new note from a selection with ZkNewFromTitleSelection, it creates a new note and replaces the selection with the link but the link is missing the filetype:
This works fine for clicking through links with
zk-nvim
by pressing enter, but when serving up the notes with emanote (as recommended in https://github.com/mickael-menu/zk docs), the links are broken because they are missing the filetype. Is there or a setting inzk-nvim
to insert the filetype in a link? Or should I be configuring something on the emanote side?