-
Verify
How can we help you?I am trying to see if there is a way for For example, assume I am working on a note called ----
<META INFO>
----
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,
but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
This is where I try to add a new topic something link [[my new topic]]. Where `my new topic` note doesn't exist. Is there a way to configure zk to auto-create that note?
Let me know if this is feasible and is the right/recommended way to work with Thanks for all the work that has went into zk. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Do you want this to link to a 'non-existant note', like in Obsidian? This is not possible in zk. Or do you simply want to create a new note from "my new topic". |
Beta Was this translation helpful? Give feedback.
Do you want this to link to a 'non-existant note', like in Obsidian? This is not possible in zk.
Or do you simply want to create a new note from "my new topic".
In this case, if you're using neovim as your editor, you can use the command
:ZkNewFromTitleSelection
(also checkout:ZkNewFromContentSelection
).