Concepts

Browser Mode

In browser mode, we start a webpack dev server to see changes to plugin views in real time.

Editor View

The editor view is a view that shows up inside of an editor pane in vscode. The Dendron Preview is an example of an Editor View.

Tree View

Tree views are located in the tree view container of the workbench.

No note with name dendron.concepts.workbench found in cache during parsing.

IDE Mode

In IDE mode, we run webpack export to generate static js and css bundles of all views. We then launch the Dendron Plugin in development mode to see the webview changes integrated with VSCode


Children
  1. Editor View
  2. Tree View

Backlinks