Skip to content

Documentation / joplin-plugin-api / ToolbarButtonLocation

Enumeration: ToolbarButtonLocation

Defined in: types.ts:340

Enumeration Members

EditorToolbar

EditorToolbar: "editorToolbar"

Defined in: types.ts:349

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


NoteToolbar

NoteToolbar: "noteToolbar"

Defined in: types.ts:344

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.