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
Now we add markdown by [[todo]] and todo.md will be created in the current directory. But a number of files will be listed in the main folder and not organized enough. So can we category the items in folder like when we type [[read:todo]] and todo.md will be created under read subfolder?
The text was updated successfully, but these errors were encountered:
@Dasein-Yang creating a file in a different directory is not supported yet, but you can either:
Type [[todo]], click through to it to create todo.md in the root, and then move the file to read/todo.md. When you save the file that contains the [[todo]] link, it will update the definition at the bottom of the file to automatically point to read/todo.md.
Manually create a file in read/todo.md, and link to it using just [[todo]].
In both cases, you can only have one file called todo.md anywhere in the repository, so you can't have read/todo.md and watch/todo.md.
We will be eventually supporting a [[read/todo]] and [[watch/todo]] syntax. Working on it here: foambubble/rfcs#3
Now we add markdown by [[todo]] and todo.md will be created in the current directory. But a number of files will be listed in the main folder and not organized enough. So can we category the items in folder like when we type [[read:todo]] and todo.md will be created under read subfolder?
The text was updated successfully, but these errors were encountered: