Skip to content

Documentation / joplin-plugin-api / ToolbarButtonLocation

Enumeration: ToolbarButtonLocation

Enumeration Members

EditorToolbar

EditorToolbar: "editorToolbar"

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

Defined in

types.ts:349


NoteToolbar

NoteToolbar: "noteToolbar"

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

Defined in

types.ts:344

Released under the MIT License.