Search
Preparing search index...
The search index is not available
Joplin Plugin API Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
Joplin Plugin API Documentation
Index
Enumerations
App
Type
Content
Script
Type
File
System
Item
Import
Module
Output
Format
Item
Change
Event
Type
Menu
Item
Location
Setting
Item
Type
Setting
Storage
Toolbar
Button
Location
Classes
Joplin
Joplin
Clipboard
Joplin
Commands
Joplin
Content
Scripts
Joplin
Data
Joplin
Interop
Joplin
Plugins
Joplin
Settings
Joplin
Views
Joplin
Views
Dialogs
Joplin
Views
Menu
Items
Joplin
Views
Menus
Joplin
Views
Panels
Joplin
Views
Toolbar
Buttons
Joplin
Workspace
Interfaces
Button
Spec
Change
Event
Command
Content
Script
Context
Create
Menu
Item
Options
Dialog
Result
Disposable
Editor
Command
Export
Context
Export
Module
Export
Options
Import
Context
Import
Module
Item
Change
Event
Menu
Item
Script
Setting
Item
Setting
Section
Sync
Start
Event
Type aliases
Button
Id
Change
Handler
Item
Change
Handler
Path
Post
Message
Handler
Sync
Start
Handler
View
Handle
Variables
logger
Functions
is
Context
Menu
Item
Location
Type aliases
Button
Id
Button
Id
:
string
Change
Handler
Change
Handler
:
(
event
:
ChangeEvent
)
=>
void
Type declaration
(
event
:
ChangeEvent
)
:
void
Parameters
event:
ChangeEvent
Item
Change
Handler
Item
Change
Handler
:
(
event
:
ItemChangeEvent
)
=>
void
Type declaration
(
event
:
ItemChangeEvent
)
:
void
Parameters
event:
ItemChangeEvent
Path
Path
:
string
[]
An array of at least one element and at most three elements.
[0]
: Resource name (eg. "notes", "folders", "tags", etc.)
[1]
: (Optional) Resource ID.
[2]
: (Optional) Resource link.
Post
Message
Handler
Post
Message
Handler
:
(
id
:
string
, message
:
any
)
=>
Promise
<
any
>
Type declaration
(
id
:
string
, message
:
any
)
:
Promise
<
any
>
Parameters
id:
string
message:
any
Sync
Start
Handler
Sync
Start
Handler
:
(
event
:
SyncStartEvent
)
=>
void
Type declaration
(
event
:
SyncStartEvent
)
:
void
Parameters
event:
SyncStartEvent
View
Handle
View
Handle
:
string
Variables
Const
logger
logger
:
LoggerWrapper
= Logger.create('joplin.plugins')
Functions
is
Context
Menu
Item
Location
is
Context
Menu
Item
Location
(
location
:
MenuItemLocation
)
:
boolean
Parameters
location:
MenuItemLocation
AppType
ContentScriptType
FileSystemItem
ImportModuleOutputFormat
ItemChangeEventType
MenuItemLocation
SettingItemType
SettingStorage
ToolbarButtonLocation
joplin
joplin.clipboard
joplin.commands
joplin.contentScripts
joplin.data
joplin.interop
joplin.plugins
joplin.settings
joplin.views
joplin.views.dialogs
joplin.views.menuItems
joplin.views.menus
joplin.views.panels
joplin.views.toolbarButtons
joplin.workspace
ButtonSpec
ChangeEvent
Command
ContentScriptContext
CreateMenuItemOptions
DialogResult
Disposable
EditorCommand
ExportContext
ExportModule
ExportOptions
ImportContext
ImportModule
ItemChangeEvent
MenuItem
Script
SettingItem
SettingSection
SyncStartEvent
ButtonId
ChangeHandler
ItemChangeHandler
Path
PostMessageHandler
SyncStartHandler
ViewHandle
isContextMenuItemLocation
An array of at least one element and at most three elements.