"zk.link" performs the file linking operation that insertLinkAtLocation does in "zk.new" but without creating a new note. This allows users to create new linking capabilities, such as using match to find related notes and creating a link from the found note.
This PR also adds two commands:
ZkInsertLink
ZkInsertLinkAtSelection
Both use the note picker of choice to query all notes to find the desired note to create a link (solves #95)
Adding support for mickael-menu/zk#284
"zk.link" performs the file linking operation that
insertLinkAtLocation
does in "zk.new" but without creating a new note. This allows users to create new linking capabilities, such as using match to find related notes and creating a link from the found note.This PR also adds two commands:
ZkInsertLink
ZkInsertLinkAtSelection
Both use the note picker of choice to query all notes to find the desired note to create a link (solves #95)