ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
173 stars 22 forks source link

Question: Is the tui server run inside the plugin, or is data sent somewhere over the web? #124

Open jlpatte2 opened 2 years ago

jlpatte2 commented 2 years ago

TUI is server based system, does this plugin run a local copy, or is it using something "out on the web".

Thanks, Josh

ryanmcalister commented 2 years ago

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.

jlpatte2 commented 2 years ago

Thank you exactly what I needed!