Replies: 2 comments 1 reply
-
Found this: |
Beta Was this translation helpful? Give feedback.
1 reply
-
vim.keymap.set(
'n',
'<leader>zu',
'<cmd>ZkNotes { sort = {"random"}, limit = 1 }<cr>',
{ desc = 'zk-nvim | Open random note' }
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would some retrieve random existing note?
All my notes have flat file structure:
What i would like to have is a function/command to open random note to revisit/refactor it.
I also have notes in other directories. For example
./Daily/*
with different file names if that is important.What I imagine is a way to return note at random index of the total number of all
ZK
indexed notes.Beta Was this translation helpful? Give feedback.
All reactions