Skip to content

Documentation / jpl-vite / api / ToolbarButtonLocation

Enumeration: ToolbarButtonLocation

Defined in: joplin-plugin-api/dist/types.d.ts:258

Enumeration Members

EditorToolbar

EditorToolbar: "editorToolbar"

Defined in: joplin-plugin-api/dist/types.d.ts:266

This toolbar is right above the text editor. It applies to the note body only.


NoteToolbar

NoteToolbar: "noteToolbar"

Defined in: joplin-plugin-api/dist/types.d.ts:262

This toolbar in the top right corner of the application. It applies to the note as a whole, including its metadata.

Released under the MIT License.