Table formatting and embedding media files #133
-
Hi I have a few questions on ZK that i wasn't able to figure from my testing:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Personally on Neovim I'm using vim-table-mode for this particular use case.
Not yet but being able to link to images would be quite useful indeed. zk list --exact-match --match image-filename
# or with short flags
zk list -em image-filename |
Beta Was this translation helpful? Give feedback.
-
Editing tables in Markdown is not fun especially when you want to use non-trivial markdown in the cells. I use the Example,
|
Beta Was this translation helpful? Give feedback.
zk
is not a note editor, only a CLI tool (with some ability to augment your text editor with the LSP server). So you will need to see how to handle that in your editor.Personally on Neovim I'm using vim-table-mode for this particular use case.
Not yet but being able to link to images would be quite useful indeed.
If you mean searching the filename occurrences …