vnote is simple extension allow user to create notes and store them at single location anywhere on the system.
vnote support different types of files like markdown and asciidoc. based on type of notes you're using support plugins needs be installed.
This extension contributes the following settings settings.json:
vnote.notesLocation: set the location for the notes.defaultis~/vnotevnote.notesDefaultExtension: set file typedefaultismdvnote.openPreview: if set extension will try to open preview (preview extensions are not included)vnote.ignoredExtensions: by default notes explorer now list all files in vnotes folder however you can add extensions to ignoreExtensions to ignore them. eg.vnote.ignoredExtensions:'ts,js'
vnotes.notesExtensionis now deprecated in favour ofvnote.notesDefaultExtension. now you can create files with any extension when creating files.- changing default behavior of only list files with
vnotes.notesExtensionand now its list all extensions. files can be ignored usingvnote.ignoredExtensionsoption. - rename input have old filename as default value.
Beta release of extension support asciidoc and markdown with auto-preview.
Enjoy!