You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
I have a idea for easier linking between documents. instead of using 'gzZ', which is only placing the ID of the telescope result into vim, it would be nice to place them automaticly inside brackets, like so: [[ DOCUMENT ID ]]
one way to achieve this could be a custom mapping, but my vim/lua scripting skills are near zero:
this command does not work properly, it adds the ID after the closing brackets, maybe someone could help out with this?
It would be a nice addition in the README
Thanks!
The text was updated successfully, but these errors were encountered:
Maps Ctrl-l during insert mode to [[ID of selected note]]
So, basically, because they go async, I think the telescope mappings end up happening after other stuff.
In my case, I set up [[]] and then left arrow one past the middle, since te search insert for zettels inserts them 1 character past where the search starts.
Odly, the tag search does not act the same way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi there,
I have a idea for easier linking between documents. instead of using 'gzZ', which is only placing the ID of the telescope result into vim, it would be nice to place them automaticly inside brackets, like so:
[[ DOCUMENT ID ]]
one way to achieve this could be a custom mapping, but my vim/lua scripting skills are near zero:
this command does not work properly, it adds the ID after the closing brackets, maybe someone could help out with this?
It would be a nice addition in the README
Thanks!
The text was updated successfully, but these errors were encountered: