Ryan McAlister
Ryan McAlister
Yes, Unotes currently requires a workspace folder to be open before use. I added a simple warning for now in v.1.0.5 and a README note. I plan to handle this...
I would try checking your vscode keybindings and make sure there aren't any Ctrl + V conflicts.
Thanks for the feedback. I'll look into making this possible.
This is possible in unotes using html tags. Here is an example: ```html # An Example ```
@dkershaw10 Thanks for the info. I plan to look into the tui.editor 2 update soon.
`Unotes 1.2` should support the YAML front matter now. Note, it won't work if you are using `remark` to reformat the markdown output.
@Licantrop0 thanks for the heads up! Looks like the tui-editor initial support for YAML front matter is a bit limited.
You can use unotes to edit any markdown file in your project. The unotes file tree shows the same files as the file explorer, just filtered for `.md` files (unless...
Thanks, I appreciate the feedback!
Unfortunately this isn't currently possible with the current extension architecture because the Unotes editor is a webview rather than an actual vs code editor window. It may be possible to...