unotes
unotes copied to clipboard
Question: Is the tui server run inside the plugin, or is data sent somewhere over the web?
TUI is server based system, does this plugin run a local copy, or is it using something "out on the web".
Thanks, Josh
The tui editor is a JavaScript library. It's not a server and doesn't need to run on the web. Unotes uses the library inside a vscode webview to display the editor.
Hope that helps.
Thank you exactly what I needed!