diff --git a/README.md b/README.md index 4c2f215441..0558e0ef00 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,17 @@ Three types of applications are available: for the **desktop** (Windows, macOS a ## Desktop applications -Operating System | Download | Alternative ----|---|--- -Windows (32 and 64-bit) | Get it on Windows | Or get the Portable version

The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. -macOS | Get it on macOS | - -Linux | Get it on Linux | The recommended way is to use the following installation script as it will handle the desktop icon too:

`wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh \| bash` +Operating System | Download +---|--- +Windows (32 and 64-bit) | Get it on Windows +macOS | Get it on macOS +Linux | Get it on Linux + +**On Windows**, you may also use the Portable version. The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. + +**On Linux**, the recommended way is to use the following installation script as it will handle the desktop icon too: + +
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
## Mobile applications diff --git a/docs/api/get_started/plugins/index.html b/docs/api/get_started/plugins/index.html index 24602e3a3d..dcb6f45ea9 100644 --- a/docs/api/get_started/plugins/index.html +++ b/docs/api/get_started/plugins/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -470,7 +472,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md diff --git a/docs/api/overview/index.html b/docs/api/overview/index.html index 3c2d62f791..0f00e01b24 100644 --- a/docs/api/overview/index.html +++ b/docs/api/overview/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -462,7 +464,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md diff --git a/docs/api/references/development_mode/index.html b/docs/api/references/development_mode/index.html index c48e462cca..50054e9402 100644 --- a/docs/api/references/development_mode/index.html +++ b/docs/api/references/development_mode/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -441,7 +443,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m diff --git a/docs/api/references/plugin_api/assets/js/search.json b/docs/api/references/plugin_api/assets/js/search.json index 05f8ef9341..e1c8dd1f4c 100644 --- a/docs/api/references/plugin_api/assets/js/search.json +++ b/docs/api/references/plugin_api/assets/js/search.json @@ -1 +1 @@ -{"kinds":{"4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"Command","url":"interfaces/command.html","classes":"tsd-kind-interface"},{"id":1,"kind":1024,"name":"name","url":"interfaces/command.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":2,"kind":1024,"name":"label","url":"interfaces/command.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":3,"kind":1024,"name":"iconName","url":"interfaces/command.html#iconname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":4,"kind":2048,"name":"execute","url":"interfaces/command.html#execute","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Command"},{"id":5,"kind":1024,"name":"enabledCondition","url":"interfaces/command.html#enabledcondition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":6,"kind":4,"name":"FileSystemItem","url":"enums/filesystemitem.html","classes":"tsd-kind-enum"},{"id":7,"kind":16,"name":"File","url":"enums/filesystemitem.html#file","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FileSystemItem"},{"id":8,"kind":16,"name":"Directory","url":"enums/filesystemitem.html#directory","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FileSystemItem"},{"id":9,"kind":4,"name":"ImportModuleOutputFormat","url":"enums/importmoduleoutputformat.html","classes":"tsd-kind-enum"},{"id":10,"kind":16,"name":"Markdown","url":"enums/importmoduleoutputformat.html#markdown","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ImportModuleOutputFormat"},{"id":11,"kind":16,"name":"Html","url":"enums/importmoduleoutputformat.html#html","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ImportModuleOutputFormat"},{"id":12,"kind":256,"name":"ExportModule","url":"interfaces/exportmodule.html","classes":"tsd-kind-interface"},{"id":13,"kind":1024,"name":"format","url":"interfaces/exportmodule.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":14,"kind":1024,"name":"description","url":"interfaces/exportmodule.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":15,"kind":1024,"name":"target","url":"interfaces/exportmodule.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":16,"kind":1024,"name":"isNoteArchive","url":"interfaces/exportmodule.html#isnotearchive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":17,"kind":1024,"name":"fileExtensions","url":"interfaces/exportmodule.html#fileextensions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":18,"kind":2048,"name":"onInit","url":"interfaces/exportmodule.html#oninit","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":19,"kind":2048,"name":"onProcessItem","url":"interfaces/exportmodule.html#onprocessitem","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":20,"kind":2048,"name":"onProcessResource","url":"interfaces/exportmodule.html#onprocessresource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":21,"kind":2048,"name":"onClose","url":"interfaces/exportmodule.html#onclose","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":22,"kind":256,"name":"ImportModule","url":"interfaces/importmodule.html","classes":"tsd-kind-interface"},{"id":23,"kind":1024,"name":"format","url":"interfaces/importmodule.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":24,"kind":1024,"name":"description","url":"interfaces/importmodule.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":25,"kind":1024,"name":"isNoteArchive","url":"interfaces/importmodule.html#isnotearchive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":26,"kind":1024,"name":"sources","url":"interfaces/importmodule.html#sources","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":27,"kind":1024,"name":"fileExtensions","url":"interfaces/importmodule.html#fileextensions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":28,"kind":1024,"name":"outputFormat","url":"interfaces/importmodule.html#outputformat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":29,"kind":2048,"name":"onExec","url":"interfaces/importmodule.html#onexec","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ImportModule"},{"id":30,"kind":256,"name":"ExportOptions","url":"interfaces/exportoptions.html","classes":"tsd-kind-interface"},{"id":31,"kind":1024,"name":"format","url":"interfaces/exportoptions.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":32,"kind":1024,"name":"path","url":"interfaces/exportoptions.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":33,"kind":1024,"name":"sourceFolderIds","url":"interfaces/exportoptions.html#sourcefolderids","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":34,"kind":1024,"name":"sourceNoteIds","url":"interfaces/exportoptions.html#sourcenoteids","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":35,"kind":1024,"name":"target","url":"interfaces/exportoptions.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":36,"kind":256,"name":"ExportContext","url":"interfaces/exportcontext.html","classes":"tsd-kind-interface"},{"id":37,"kind":1024,"name":"destPath","url":"interfaces/exportcontext.html#destpath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportContext"},{"id":38,"kind":1024,"name":"options","url":"interfaces/exportcontext.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportContext"},{"id":39,"kind":1024,"name":"userData","url":"interfaces/exportcontext.html#userdata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportContext"},{"id":40,"kind":256,"name":"ImportContext","url":"interfaces/importcontext.html","classes":"tsd-kind-interface"},{"id":41,"kind":1024,"name":"sourcePath","url":"interfaces/importcontext.html#sourcepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportContext"},{"id":42,"kind":1024,"name":"options","url":"interfaces/importcontext.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportContext"},{"id":43,"kind":1024,"name":"warnings","url":"interfaces/importcontext.html#warnings","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportContext"},{"id":44,"kind":256,"name":"Script","url":"interfaces/script.html","classes":"tsd-kind-interface"},{"id":45,"kind":2048,"name":"onStart","url":"interfaces/script.html#onstart","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Script"},{"id":46,"kind":256,"name":"Disposable","url":"interfaces/disposable.html","classes":"tsd-kind-interface"},{"id":47,"kind":256,"name":"CreateMenuItemOptions","url":"interfaces/createmenuitemoptions.html","classes":"tsd-kind-interface"},{"id":48,"kind":1024,"name":"accelerator","url":"interfaces/createmenuitemoptions.html#accelerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CreateMenuItemOptions"},{"id":49,"kind":4,"name":"MenuItemLocation","url":"enums/menuitemlocation.html","classes":"tsd-kind-enum"},{"id":50,"kind":16,"name":"File","url":"enums/menuitemlocation.html#file","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":51,"kind":16,"name":"Edit","url":"enums/menuitemlocation.html#edit","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":52,"kind":16,"name":"View","url":"enums/menuitemlocation.html#view","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":53,"kind":16,"name":"Note","url":"enums/menuitemlocation.html#note","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":54,"kind":16,"name":"Tools","url":"enums/menuitemlocation.html#tools","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":55,"kind":16,"name":"Help","url":"enums/menuitemlocation.html#help","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":56,"kind":16,"name":"Context","url":"enums/menuitemlocation.html#context","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":57,"kind":16,"name":"NoteListContextMenu","url":"enums/menuitemlocation.html#notelistcontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":58,"kind":16,"name":"EditorContextMenu","url":"enums/menuitemlocation.html#editorcontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":59,"kind":16,"name":"FolderContextMenu","url":"enums/menuitemlocation.html#foldercontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":60,"kind":16,"name":"TagContextMenu","url":"enums/menuitemlocation.html#tagcontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":61,"kind":256,"name":"MenuItem","url":"interfaces/menuitem.html","classes":"tsd-kind-interface"},{"id":62,"kind":1024,"name":"commandName","url":"interfaces/menuitem.html#commandname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":63,"kind":1024,"name":"accelerator","url":"interfaces/menuitem.html#accelerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":64,"kind":1024,"name":"submenu","url":"interfaces/menuitem.html#submenu","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":65,"kind":1024,"name":"label","url":"interfaces/menuitem.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":66,"kind":256,"name":"ButtonSpec","url":"interfaces/buttonspec.html","classes":"tsd-kind-interface"},{"id":67,"kind":1024,"name":"id","url":"interfaces/buttonspec.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ButtonSpec"},{"id":68,"kind":1024,"name":"title","url":"interfaces/buttonspec.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ButtonSpec"},{"id":69,"kind":2048,"name":"onClick","url":"interfaces/buttonspec.html#onclick","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ButtonSpec"},{"id":70,"kind":4,"name":"ToolbarButtonLocation","url":"enums/toolbarbuttonlocation.html","classes":"tsd-kind-enum"},{"id":71,"kind":16,"name":"NoteToolbar","url":"enums/toolbarbuttonlocation.html#notetoolbar","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ToolbarButtonLocation"},{"id":72,"kind":16,"name":"EditorToolbar","url":"enums/toolbarbuttonlocation.html#editortoolbar","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ToolbarButtonLocation"},{"id":73,"kind":256,"name":"EditorCommand","url":"interfaces/editorcommand.html","classes":"tsd-kind-interface"},{"id":74,"kind":1024,"name":"name","url":"interfaces/editorcommand.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EditorCommand"},{"id":75,"kind":1024,"name":"value","url":"interfaces/editorcommand.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EditorCommand"},{"id":76,"kind":256,"name":"DialogResult","url":"interfaces/dialogresult.html","classes":"tsd-kind-interface"},{"id":77,"kind":1024,"name":"id","url":"interfaces/dialogresult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DialogResult"},{"id":78,"kind":1024,"name":"formData","url":"interfaces/dialogresult.html#formdata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DialogResult"},{"id":79,"kind":4,"name":"SettingItemType","url":"enums/settingitemtype.html","classes":"tsd-kind-enum"},{"id":80,"kind":16,"name":"Int","url":"enums/settingitemtype.html#int","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":81,"kind":16,"name":"String","url":"enums/settingitemtype.html#string","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":82,"kind":16,"name":"Bool","url":"enums/settingitemtype.html#bool","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":83,"kind":16,"name":"Array","url":"enums/settingitemtype.html#array","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":84,"kind":16,"name":"Object","url":"enums/settingitemtype.html#object","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":85,"kind":16,"name":"Button","url":"enums/settingitemtype.html#button","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":86,"kind":256,"name":"SettingItem","url":"interfaces/settingitem.html","classes":"tsd-kind-interface"},{"id":87,"kind":1024,"name":"value","url":"interfaces/settingitem.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":88,"kind":1024,"name":"type","url":"interfaces/settingitem.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":89,"kind":1024,"name":"public","url":"interfaces/settingitem.html#public","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":90,"kind":1024,"name":"label","url":"interfaces/settingitem.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":91,"kind":1024,"name":"description","url":"interfaces/settingitem.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":92,"kind":1024,"name":"isEnum","url":"interfaces/settingitem.html#isenum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":93,"kind":1024,"name":"section","url":"interfaces/settingitem.html#section","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":94,"kind":1024,"name":"options","url":"interfaces/settingitem.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":95,"kind":1024,"name":"appTypes","url":"interfaces/settingitem.html#apptypes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":96,"kind":1024,"name":"secure","url":"interfaces/settingitem.html#secure","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":97,"kind":1024,"name":"advanced","url":"interfaces/settingitem.html#advanced","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":98,"kind":1024,"name":"minimum","url":"interfaces/settingitem.html#minimum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":99,"kind":1024,"name":"maximum","url":"interfaces/settingitem.html#maximum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":100,"kind":1024,"name":"step","url":"interfaces/settingitem.html#step","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":101,"kind":256,"name":"SettingSection","url":"interfaces/settingsection.html","classes":"tsd-kind-interface"},{"id":102,"kind":1024,"name":"label","url":"interfaces/settingsection.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":103,"kind":1024,"name":"iconName","url":"interfaces/settingsection.html#iconname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":104,"kind":1024,"name":"description","url":"interfaces/settingsection.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":105,"kind":1024,"name":"name","url":"interfaces/settingsection.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":106,"kind":4,"name":"ContentScriptType","url":"enums/contentscripttype.html","classes":"tsd-kind-enum"},{"id":107,"kind":16,"name":"MarkdownItPlugin","url":"enums/contentscripttype.html#markdownitplugin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ContentScriptType"},{"id":108,"kind":16,"name":"CodeMirrorPlugin","url":"enums/contentscripttype.html#codemirrorplugin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ContentScriptType"},{"id":109,"kind":64,"name":"isContextMenuItemLocation","url":"globals.html#iscontextmenuitemlocation","classes":"tsd-kind-function"},{"id":110,"kind":4194304,"name":"ButtonId","url":"globals.html#buttonid","classes":"tsd-kind-type-alias"},{"id":111,"kind":4194304,"name":"ViewHandle","url":"globals.html#viewhandle","classes":"tsd-kind-type-alias"},{"id":112,"kind":4194304,"name":"Path","url":"globals.html#path","classes":"tsd-kind-type-alias"},{"id":113,"kind":128,"name":"JoplinData","url":"classes/joplindata.html","classes":"tsd-kind-class"},{"id":114,"kind":2048,"name":"get","url":"classes/joplindata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":115,"kind":2048,"name":"post","url":"classes/joplindata.html#post","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":116,"kind":2048,"name":"put","url":"classes/joplindata.html#put","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":117,"kind":2048,"name":"delete","url":"classes/joplindata.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":118,"kind":128,"name":"JoplinPlugins","url":"classes/joplinplugins.html","classes":"tsd-kind-class"},{"id":119,"kind":512,"name":"constructor","url":"classes/joplinplugins.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinPlugins"},{"id":120,"kind":2048,"name":"register","url":"classes/joplinplugins.html#register","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinPlugins"},{"id":121,"kind":2048,"name":"registerContentScript","url":"classes/joplinplugins.html#registercontentscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinPlugins"},{"id":122,"kind":32,"name":"logger","url":"globals.html#logger","classes":"tsd-kind-variable"},{"id":123,"kind":4,"name":"ItemChangeEventType","url":"enums/itemchangeeventtype.html","classes":"tsd-kind-enum"},{"id":124,"kind":16,"name":"Create","url":"enums/itemchangeeventtype.html#create","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ItemChangeEventType"},{"id":125,"kind":16,"name":"Update","url":"enums/itemchangeeventtype.html#update","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ItemChangeEventType"},{"id":126,"kind":16,"name":"Delete","url":"enums/itemchangeeventtype.html#delete","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ItemChangeEventType"},{"id":127,"kind":256,"name":"ItemChangeEvent","url":"interfaces/itemchangeevent.html","classes":"tsd-kind-interface"},{"id":128,"kind":1024,"name":"id","url":"interfaces/itemchangeevent.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ItemChangeEvent"},{"id":129,"kind":1024,"name":"event","url":"interfaces/itemchangeevent.html#event","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ItemChangeEvent"},{"id":130,"kind":256,"name":"SyncStartEvent","url":"interfaces/syncstartevent.html","classes":"tsd-kind-interface"},{"id":131,"kind":1024,"name":"withErrors","url":"interfaces/syncstartevent.html#witherrors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SyncStartEvent"},{"id":132,"kind":128,"name":"JoplinWorkspace","url":"classes/joplinworkspace.html","classes":"tsd-kind-class"},{"id":133,"kind":512,"name":"constructor","url":"classes/joplinworkspace.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":134,"kind":2048,"name":"onNoteSelectionChange","url":"classes/joplinworkspace.html#onnoteselectionchange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":135,"kind":2048,"name":"onNoteContentChange","url":"classes/joplinworkspace.html#onnotecontentchange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":136,"kind":2048,"name":"onNoteChange","url":"classes/joplinworkspace.html#onnotechange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":137,"kind":2048,"name":"onNoteAlarmTrigger","url":"classes/joplinworkspace.html#onnotealarmtrigger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":138,"kind":2048,"name":"onSyncStart","url":"classes/joplinworkspace.html#onsyncstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":139,"kind":2048,"name":"onSyncComplete","url":"classes/joplinworkspace.html#onsynccomplete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":140,"kind":2048,"name":"selectedNote","url":"classes/joplinworkspace.html#selectednote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":141,"kind":2048,"name":"selectedNoteIds","url":"classes/joplinworkspace.html#selectednoteids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":142,"kind":4194304,"name":"ItemChangeHandler","url":"globals.html#itemchangehandler","classes":"tsd-kind-type-alias"},{"id":143,"kind":65536,"name":"__type","url":"globals.html#itemchangehandler.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"ItemChangeHandler"},{"id":144,"kind":4194304,"name":"SyncStartHandler","url":"globals.html#syncstarthandler","classes":"tsd-kind-type-alias"},{"id":145,"kind":65536,"name":"__type","url":"globals.html#syncstarthandler.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"SyncStartHandler"},{"id":146,"kind":128,"name":"JoplinCommands","url":"classes/joplincommands.html","classes":"tsd-kind-class"},{"id":147,"kind":2048,"name":"execute","url":"classes/joplincommands.html#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinCommands"},{"id":148,"kind":2048,"name":"register","url":"classes/joplincommands.html#register","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinCommands"},{"id":149,"kind":128,"name":"JoplinViewsDialogs","url":"classes/joplinviewsdialogs.html","classes":"tsd-kind-class"},{"id":150,"kind":512,"name":"constructor","url":"classes/joplinviewsdialogs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":151,"kind":2048,"name":"create","url":"classes/joplinviewsdialogs.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":152,"kind":2048,"name":"showMessageBox","url":"classes/joplinviewsdialogs.html#showmessagebox","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":153,"kind":2048,"name":"setHtml","url":"classes/joplinviewsdialogs.html#sethtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":154,"kind":2048,"name":"setButtons","url":"classes/joplinviewsdialogs.html#setbuttons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":155,"kind":2048,"name":"open","url":"classes/joplinviewsdialogs.html#open","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":156,"kind":128,"name":"JoplinViewsMenuItems","url":"classes/joplinviewsmenuitems.html","classes":"tsd-kind-class"},{"id":157,"kind":512,"name":"constructor","url":"classes/joplinviewsmenuitems.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsMenuItems"},{"id":158,"kind":2048,"name":"create","url":"classes/joplinviewsmenuitems.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsMenuItems"},{"id":159,"kind":128,"name":"JoplinViewsMenus","url":"classes/joplinviewsmenus.html","classes":"tsd-kind-class"},{"id":160,"kind":512,"name":"constructor","url":"classes/joplinviewsmenus.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsMenus"},{"id":161,"kind":2048,"name":"create","url":"classes/joplinviewsmenus.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsMenus"},{"id":162,"kind":128,"name":"JoplinViewsToolbarButtons","url":"classes/joplinviewstoolbarbuttons.html","classes":"tsd-kind-class"},{"id":163,"kind":512,"name":"constructor","url":"classes/joplinviewstoolbarbuttons.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsToolbarButtons"},{"id":164,"kind":2048,"name":"create","url":"classes/joplinviewstoolbarbuttons.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsToolbarButtons"},{"id":165,"kind":128,"name":"JoplinViewsPanels","url":"classes/joplinviewspanels.html","classes":"tsd-kind-class"},{"id":166,"kind":512,"name":"constructor","url":"classes/joplinviewspanels.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":167,"kind":2048,"name":"create","url":"classes/joplinviewspanels.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":168,"kind":2048,"name":"setHtml","url":"classes/joplinviewspanels.html#sethtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":169,"kind":2048,"name":"addScript","url":"classes/joplinviewspanels.html#addscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":170,"kind":2048,"name":"onMessage","url":"classes/joplinviewspanels.html#onmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":171,"kind":128,"name":"JoplinViews","url":"classes/joplinviews.html","classes":"tsd-kind-class"},{"id":172,"kind":512,"name":"constructor","url":"classes/joplinviews.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViews"},{"id":173,"kind":262144,"name":"dialogs","url":"classes/joplinviews.html#dialogs","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":174,"kind":262144,"name":"panels","url":"classes/joplinviews.html#panels","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":175,"kind":262144,"name":"menuItems","url":"classes/joplinviews.html#menuitems","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":176,"kind":262144,"name":"menus","url":"classes/joplinviews.html#menus","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":177,"kind":262144,"name":"toolbarButtons","url":"classes/joplinviews.html#toolbarbuttons","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":178,"kind":128,"name":"JoplinInterop","url":"classes/joplininterop.html","classes":"tsd-kind-class"},{"id":179,"kind":2048,"name":"registerExportModule","url":"classes/joplininterop.html#registerexportmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinInterop"},{"id":180,"kind":2048,"name":"registerImportModule","url":"classes/joplininterop.html#registerimportmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinInterop"},{"id":181,"kind":128,"name":"JoplinSettings","url":"classes/joplinsettings.html","classes":"tsd-kind-class"},{"id":182,"kind":512,"name":"constructor","url":"classes/joplinsettings.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinSettings"},{"id":183,"kind":2048,"name":"registerSetting","url":"classes/joplinsettings.html#registersetting","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":184,"kind":2048,"name":"registerSection","url":"classes/joplinsettings.html#registersection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":185,"kind":2048,"name":"value","url":"classes/joplinsettings.html#value","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":186,"kind":2048,"name":"setValue","url":"classes/joplinsettings.html#setvalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":187,"kind":2048,"name":"globalValue","url":"classes/joplinsettings.html#globalvalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":188,"kind":128,"name":"Joplin","url":"classes/joplin.html","classes":"tsd-kind-class"},{"id":189,"kind":512,"name":"constructor","url":"classes/joplin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Joplin"},{"id":190,"kind":262144,"name":"data","url":"classes/joplin.html#data","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":191,"kind":262144,"name":"plugins","url":"classes/joplin.html#plugins","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":192,"kind":262144,"name":"workspace","url":"classes/joplin.html#workspace","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":193,"kind":262144,"name":"commands","url":"classes/joplin.html#commands","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":194,"kind":262144,"name":"views","url":"classes/joplin.html#views","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":195,"kind":262144,"name":"interop","url":"classes/joplin.html#interop","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":196,"kind":262144,"name":"settings","url":"classes/joplin.html#settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,34.165]],["parent/0",[]],["name/1",[1,40.355]],["parent/1",[0,3.057]],["name/2",[2,37.842]],["parent/2",[0,3.057]],["name/3",[3,43.72]],["parent/3",[0,3.057]],["name/4",[4,43.72]],["parent/4",[0,3.057]],["name/5",[5,48.828]],["parent/5",[0,3.057]],["name/6",[6,40.355]],["parent/6",[]],["name/7",[7,43.72]],["parent/7",[6,3.611]],["name/8",[8,48.828]],["parent/8",[6,3.611]],["name/9",[9,40.355]],["parent/9",[]],["name/10",[10,48.828]],["parent/10",[9,3.611]],["name/11",[11,48.828]],["parent/11",[9,3.611]],["name/12",[12,29.369]],["parent/12",[]],["name/13",[13,40.355]],["parent/13",[12,2.628]],["name/14",[14,37.842]],["parent/14",[12,2.628]],["name/15",[15,43.72]],["parent/15",[12,2.628]],["name/16",[16,43.72]],["parent/16",[12,2.628]],["name/17",[17,43.72]],["parent/17",[12,2.628]],["name/18",[18,48.828]],["parent/18",[12,2.628]],["name/19",[19,48.828]],["parent/19",[12,2.628]],["name/20",[20,48.828]],["parent/20",[12,2.628]],["name/21",[21,48.828]],["parent/21",[12,2.628]],["name/22",[22,31.482]],["parent/22",[]],["name/23",[13,40.355]],["parent/23",[22,2.817]],["name/24",[14,37.842]],["parent/24",[22,2.817]],["name/25",[16,43.72]],["parent/25",[22,2.817]],["name/26",[23,48.828]],["parent/26",[22,2.817]],["name/27",[17,43.72]],["parent/27",[22,2.817]],["name/28",[24,48.828]],["parent/28",[22,2.817]],["name/29",[25,48.828]],["parent/29",[22,2.817]],["name/30",[26,34.165]],["parent/30",[]],["name/31",[13,40.355]],["parent/31",[26,3.057]],["name/32",[27,43.72]],["parent/32",[26,3.057]],["name/33",[28,48.828]],["parent/33",[26,3.057]],["name/34",[29,48.828]],["parent/34",[26,3.057]],["name/35",[15,43.72]],["parent/35",[26,3.057]],["name/36",[30,37.842]],["parent/36",[]],["name/37",[31,48.828]],["parent/37",[30,3.386]],["name/38",[32,40.355]],["parent/38",[30,3.386]],["name/39",[33,48.828]],["parent/39",[30,3.386]],["name/40",[34,37.842]],["parent/40",[]],["name/41",[35,48.828]],["parent/41",[34,3.386]],["name/42",[32,40.355]],["parent/42",[34,3.386]],["name/43",[36,48.828]],["parent/43",[34,3.386]],["name/44",[37,43.72]],["parent/44",[]],["name/45",[38,48.828]],["parent/45",[37,3.912]],["name/46",[39,48.828]],["parent/46",[]],["name/47",[40,43.72]],["parent/47",[]],["name/48",[41,43.72]],["parent/48",[40,3.912]],["name/49",[42,27.625]],["parent/49",[]],["name/50",[7,43.72]],["parent/50",[42,2.472]],["name/51",[43,48.828]],["parent/51",[42,2.472]],["name/52",[44,48.828]],["parent/52",[42,2.472]],["name/53",[45,48.828]],["parent/53",[42,2.472]],["name/54",[46,48.828]],["parent/54",[42,2.472]],["name/55",[47,48.828]],["parent/55",[42,2.472]],["name/56",[48,48.828]],["parent/56",[42,2.472]],["name/57",[49,48.828]],["parent/57",[42,2.472]],["name/58",[50,48.828]],["parent/58",[42,2.472]],["name/59",[51,48.828]],["parent/59",[42,2.472]],["name/60",[52,48.828]],["parent/60",[42,2.472]],["name/61",[53,35.835]],["parent/61",[]],["name/62",[54,48.828]],["parent/62",[53,3.206]],["name/63",[41,43.72]],["parent/63",[53,3.206]],["name/64",[55,48.828]],["parent/64",[53,3.206]],["name/65",[2,37.842]],["parent/65",[53,3.206]],["name/66",[56,37.842]],["parent/66",[]],["name/67",[57,40.355]],["parent/67",[56,3.386]],["name/68",[58,48.828]],["parent/68",[56,3.386]],["name/69",[59,48.828]],["parent/69",[56,3.386]],["name/70",[60,40.355]],["parent/70",[]],["name/71",[61,48.828]],["parent/71",[60,3.611]],["name/72",[62,48.828]],["parent/72",[60,3.611]],["name/73",[63,40.355]],["parent/73",[]],["name/74",[1,40.355]],["parent/74",[63,3.611]],["name/75",[64,40.355]],["parent/75",[63,3.611]],["name/76",[65,40.355]],["parent/76",[]],["name/77",[57,40.355]],["parent/77",[65,3.611]],["name/78",[66,48.828]],["parent/78",[65,3.611]],["name/79",[67,32.734]],["parent/79",[]],["name/80",[68,48.828]],["parent/80",[67,2.929]],["name/81",[69,48.828]],["parent/81",[67,2.929]],["name/82",[70,48.828]],["parent/82",[67,2.929]],["name/83",[71,48.828]],["parent/83",[67,2.929]],["name/84",[72,48.828]],["parent/84",[67,2.929]],["name/85",[73,48.828]],["parent/85",[67,2.929]],["name/86",[74,25.474]],["parent/86",[]],["name/87",[64,40.355]],["parent/87",[74,2.279]],["name/88",[75,48.828]],["parent/88",[74,2.279]],["name/89",[76,48.828]],["parent/89",[74,2.279]],["name/90",[2,37.842]],["parent/90",[74,2.279]],["name/91",[14,37.842]],["parent/91",[74,2.279]],["name/92",[77,48.828]],["parent/92",[74,2.279]],["name/93",[78,48.828]],["parent/93",[74,2.279]],["name/94",[32,40.355]],["parent/94",[74,2.279]],["name/95",[79,48.828]],["parent/95",[74,2.279]],["name/96",[80,48.828]],["parent/96",[74,2.279]],["name/97",[81,48.828]],["parent/97",[74,2.279]],["name/98",[82,48.828]],["parent/98",[74,2.279]],["name/99",[83,48.828]],["parent/99",[74,2.279]],["name/100",[84,48.828]],["parent/100",[74,2.279]],["name/101",[85,35.835]],["parent/101",[]],["name/102",[2,37.842]],["parent/102",[85,3.206]],["name/103",[3,43.72]],["parent/103",[85,3.206]],["name/104",[14,37.842]],["parent/104",[85,3.206]],["name/105",[1,40.355]],["parent/105",[85,3.206]],["name/106",[86,40.355]],["parent/106",[]],["name/107",[87,48.828]],["parent/107",[86,3.611]],["name/108",[88,48.828]],["parent/108",[86,3.611]],["name/109",[89,48.828]],["parent/109",[]],["name/110",[90,48.828]],["parent/110",[]],["name/111",[91,48.828]],["parent/111",[]],["name/112",[27,43.72]],["parent/112",[]],["name/113",[92,35.835]],["parent/113",[]],["name/114",[93,48.828]],["parent/114",[92,3.206]],["name/115",[94,48.828]],["parent/115",[92,3.206]],["name/116",[95,48.828]],["parent/116",[92,3.206]],["name/117",[96,43.72]],["parent/117",[92,3.206]],["name/118",[97,37.842]],["parent/118",[]],["name/119",[98,29.369]],["parent/119",[97,3.386]],["name/120",[99,43.72]],["parent/120",[97,3.386]],["name/121",[100,48.828]],["parent/121",[97,3.386]],["name/122",[101,48.828]],["parent/122",[]],["name/123",[102,37.842]],["parent/123",[]],["name/124",[103,34.165]],["parent/124",[102,3.386]],["name/125",[104,48.828]],["parent/125",[102,3.386]],["name/126",[96,43.72]],["parent/126",[102,3.386]],["name/127",[105,40.355]],["parent/127",[]],["name/128",[57,40.355]],["parent/128",[105,3.611]],["name/129",[106,48.828]],["parent/129",[105,3.611]],["name/130",[107,43.72]],["parent/130",[]],["name/131",[108,48.828]],["parent/131",[107,3.912]],["name/132",[109,29.369]],["parent/132",[]],["name/133",[98,29.369]],["parent/133",[109,2.628]],["name/134",[110,48.828]],["parent/134",[109,2.628]],["name/135",[111,48.828]],["parent/135",[109,2.628]],["name/136",[112,48.828]],["parent/136",[109,2.628]],["name/137",[113,48.828]],["parent/137",[109,2.628]],["name/138",[114,48.828]],["parent/138",[109,2.628]],["name/139",[115,48.828]],["parent/139",[109,2.628]],["name/140",[116,48.828]],["parent/140",[109,2.628]],["name/141",[117,48.828]],["parent/141",[109,2.628]],["name/142",[118,43.72]],["parent/142",[]],["name/143",[119,43.72]],["parent/143",[118,3.912]],["name/144",[120,43.72]],["parent/144",[]],["name/145",[119,43.72]],["parent/145",[120,3.912]],["name/146",[121,40.355]],["parent/146",[]],["name/147",[4,43.72]],["parent/147",[121,3.611]],["name/148",[99,43.72]],["parent/148",[121,3.611]],["name/149",[122,32.734]],["parent/149",[]],["name/150",[98,29.369]],["parent/150",[122,2.929]],["name/151",[103,34.165]],["parent/151",[122,2.929]],["name/152",[123,48.828]],["parent/152",[122,2.929]],["name/153",[124,43.72]],["parent/153",[122,2.929]],["name/154",[125,48.828]],["parent/154",[122,2.929]],["name/155",[126,48.828]],["parent/155",[122,2.929]],["name/156",[127,40.355]],["parent/156",[]],["name/157",[98,29.369]],["parent/157",[127,3.611]],["name/158",[103,34.165]],["parent/158",[127,3.611]],["name/159",[128,40.355]],["parent/159",[]],["name/160",[98,29.369]],["parent/160",[128,3.611]],["name/161",[103,34.165]],["parent/161",[128,3.611]],["name/162",[129,40.355]],["parent/162",[]],["name/163",[98,29.369]],["parent/163",[129,3.611]],["name/164",[103,34.165]],["parent/164",[129,3.611]],["name/165",[130,34.165]],["parent/165",[]],["name/166",[98,29.369]],["parent/166",[130,3.057]],["name/167",[103,34.165]],["parent/167",[130,3.057]],["name/168",[124,43.72]],["parent/168",[130,3.057]],["name/169",[131,48.828]],["parent/169",[130,3.057]],["name/170",[132,48.828]],["parent/170",[130,3.057]],["name/171",[133,32.734]],["parent/171",[]],["name/172",[98,29.369]],["parent/172",[133,2.929]],["name/173",[134,48.828]],["parent/173",[133,2.929]],["name/174",[135,48.828]],["parent/174",[133,2.929]],["name/175",[136,48.828]],["parent/175",[133,2.929]],["name/176",[137,48.828]],["parent/176",[133,2.929]],["name/177",[138,48.828]],["parent/177",[133,2.929]],["name/178",[139,40.355]],["parent/178",[]],["name/179",[140,48.828]],["parent/179",[139,3.611]],["name/180",[141,48.828]],["parent/180",[139,3.611]],["name/181",[142,32.734]],["parent/181",[]],["name/182",[98,29.369]],["parent/182",[142,2.929]],["name/183",[143,48.828]],["parent/183",[142,2.929]],["name/184",[144,48.828]],["parent/184",[142,2.929]],["name/185",[64,40.355]],["parent/185",[142,2.929]],["name/186",[145,48.828]],["parent/186",[142,2.929]],["name/187",[146,48.828]],["parent/187",[142,2.929]],["name/188",[147,30.37]],["parent/188",[]],["name/189",[98,29.369]],["parent/189",[147,2.717]],["name/190",[148,48.828]],["parent/190",[147,2.717]],["name/191",[149,48.828]],["parent/191",[147,2.717]],["name/192",[150,48.828]],["parent/192",[147,2.717]],["name/193",[151,48.828]],["parent/193",[147,2.717]],["name/194",[152,48.828]],["parent/194",[147,2.717]],["name/195",[153,48.828]],["parent/195",[147,2.717]],["name/196",[154,48.828]],["parent/196",[147,2.717]]],"invertedIndex":[["__type",{"_index":119,"name":{"143":{},"145":{}},"parent":{}}],["accelerator",{"_index":41,"name":{"48":{},"63":{}},"parent":{}}],["addscript",{"_index":131,"name":{"169":{}},"parent":{}}],["advanced",{"_index":81,"name":{"97":{}},"parent":{}}],["apptypes",{"_index":79,"name":{"95":{}},"parent":{}}],["array",{"_index":71,"name":{"83":{}},"parent":{}}],["bool",{"_index":70,"name":{"82":{}},"parent":{}}],["button",{"_index":73,"name":{"85":{}},"parent":{}}],["buttonid",{"_index":90,"name":{"110":{}},"parent":{}}],["buttonspec",{"_index":56,"name":{"66":{}},"parent":{"67":{},"68":{},"69":{}}}],["codemirrorplugin",{"_index":88,"name":{"108":{}},"parent":{}}],["command",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{}}}],["commandname",{"_index":54,"name":{"62":{}},"parent":{}}],["commands",{"_index":151,"name":{"193":{}},"parent":{}}],["constructor",{"_index":98,"name":{"119":{},"133":{},"150":{},"157":{},"160":{},"163":{},"166":{},"172":{},"182":{},"189":{}},"parent":{}}],["contentscripttype",{"_index":86,"name":{"106":{}},"parent":{"107":{},"108":{}}}],["context",{"_index":48,"name":{"56":{}},"parent":{}}],["create",{"_index":103,"name":{"124":{},"151":{},"158":{},"161":{},"164":{},"167":{}},"parent":{}}],["createmenuitemoptions",{"_index":40,"name":{"47":{}},"parent":{"48":{}}}],["data",{"_index":148,"name":{"190":{}},"parent":{}}],["delete",{"_index":96,"name":{"117":{},"126":{}},"parent":{}}],["description",{"_index":14,"name":{"14":{},"24":{},"91":{},"104":{}},"parent":{}}],["destpath",{"_index":31,"name":{"37":{}},"parent":{}}],["dialogresult",{"_index":65,"name":{"76":{}},"parent":{"77":{},"78":{}}}],["dialogs",{"_index":134,"name":{"173":{}},"parent":{}}],["directory",{"_index":8,"name":{"8":{}},"parent":{}}],["disposable",{"_index":39,"name":{"46":{}},"parent":{}}],["edit",{"_index":43,"name":{"51":{}},"parent":{}}],["editorcommand",{"_index":63,"name":{"73":{}},"parent":{"74":{},"75":{}}}],["editorcontextmenu",{"_index":50,"name":{"58":{}},"parent":{}}],["editortoolbar",{"_index":62,"name":{"72":{}},"parent":{}}],["enabledcondition",{"_index":5,"name":{"5":{}},"parent":{}}],["event",{"_index":106,"name":{"129":{}},"parent":{}}],["execute",{"_index":4,"name":{"4":{},"147":{}},"parent":{}}],["exportcontext",{"_index":30,"name":{"36":{}},"parent":{"37":{},"38":{},"39":{}}}],["exportmodule",{"_index":12,"name":{"12":{}},"parent":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{}}}],["exportoptions",{"_index":26,"name":{"30":{}},"parent":{"31":{},"32":{},"33":{},"34":{},"35":{}}}],["file",{"_index":7,"name":{"7":{},"50":{}},"parent":{}}],["fileextensions",{"_index":17,"name":{"17":{},"27":{}},"parent":{}}],["filesystemitem",{"_index":6,"name":{"6":{}},"parent":{"7":{},"8":{}}}],["foldercontextmenu",{"_index":51,"name":{"59":{}},"parent":{}}],["format",{"_index":13,"name":{"13":{},"23":{},"31":{}},"parent":{}}],["formdata",{"_index":66,"name":{"78":{}},"parent":{}}],["get",{"_index":93,"name":{"114":{}},"parent":{}}],["globalvalue",{"_index":146,"name":{"187":{}},"parent":{}}],["help",{"_index":47,"name":{"55":{}},"parent":{}}],["html",{"_index":11,"name":{"11":{}},"parent":{}}],["iconname",{"_index":3,"name":{"3":{},"103":{}},"parent":{}}],["id",{"_index":57,"name":{"67":{},"77":{},"128":{}},"parent":{}}],["importcontext",{"_index":34,"name":{"40":{}},"parent":{"41":{},"42":{},"43":{}}}],["importmodule",{"_index":22,"name":{"22":{}},"parent":{"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{}}}],["importmoduleoutputformat",{"_index":9,"name":{"9":{}},"parent":{"10":{},"11":{}}}],["int",{"_index":68,"name":{"80":{}},"parent":{}}],["interop",{"_index":153,"name":{"195":{}},"parent":{}}],["iscontextmenuitemlocation",{"_index":89,"name":{"109":{}},"parent":{}}],["isenum",{"_index":77,"name":{"92":{}},"parent":{}}],["isnotearchive",{"_index":16,"name":{"16":{},"25":{}},"parent":{}}],["itemchangeevent",{"_index":105,"name":{"127":{}},"parent":{"128":{},"129":{}}}],["itemchangeeventtype",{"_index":102,"name":{"123":{}},"parent":{"124":{},"125":{},"126":{}}}],["itemchangehandler",{"_index":118,"name":{"142":{}},"parent":{"143":{}}}],["joplin",{"_index":147,"name":{"188":{}},"parent":{"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{}}}],["joplincommands",{"_index":121,"name":{"146":{}},"parent":{"147":{},"148":{}}}],["joplindata",{"_index":92,"name":{"113":{}},"parent":{"114":{},"115":{},"116":{},"117":{}}}],["joplininterop",{"_index":139,"name":{"178":{}},"parent":{"179":{},"180":{}}}],["joplinplugins",{"_index":97,"name":{"118":{}},"parent":{"119":{},"120":{},"121":{}}}],["joplinsettings",{"_index":142,"name":{"181":{}},"parent":{"182":{},"183":{},"184":{},"185":{},"186":{},"187":{}}}],["joplinviews",{"_index":133,"name":{"171":{}},"parent":{"172":{},"173":{},"174":{},"175":{},"176":{},"177":{}}}],["joplinviewsdialogs",{"_index":122,"name":{"149":{}},"parent":{"150":{},"151":{},"152":{},"153":{},"154":{},"155":{}}}],["joplinviewsmenuitems",{"_index":127,"name":{"156":{}},"parent":{"157":{},"158":{}}}],["joplinviewsmenus",{"_index":128,"name":{"159":{}},"parent":{"160":{},"161":{}}}],["joplinviewspanels",{"_index":130,"name":{"165":{}},"parent":{"166":{},"167":{},"168":{},"169":{},"170":{}}}],["joplinviewstoolbarbuttons",{"_index":129,"name":{"162":{}},"parent":{"163":{},"164":{}}}],["joplinworkspace",{"_index":109,"name":{"132":{}},"parent":{"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{}}}],["label",{"_index":2,"name":{"2":{},"65":{},"90":{},"102":{}},"parent":{}}],["logger",{"_index":101,"name":{"122":{}},"parent":{}}],["markdown",{"_index":10,"name":{"10":{}},"parent":{}}],["markdownitplugin",{"_index":87,"name":{"107":{}},"parent":{}}],["maximum",{"_index":83,"name":{"99":{}},"parent":{}}],["menuitem",{"_index":53,"name":{"61":{}},"parent":{"62":{},"63":{},"64":{},"65":{}}}],["menuitemlocation",{"_index":42,"name":{"49":{}},"parent":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{}}}],["menuitems",{"_index":136,"name":{"175":{}},"parent":{}}],["menus",{"_index":137,"name":{"176":{}},"parent":{}}],["minimum",{"_index":82,"name":{"98":{}},"parent":{}}],["name",{"_index":1,"name":{"1":{},"74":{},"105":{}},"parent":{}}],["note",{"_index":45,"name":{"53":{}},"parent":{}}],["notelistcontextmenu",{"_index":49,"name":{"57":{}},"parent":{}}],["notetoolbar",{"_index":61,"name":{"71":{}},"parent":{}}],["object",{"_index":72,"name":{"84":{}},"parent":{}}],["onclick",{"_index":59,"name":{"69":{}},"parent":{}}],["onclose",{"_index":21,"name":{"21":{}},"parent":{}}],["onexec",{"_index":25,"name":{"29":{}},"parent":{}}],["oninit",{"_index":18,"name":{"18":{}},"parent":{}}],["onmessage",{"_index":132,"name":{"170":{}},"parent":{}}],["onnotealarmtrigger",{"_index":113,"name":{"137":{}},"parent":{}}],["onnotechange",{"_index":112,"name":{"136":{}},"parent":{}}],["onnotecontentchange",{"_index":111,"name":{"135":{}},"parent":{}}],["onnoteselectionchange",{"_index":110,"name":{"134":{}},"parent":{}}],["onprocessitem",{"_index":19,"name":{"19":{}},"parent":{}}],["onprocessresource",{"_index":20,"name":{"20":{}},"parent":{}}],["onstart",{"_index":38,"name":{"45":{}},"parent":{}}],["onsynccomplete",{"_index":115,"name":{"139":{}},"parent":{}}],["onsyncstart",{"_index":114,"name":{"138":{}},"parent":{}}],["open",{"_index":126,"name":{"155":{}},"parent":{}}],["options",{"_index":32,"name":{"38":{},"42":{},"94":{}},"parent":{}}],["outputformat",{"_index":24,"name":{"28":{}},"parent":{}}],["panels",{"_index":135,"name":{"174":{}},"parent":{}}],["path",{"_index":27,"name":{"32":{},"112":{}},"parent":{}}],["plugins",{"_index":149,"name":{"191":{}},"parent":{}}],["post",{"_index":94,"name":{"115":{}},"parent":{}}],["public",{"_index":76,"name":{"89":{}},"parent":{}}],["put",{"_index":95,"name":{"116":{}},"parent":{}}],["register",{"_index":99,"name":{"120":{},"148":{}},"parent":{}}],["registercontentscript",{"_index":100,"name":{"121":{}},"parent":{}}],["registerexportmodule",{"_index":140,"name":{"179":{}},"parent":{}}],["registerimportmodule",{"_index":141,"name":{"180":{}},"parent":{}}],["registersection",{"_index":144,"name":{"184":{}},"parent":{}}],["registersetting",{"_index":143,"name":{"183":{}},"parent":{}}],["script",{"_index":37,"name":{"44":{}},"parent":{"45":{}}}],["section",{"_index":78,"name":{"93":{}},"parent":{}}],["secure",{"_index":80,"name":{"96":{}},"parent":{}}],["selectednote",{"_index":116,"name":{"140":{}},"parent":{}}],["selectednoteids",{"_index":117,"name":{"141":{}},"parent":{}}],["setbuttons",{"_index":125,"name":{"154":{}},"parent":{}}],["sethtml",{"_index":124,"name":{"153":{},"168":{}},"parent":{}}],["settingitem",{"_index":74,"name":{"86":{}},"parent":{"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{}}}],["settingitemtype",{"_index":67,"name":{"79":{}},"parent":{"80":{},"81":{},"82":{},"83":{},"84":{},"85":{}}}],["settings",{"_index":154,"name":{"196":{}},"parent":{}}],["settingsection",{"_index":85,"name":{"101":{}},"parent":{"102":{},"103":{},"104":{},"105":{}}}],["setvalue",{"_index":145,"name":{"186":{}},"parent":{}}],["showmessagebox",{"_index":123,"name":{"152":{}},"parent":{}}],["sourcefolderids",{"_index":28,"name":{"33":{}},"parent":{}}],["sourcenoteids",{"_index":29,"name":{"34":{}},"parent":{}}],["sourcepath",{"_index":35,"name":{"41":{}},"parent":{}}],["sources",{"_index":23,"name":{"26":{}},"parent":{}}],["step",{"_index":84,"name":{"100":{}},"parent":{}}],["string",{"_index":69,"name":{"81":{}},"parent":{}}],["submenu",{"_index":55,"name":{"64":{}},"parent":{}}],["syncstartevent",{"_index":107,"name":{"130":{}},"parent":{"131":{}}}],["syncstarthandler",{"_index":120,"name":{"144":{}},"parent":{"145":{}}}],["tagcontextmenu",{"_index":52,"name":{"60":{}},"parent":{}}],["target",{"_index":15,"name":{"15":{},"35":{}},"parent":{}}],["title",{"_index":58,"name":{"68":{}},"parent":{}}],["toolbarbuttonlocation",{"_index":60,"name":{"70":{}},"parent":{"71":{},"72":{}}}],["toolbarbuttons",{"_index":138,"name":{"177":{}},"parent":{}}],["tools",{"_index":46,"name":{"54":{}},"parent":{}}],["type",{"_index":75,"name":{"88":{}},"parent":{}}],["update",{"_index":104,"name":{"125":{}},"parent":{}}],["userdata",{"_index":33,"name":{"39":{}},"parent":{}}],["value",{"_index":64,"name":{"75":{},"87":{},"185":{}},"parent":{}}],["view",{"_index":44,"name":{"52":{}},"parent":{}}],["viewhandle",{"_index":91,"name":{"111":{}},"parent":{}}],["views",{"_index":152,"name":{"194":{}},"parent":{}}],["warnings",{"_index":36,"name":{"43":{}},"parent":{}}],["witherrors",{"_index":108,"name":{"131":{}},"parent":{}}],["workspace",{"_index":150,"name":{"192":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +{"kinds":{"4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"Command","url":"interfaces/command.html","classes":"tsd-kind-interface"},{"id":1,"kind":1024,"name":"name","url":"interfaces/command.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":2,"kind":1024,"name":"label","url":"interfaces/command.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":3,"kind":1024,"name":"iconName","url":"interfaces/command.html#iconname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":4,"kind":2048,"name":"execute","url":"interfaces/command.html#execute","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Command"},{"id":5,"kind":1024,"name":"enabledCondition","url":"interfaces/command.html#enabledcondition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Command"},{"id":6,"kind":4,"name":"FileSystemItem","url":"enums/filesystemitem.html","classes":"tsd-kind-enum"},{"id":7,"kind":16,"name":"File","url":"enums/filesystemitem.html#file","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FileSystemItem"},{"id":8,"kind":16,"name":"Directory","url":"enums/filesystemitem.html#directory","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"FileSystemItem"},{"id":9,"kind":4,"name":"ImportModuleOutputFormat","url":"enums/importmoduleoutputformat.html","classes":"tsd-kind-enum"},{"id":10,"kind":16,"name":"Markdown","url":"enums/importmoduleoutputformat.html#markdown","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ImportModuleOutputFormat"},{"id":11,"kind":16,"name":"Html","url":"enums/importmoduleoutputformat.html#html","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ImportModuleOutputFormat"},{"id":12,"kind":256,"name":"ExportModule","url":"interfaces/exportmodule.html","classes":"tsd-kind-interface"},{"id":13,"kind":1024,"name":"format","url":"interfaces/exportmodule.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":14,"kind":1024,"name":"description","url":"interfaces/exportmodule.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":15,"kind":1024,"name":"target","url":"interfaces/exportmodule.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":16,"kind":1024,"name":"isNoteArchive","url":"interfaces/exportmodule.html#isnotearchive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":17,"kind":1024,"name":"fileExtensions","url":"interfaces/exportmodule.html#fileextensions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportModule"},{"id":18,"kind":2048,"name":"onInit","url":"interfaces/exportmodule.html#oninit","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":19,"kind":2048,"name":"onProcessItem","url":"interfaces/exportmodule.html#onprocessitem","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":20,"kind":2048,"name":"onProcessResource","url":"interfaces/exportmodule.html#onprocessresource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":21,"kind":2048,"name":"onClose","url":"interfaces/exportmodule.html#onclose","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ExportModule"},{"id":22,"kind":256,"name":"ImportModule","url":"interfaces/importmodule.html","classes":"tsd-kind-interface"},{"id":23,"kind":1024,"name":"format","url":"interfaces/importmodule.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":24,"kind":1024,"name":"description","url":"interfaces/importmodule.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":25,"kind":1024,"name":"isNoteArchive","url":"interfaces/importmodule.html#isnotearchive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":26,"kind":1024,"name":"sources","url":"interfaces/importmodule.html#sources","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":27,"kind":1024,"name":"fileExtensions","url":"interfaces/importmodule.html#fileextensions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":28,"kind":1024,"name":"outputFormat","url":"interfaces/importmodule.html#outputformat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportModule"},{"id":29,"kind":2048,"name":"onExec","url":"interfaces/importmodule.html#onexec","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ImportModule"},{"id":30,"kind":256,"name":"ExportOptions","url":"interfaces/exportoptions.html","classes":"tsd-kind-interface"},{"id":31,"kind":1024,"name":"format","url":"interfaces/exportoptions.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":32,"kind":1024,"name":"path","url":"interfaces/exportoptions.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":33,"kind":1024,"name":"sourceFolderIds","url":"interfaces/exportoptions.html#sourcefolderids","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":34,"kind":1024,"name":"sourceNoteIds","url":"interfaces/exportoptions.html#sourcenoteids","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":35,"kind":1024,"name":"target","url":"interfaces/exportoptions.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportOptions"},{"id":36,"kind":256,"name":"ExportContext","url":"interfaces/exportcontext.html","classes":"tsd-kind-interface"},{"id":37,"kind":1024,"name":"destPath","url":"interfaces/exportcontext.html#destpath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportContext"},{"id":38,"kind":1024,"name":"options","url":"interfaces/exportcontext.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportContext"},{"id":39,"kind":1024,"name":"userData","url":"interfaces/exportcontext.html#userdata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExportContext"},{"id":40,"kind":256,"name":"ImportContext","url":"interfaces/importcontext.html","classes":"tsd-kind-interface"},{"id":41,"kind":1024,"name":"sourcePath","url":"interfaces/importcontext.html#sourcepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportContext"},{"id":42,"kind":1024,"name":"options","url":"interfaces/importcontext.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportContext"},{"id":43,"kind":1024,"name":"warnings","url":"interfaces/importcontext.html#warnings","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ImportContext"},{"id":44,"kind":256,"name":"Script","url":"interfaces/script.html","classes":"tsd-kind-interface"},{"id":45,"kind":2048,"name":"onStart","url":"interfaces/script.html#onstart","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Script"},{"id":46,"kind":256,"name":"Disposable","url":"interfaces/disposable.html","classes":"tsd-kind-interface"},{"id":47,"kind":256,"name":"CreateMenuItemOptions","url":"interfaces/createmenuitemoptions.html","classes":"tsd-kind-interface"},{"id":48,"kind":1024,"name":"accelerator","url":"interfaces/createmenuitemoptions.html#accelerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CreateMenuItemOptions"},{"id":49,"kind":4,"name":"MenuItemLocation","url":"enums/menuitemlocation.html","classes":"tsd-kind-enum"},{"id":50,"kind":16,"name":"File","url":"enums/menuitemlocation.html#file","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":51,"kind":16,"name":"Edit","url":"enums/menuitemlocation.html#edit","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":52,"kind":16,"name":"View","url":"enums/menuitemlocation.html#view","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":53,"kind":16,"name":"Note","url":"enums/menuitemlocation.html#note","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":54,"kind":16,"name":"Tools","url":"enums/menuitemlocation.html#tools","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":55,"kind":16,"name":"Help","url":"enums/menuitemlocation.html#help","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":56,"kind":16,"name":"Context","url":"enums/menuitemlocation.html#context","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":57,"kind":16,"name":"NoteListContextMenu","url":"enums/menuitemlocation.html#notelistcontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":58,"kind":16,"name":"EditorContextMenu","url":"enums/menuitemlocation.html#editorcontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":59,"kind":16,"name":"FolderContextMenu","url":"enums/menuitemlocation.html#foldercontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":60,"kind":16,"name":"TagContextMenu","url":"enums/menuitemlocation.html#tagcontextmenu","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MenuItemLocation"},{"id":61,"kind":256,"name":"MenuItem","url":"interfaces/menuitem.html","classes":"tsd-kind-interface"},{"id":62,"kind":1024,"name":"commandName","url":"interfaces/menuitem.html#commandname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":63,"kind":1024,"name":"accelerator","url":"interfaces/menuitem.html#accelerator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":64,"kind":1024,"name":"submenu","url":"interfaces/menuitem.html#submenu","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":65,"kind":1024,"name":"label","url":"interfaces/menuitem.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MenuItem"},{"id":66,"kind":256,"name":"ButtonSpec","url":"interfaces/buttonspec.html","classes":"tsd-kind-interface"},{"id":67,"kind":1024,"name":"id","url":"interfaces/buttonspec.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ButtonSpec"},{"id":68,"kind":1024,"name":"title","url":"interfaces/buttonspec.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ButtonSpec"},{"id":69,"kind":2048,"name":"onClick","url":"interfaces/buttonspec.html#onclick","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ButtonSpec"},{"id":70,"kind":4,"name":"ToolbarButtonLocation","url":"enums/toolbarbuttonlocation.html","classes":"tsd-kind-enum"},{"id":71,"kind":16,"name":"NoteToolbar","url":"enums/toolbarbuttonlocation.html#notetoolbar","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ToolbarButtonLocation"},{"id":72,"kind":16,"name":"EditorToolbar","url":"enums/toolbarbuttonlocation.html#editortoolbar","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ToolbarButtonLocation"},{"id":73,"kind":256,"name":"EditorCommand","url":"interfaces/editorcommand.html","classes":"tsd-kind-interface"},{"id":74,"kind":1024,"name":"name","url":"interfaces/editorcommand.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EditorCommand"},{"id":75,"kind":1024,"name":"value","url":"interfaces/editorcommand.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EditorCommand"},{"id":76,"kind":256,"name":"DialogResult","url":"interfaces/dialogresult.html","classes":"tsd-kind-interface"},{"id":77,"kind":1024,"name":"id","url":"interfaces/dialogresult.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DialogResult"},{"id":78,"kind":1024,"name":"formData","url":"interfaces/dialogresult.html#formdata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DialogResult"},{"id":79,"kind":4,"name":"SettingItemType","url":"enums/settingitemtype.html","classes":"tsd-kind-enum"},{"id":80,"kind":16,"name":"Int","url":"enums/settingitemtype.html#int","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":81,"kind":16,"name":"String","url":"enums/settingitemtype.html#string","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":82,"kind":16,"name":"Bool","url":"enums/settingitemtype.html#bool","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":83,"kind":16,"name":"Array","url":"enums/settingitemtype.html#array","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":84,"kind":16,"name":"Object","url":"enums/settingitemtype.html#object","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":85,"kind":16,"name":"Button","url":"enums/settingitemtype.html#button","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SettingItemType"},{"id":86,"kind":256,"name":"SettingItem","url":"interfaces/settingitem.html","classes":"tsd-kind-interface"},{"id":87,"kind":1024,"name":"value","url":"interfaces/settingitem.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":88,"kind":1024,"name":"type","url":"interfaces/settingitem.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":89,"kind":1024,"name":"public","url":"interfaces/settingitem.html#public","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":90,"kind":1024,"name":"label","url":"interfaces/settingitem.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":91,"kind":1024,"name":"description","url":"interfaces/settingitem.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":92,"kind":1024,"name":"isEnum","url":"interfaces/settingitem.html#isenum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":93,"kind":1024,"name":"section","url":"interfaces/settingitem.html#section","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":94,"kind":1024,"name":"options","url":"interfaces/settingitem.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":95,"kind":1024,"name":"appTypes","url":"interfaces/settingitem.html#apptypes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":96,"kind":1024,"name":"secure","url":"interfaces/settingitem.html#secure","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":97,"kind":1024,"name":"advanced","url":"interfaces/settingitem.html#advanced","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":98,"kind":1024,"name":"minimum","url":"interfaces/settingitem.html#minimum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":99,"kind":1024,"name":"maximum","url":"interfaces/settingitem.html#maximum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":100,"kind":1024,"name":"step","url":"interfaces/settingitem.html#step","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingItem"},{"id":101,"kind":256,"name":"SettingSection","url":"interfaces/settingsection.html","classes":"tsd-kind-interface"},{"id":102,"kind":1024,"name":"label","url":"interfaces/settingsection.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":103,"kind":1024,"name":"iconName","url":"interfaces/settingsection.html#iconname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":104,"kind":1024,"name":"description","url":"interfaces/settingsection.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":105,"kind":1024,"name":"name","url":"interfaces/settingsection.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SettingSection"},{"id":106,"kind":4,"name":"ContentScriptType","url":"enums/contentscripttype.html","classes":"tsd-kind-enum"},{"id":107,"kind":16,"name":"MarkdownItPlugin","url":"enums/contentscripttype.html#markdownitplugin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ContentScriptType"},{"id":108,"kind":16,"name":"CodeMirrorPlugin","url":"enums/contentscripttype.html#codemirrorplugin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ContentScriptType"},{"id":109,"kind":64,"name":"isContextMenuItemLocation","url":"globals.html#iscontextmenuitemlocation","classes":"tsd-kind-function"},{"id":110,"kind":4194304,"name":"ButtonId","url":"globals.html#buttonid","classes":"tsd-kind-type-alias"},{"id":111,"kind":4194304,"name":"ViewHandle","url":"globals.html#viewhandle","classes":"tsd-kind-type-alias"},{"id":112,"kind":4194304,"name":"Path","url":"globals.html#path","classes":"tsd-kind-type-alias"},{"id":113,"kind":128,"name":"JoplinData","url":"classes/joplindata.html","classes":"tsd-kind-class"},{"id":114,"kind":2048,"name":"get","url":"classes/joplindata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":115,"kind":2048,"name":"post","url":"classes/joplindata.html#post","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":116,"kind":2048,"name":"put","url":"classes/joplindata.html#put","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":117,"kind":2048,"name":"delete","url":"classes/joplindata.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinData"},{"id":118,"kind":128,"name":"JoplinPlugins","url":"classes/joplinplugins.html","classes":"tsd-kind-class"},{"id":119,"kind":512,"name":"constructor","url":"classes/joplinplugins.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinPlugins"},{"id":120,"kind":2048,"name":"register","url":"classes/joplinplugins.html#register","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinPlugins"},{"id":121,"kind":2048,"name":"registerContentScript","url":"classes/joplinplugins.html#registercontentscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinPlugins"},{"id":122,"kind":32,"name":"logger","url":"globals.html#logger","classes":"tsd-kind-variable"},{"id":123,"kind":4,"name":"ItemChangeEventType","url":"enums/itemchangeeventtype.html","classes":"tsd-kind-enum"},{"id":124,"kind":16,"name":"Create","url":"enums/itemchangeeventtype.html#create","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ItemChangeEventType"},{"id":125,"kind":16,"name":"Update","url":"enums/itemchangeeventtype.html#update","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ItemChangeEventType"},{"id":126,"kind":16,"name":"Delete","url":"enums/itemchangeeventtype.html#delete","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ItemChangeEventType"},{"id":127,"kind":256,"name":"ItemChangeEvent","url":"interfaces/itemchangeevent.html","classes":"tsd-kind-interface"},{"id":128,"kind":1024,"name":"id","url":"interfaces/itemchangeevent.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ItemChangeEvent"},{"id":129,"kind":1024,"name":"event","url":"interfaces/itemchangeevent.html#event","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ItemChangeEvent"},{"id":130,"kind":256,"name":"SyncStartEvent","url":"interfaces/syncstartevent.html","classes":"tsd-kind-interface"},{"id":131,"kind":1024,"name":"withErrors","url":"interfaces/syncstartevent.html#witherrors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SyncStartEvent"},{"id":132,"kind":128,"name":"JoplinWorkspace","url":"classes/joplinworkspace.html","classes":"tsd-kind-class"},{"id":133,"kind":512,"name":"constructor","url":"classes/joplinworkspace.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":134,"kind":2048,"name":"onNoteSelectionChange","url":"classes/joplinworkspace.html#onnoteselectionchange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":135,"kind":2048,"name":"onNoteContentChange","url":"classes/joplinworkspace.html#onnotecontentchange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":136,"kind":2048,"name":"onNoteChange","url":"classes/joplinworkspace.html#onnotechange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":137,"kind":2048,"name":"onNoteAlarmTrigger","url":"classes/joplinworkspace.html#onnotealarmtrigger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":138,"kind":2048,"name":"onSyncStart","url":"classes/joplinworkspace.html#onsyncstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":139,"kind":2048,"name":"onSyncComplete","url":"classes/joplinworkspace.html#onsynccomplete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":140,"kind":2048,"name":"selectedNote","url":"classes/joplinworkspace.html#selectednote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":141,"kind":2048,"name":"selectedNoteIds","url":"classes/joplinworkspace.html#selectednoteids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinWorkspace"},{"id":142,"kind":4194304,"name":"ItemChangeHandler","url":"globals.html#itemchangehandler","classes":"tsd-kind-type-alias"},{"id":143,"kind":65536,"name":"__type","url":"globals.html#itemchangehandler.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"ItemChangeHandler"},{"id":144,"kind":4194304,"name":"SyncStartHandler","url":"globals.html#syncstarthandler","classes":"tsd-kind-type-alias"},{"id":145,"kind":65536,"name":"__type","url":"globals.html#syncstarthandler.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"SyncStartHandler"},{"id":146,"kind":128,"name":"JoplinCommands","url":"classes/joplincommands.html","classes":"tsd-kind-class"},{"id":147,"kind":2048,"name":"execute","url":"classes/joplincommands.html#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinCommands"},{"id":148,"kind":2048,"name":"register","url":"classes/joplincommands.html#register","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinCommands"},{"id":149,"kind":128,"name":"JoplinViewsDialogs","url":"classes/joplinviewsdialogs.html","classes":"tsd-kind-class"},{"id":150,"kind":512,"name":"constructor","url":"classes/joplinviewsdialogs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":151,"kind":2048,"name":"create","url":"classes/joplinviewsdialogs.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":152,"kind":2048,"name":"showMessageBox","url":"classes/joplinviewsdialogs.html#showmessagebox","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":153,"kind":2048,"name":"setHtml","url":"classes/joplinviewsdialogs.html#sethtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":154,"kind":2048,"name":"addScript","url":"classes/joplinviewsdialogs.html#addscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":155,"kind":2048,"name":"setButtons","url":"classes/joplinviewsdialogs.html#setbuttons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":156,"kind":2048,"name":"open","url":"classes/joplinviewsdialogs.html#open","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsDialogs"},{"id":157,"kind":128,"name":"JoplinViewsMenuItems","url":"classes/joplinviewsmenuitems.html","classes":"tsd-kind-class"},{"id":158,"kind":512,"name":"constructor","url":"classes/joplinviewsmenuitems.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsMenuItems"},{"id":159,"kind":2048,"name":"create","url":"classes/joplinviewsmenuitems.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsMenuItems"},{"id":160,"kind":128,"name":"JoplinViewsMenus","url":"classes/joplinviewsmenus.html","classes":"tsd-kind-class"},{"id":161,"kind":512,"name":"constructor","url":"classes/joplinviewsmenus.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsMenus"},{"id":162,"kind":2048,"name":"create","url":"classes/joplinviewsmenus.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsMenus"},{"id":163,"kind":128,"name":"JoplinViewsToolbarButtons","url":"classes/joplinviewstoolbarbuttons.html","classes":"tsd-kind-class"},{"id":164,"kind":512,"name":"constructor","url":"classes/joplinviewstoolbarbuttons.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsToolbarButtons"},{"id":165,"kind":2048,"name":"create","url":"classes/joplinviewstoolbarbuttons.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsToolbarButtons"},{"id":166,"kind":128,"name":"JoplinViewsPanels","url":"classes/joplinviewspanels.html","classes":"tsd-kind-class"},{"id":167,"kind":512,"name":"constructor","url":"classes/joplinviewspanels.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":168,"kind":2048,"name":"create","url":"classes/joplinviewspanels.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":169,"kind":2048,"name":"setHtml","url":"classes/joplinviewspanels.html#sethtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":170,"kind":2048,"name":"addScript","url":"classes/joplinviewspanels.html#addscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":171,"kind":2048,"name":"onMessage","url":"classes/joplinviewspanels.html#onmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":172,"kind":2048,"name":"show","url":"classes/joplinviewspanels.html#show","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":173,"kind":2048,"name":"hide","url":"classes/joplinviewspanels.html#hide","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":174,"kind":2048,"name":"visible","url":"classes/joplinviewspanels.html#visible","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinViewsPanels"},{"id":175,"kind":128,"name":"JoplinViews","url":"classes/joplinviews.html","classes":"tsd-kind-class"},{"id":176,"kind":512,"name":"constructor","url":"classes/joplinviews.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinViews"},{"id":177,"kind":262144,"name":"dialogs","url":"classes/joplinviews.html#dialogs","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":178,"kind":262144,"name":"panels","url":"classes/joplinviews.html#panels","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":179,"kind":262144,"name":"menuItems","url":"classes/joplinviews.html#menuitems","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":180,"kind":262144,"name":"menus","url":"classes/joplinviews.html#menus","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":181,"kind":262144,"name":"toolbarButtons","url":"classes/joplinviews.html#toolbarbuttons","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"JoplinViews"},{"id":182,"kind":128,"name":"JoplinInterop","url":"classes/joplininterop.html","classes":"tsd-kind-class"},{"id":183,"kind":2048,"name":"registerExportModule","url":"classes/joplininterop.html#registerexportmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinInterop"},{"id":184,"kind":2048,"name":"registerImportModule","url":"classes/joplininterop.html#registerimportmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinInterop"},{"id":185,"kind":128,"name":"JoplinSettings","url":"classes/joplinsettings.html","classes":"tsd-kind-class"},{"id":186,"kind":512,"name":"constructor","url":"classes/joplinsettings.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"JoplinSettings"},{"id":187,"kind":2048,"name":"registerSetting","url":"classes/joplinsettings.html#registersetting","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":188,"kind":2048,"name":"registerSection","url":"classes/joplinsettings.html#registersection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":189,"kind":2048,"name":"value","url":"classes/joplinsettings.html#value","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":190,"kind":2048,"name":"setValue","url":"classes/joplinsettings.html#setvalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":191,"kind":2048,"name":"globalValue","url":"classes/joplinsettings.html#globalvalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"JoplinSettings"},{"id":192,"kind":128,"name":"Joplin","url":"classes/joplin.html","classes":"tsd-kind-class"},{"id":193,"kind":512,"name":"constructor","url":"classes/joplin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Joplin"},{"id":194,"kind":262144,"name":"data","url":"classes/joplin.html#data","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":195,"kind":262144,"name":"plugins","url":"classes/joplin.html#plugins","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":196,"kind":262144,"name":"workspace","url":"classes/joplin.html#workspace","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":197,"kind":262144,"name":"commands","url":"classes/joplin.html#commands","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":198,"kind":262144,"name":"views","url":"classes/joplin.html#views","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":199,"kind":262144,"name":"interop","url":"classes/joplin.html#interop","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"},{"id":200,"kind":262144,"name":"settings","url":"classes/joplin.html#settings","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"Joplin"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,34.365]],["parent/0",[]],["name/1",[1,40.555]],["parent/1",[0,3.083]],["name/2",[2,38.042]],["parent/2",[0,3.083]],["name/3",[3,43.92]],["parent/3",[0,3.083]],["name/4",[4,43.92]],["parent/4",[0,3.083]],["name/5",[5,49.028]],["parent/5",[0,3.083]],["name/6",[6,40.555]],["parent/6",[]],["name/7",[7,43.92]],["parent/7",[6,3.638]],["name/8",[8,49.028]],["parent/8",[6,3.638]],["name/9",[9,40.555]],["parent/9",[]],["name/10",[10,49.028]],["parent/10",[9,3.638]],["name/11",[11,49.028]],["parent/11",[9,3.638]],["name/12",[12,29.569]],["parent/12",[]],["name/13",[13,40.555]],["parent/13",[12,2.653]],["name/14",[14,38.042]],["parent/14",[12,2.653]],["name/15",[15,43.92]],["parent/15",[12,2.653]],["name/16",[16,43.92]],["parent/16",[12,2.653]],["name/17",[17,43.92]],["parent/17",[12,2.653]],["name/18",[18,49.028]],["parent/18",[12,2.653]],["name/19",[19,49.028]],["parent/19",[12,2.653]],["name/20",[20,49.028]],["parent/20",[12,2.653]],["name/21",[21,49.028]],["parent/21",[12,2.653]],["name/22",[22,31.682]],["parent/22",[]],["name/23",[13,40.555]],["parent/23",[22,2.842]],["name/24",[14,38.042]],["parent/24",[22,2.842]],["name/25",[16,43.92]],["parent/25",[22,2.842]],["name/26",[23,49.028]],["parent/26",[22,2.842]],["name/27",[17,43.92]],["parent/27",[22,2.842]],["name/28",[24,49.028]],["parent/28",[22,2.842]],["name/29",[25,49.028]],["parent/29",[22,2.842]],["name/30",[26,34.365]],["parent/30",[]],["name/31",[13,40.555]],["parent/31",[26,3.083]],["name/32",[27,43.92]],["parent/32",[26,3.083]],["name/33",[28,49.028]],["parent/33",[26,3.083]],["name/34",[29,49.028]],["parent/34",[26,3.083]],["name/35",[15,43.92]],["parent/35",[26,3.083]],["name/36",[30,38.042]],["parent/36",[]],["name/37",[31,49.028]],["parent/37",[30,3.413]],["name/38",[32,40.555]],["parent/38",[30,3.413]],["name/39",[33,49.028]],["parent/39",[30,3.413]],["name/40",[34,38.042]],["parent/40",[]],["name/41",[35,49.028]],["parent/41",[34,3.413]],["name/42",[32,40.555]],["parent/42",[34,3.413]],["name/43",[36,49.028]],["parent/43",[34,3.413]],["name/44",[37,43.92]],["parent/44",[]],["name/45",[38,49.028]],["parent/45",[37,3.94]],["name/46",[39,49.028]],["parent/46",[]],["name/47",[40,43.92]],["parent/47",[]],["name/48",[41,43.92]],["parent/48",[40,3.94]],["name/49",[42,27.825]],["parent/49",[]],["name/50",[7,43.92]],["parent/50",[42,2.496]],["name/51",[43,49.028]],["parent/51",[42,2.496]],["name/52",[44,49.028]],["parent/52",[42,2.496]],["name/53",[45,49.028]],["parent/53",[42,2.496]],["name/54",[46,49.028]],["parent/54",[42,2.496]],["name/55",[47,49.028]],["parent/55",[42,2.496]],["name/56",[48,49.028]],["parent/56",[42,2.496]],["name/57",[49,49.028]],["parent/57",[42,2.496]],["name/58",[50,49.028]],["parent/58",[42,2.496]],["name/59",[51,49.028]],["parent/59",[42,2.496]],["name/60",[52,49.028]],["parent/60",[42,2.496]],["name/61",[53,36.035]],["parent/61",[]],["name/62",[54,49.028]],["parent/62",[53,3.233]],["name/63",[41,43.92]],["parent/63",[53,3.233]],["name/64",[55,49.028]],["parent/64",[53,3.233]],["name/65",[2,38.042]],["parent/65",[53,3.233]],["name/66",[56,38.042]],["parent/66",[]],["name/67",[57,40.555]],["parent/67",[56,3.413]],["name/68",[58,49.028]],["parent/68",[56,3.413]],["name/69",[59,49.028]],["parent/69",[56,3.413]],["name/70",[60,40.555]],["parent/70",[]],["name/71",[61,49.028]],["parent/71",[60,3.638]],["name/72",[62,49.028]],["parent/72",[60,3.638]],["name/73",[63,40.555]],["parent/73",[]],["name/74",[1,40.555]],["parent/74",[63,3.638]],["name/75",[64,40.555]],["parent/75",[63,3.638]],["name/76",[65,40.555]],["parent/76",[]],["name/77",[57,40.555]],["parent/77",[65,3.638]],["name/78",[66,49.028]],["parent/78",[65,3.638]],["name/79",[67,32.934]],["parent/79",[]],["name/80",[68,49.028]],["parent/80",[67,2.955]],["name/81",[69,49.028]],["parent/81",[67,2.955]],["name/82",[70,49.028]],["parent/82",[67,2.955]],["name/83",[71,49.028]],["parent/83",[67,2.955]],["name/84",[72,49.028]],["parent/84",[67,2.955]],["name/85",[73,49.028]],["parent/85",[67,2.955]],["name/86",[74,25.674]],["parent/86",[]],["name/87",[64,40.555]],["parent/87",[74,2.303]],["name/88",[75,49.028]],["parent/88",[74,2.303]],["name/89",[76,49.028]],["parent/89",[74,2.303]],["name/90",[2,38.042]],["parent/90",[74,2.303]],["name/91",[14,38.042]],["parent/91",[74,2.303]],["name/92",[77,49.028]],["parent/92",[74,2.303]],["name/93",[78,49.028]],["parent/93",[74,2.303]],["name/94",[32,40.555]],["parent/94",[74,2.303]],["name/95",[79,49.028]],["parent/95",[74,2.303]],["name/96",[80,49.028]],["parent/96",[74,2.303]],["name/97",[81,49.028]],["parent/97",[74,2.303]],["name/98",[82,49.028]],["parent/98",[74,2.303]],["name/99",[83,49.028]],["parent/99",[74,2.303]],["name/100",[84,49.028]],["parent/100",[74,2.303]],["name/101",[85,36.035]],["parent/101",[]],["name/102",[2,38.042]],["parent/102",[85,3.233]],["name/103",[3,43.92]],["parent/103",[85,3.233]],["name/104",[14,38.042]],["parent/104",[85,3.233]],["name/105",[1,40.555]],["parent/105",[85,3.233]],["name/106",[86,40.555]],["parent/106",[]],["name/107",[87,49.028]],["parent/107",[86,3.638]],["name/108",[88,49.028]],["parent/108",[86,3.638]],["name/109",[89,49.028]],["parent/109",[]],["name/110",[90,49.028]],["parent/110",[]],["name/111",[91,49.028]],["parent/111",[]],["name/112",[27,43.92]],["parent/112",[]],["name/113",[92,36.035]],["parent/113",[]],["name/114",[93,49.028]],["parent/114",[92,3.233]],["name/115",[94,49.028]],["parent/115",[92,3.233]],["name/116",[95,49.028]],["parent/116",[92,3.233]],["name/117",[96,43.92]],["parent/117",[92,3.233]],["name/118",[97,38.042]],["parent/118",[]],["name/119",[98,29.569]],["parent/119",[97,3.413]],["name/120",[99,43.92]],["parent/120",[97,3.413]],["name/121",[100,49.028]],["parent/121",[97,3.413]],["name/122",[101,49.028]],["parent/122",[]],["name/123",[102,38.042]],["parent/123",[]],["name/124",[103,34.365]],["parent/124",[102,3.413]],["name/125",[104,49.028]],["parent/125",[102,3.413]],["name/126",[96,43.92]],["parent/126",[102,3.413]],["name/127",[105,40.555]],["parent/127",[]],["name/128",[57,40.555]],["parent/128",[105,3.638]],["name/129",[106,49.028]],["parent/129",[105,3.638]],["name/130",[107,43.92]],["parent/130",[]],["name/131",[108,49.028]],["parent/131",[107,3.94]],["name/132",[109,29.569]],["parent/132",[]],["name/133",[98,29.569]],["parent/133",[109,2.653]],["name/134",[110,49.028]],["parent/134",[109,2.653]],["name/135",[111,49.028]],["parent/135",[109,2.653]],["name/136",[112,49.028]],["parent/136",[109,2.653]],["name/137",[113,49.028]],["parent/137",[109,2.653]],["name/138",[114,49.028]],["parent/138",[109,2.653]],["name/139",[115,49.028]],["parent/139",[109,2.653]],["name/140",[116,49.028]],["parent/140",[109,2.653]],["name/141",[117,49.028]],["parent/141",[109,2.653]],["name/142",[118,43.92]],["parent/142",[]],["name/143",[119,43.92]],["parent/143",[118,3.94]],["name/144",[120,43.92]],["parent/144",[]],["name/145",[119,43.92]],["parent/145",[120,3.94]],["name/146",[121,40.555]],["parent/146",[]],["name/147",[4,43.92]],["parent/147",[121,3.638]],["name/148",[99,43.92]],["parent/148",[121,3.638]],["name/149",[122,31.682]],["parent/149",[]],["name/150",[98,29.569]],["parent/150",[122,2.842]],["name/151",[103,34.365]],["parent/151",[122,2.842]],["name/152",[123,49.028]],["parent/152",[122,2.842]],["name/153",[124,43.92]],["parent/153",[122,2.842]],["name/154",[125,43.92]],["parent/154",[122,2.842]],["name/155",[126,49.028]],["parent/155",[122,2.842]],["name/156",[127,49.028]],["parent/156",[122,2.842]],["name/157",[128,40.555]],["parent/157",[]],["name/158",[98,29.569]],["parent/158",[128,3.638]],["name/159",[103,34.365]],["parent/159",[128,3.638]],["name/160",[129,40.555]],["parent/160",[]],["name/161",[98,29.569]],["parent/161",[129,3.638]],["name/162",[103,34.365]],["parent/162",[129,3.638]],["name/163",[130,40.555]],["parent/163",[]],["name/164",[98,29.569]],["parent/164",[130,3.638]],["name/165",[103,34.365]],["parent/165",[130,3.638]],["name/166",[131,30.57]],["parent/166",[]],["name/167",[98,29.569]],["parent/167",[131,2.743]],["name/168",[103,34.365]],["parent/168",[131,2.743]],["name/169",[124,43.92]],["parent/169",[131,2.743]],["name/170",[125,43.92]],["parent/170",[131,2.743]],["name/171",[132,49.028]],["parent/171",[131,2.743]],["name/172",[133,49.028]],["parent/172",[131,2.743]],["name/173",[134,49.028]],["parent/173",[131,2.743]],["name/174",[135,49.028]],["parent/174",[131,2.743]],["name/175",[136,32.934]],["parent/175",[]],["name/176",[98,29.569]],["parent/176",[136,2.955]],["name/177",[137,49.028]],["parent/177",[136,2.955]],["name/178",[138,49.028]],["parent/178",[136,2.955]],["name/179",[139,49.028]],["parent/179",[136,2.955]],["name/180",[140,49.028]],["parent/180",[136,2.955]],["name/181",[141,49.028]],["parent/181",[136,2.955]],["name/182",[142,40.555]],["parent/182",[]],["name/183",[143,49.028]],["parent/183",[142,3.638]],["name/184",[144,49.028]],["parent/184",[142,3.638]],["name/185",[145,32.934]],["parent/185",[]],["name/186",[98,29.569]],["parent/186",[145,2.955]],["name/187",[146,49.028]],["parent/187",[145,2.955]],["name/188",[147,49.028]],["parent/188",[145,2.955]],["name/189",[64,40.555]],["parent/189",[145,2.955]],["name/190",[148,49.028]],["parent/190",[145,2.955]],["name/191",[149,49.028]],["parent/191",[145,2.955]],["name/192",[150,30.57]],["parent/192",[]],["name/193",[98,29.569]],["parent/193",[150,2.743]],["name/194",[151,49.028]],["parent/194",[150,2.743]],["name/195",[152,49.028]],["parent/195",[150,2.743]],["name/196",[153,49.028]],["parent/196",[150,2.743]],["name/197",[154,49.028]],["parent/197",[150,2.743]],["name/198",[155,49.028]],["parent/198",[150,2.743]],["name/199",[156,49.028]],["parent/199",[150,2.743]],["name/200",[157,49.028]],["parent/200",[150,2.743]]],"invertedIndex":[["__type",{"_index":119,"name":{"143":{},"145":{}},"parent":{}}],["accelerator",{"_index":41,"name":{"48":{},"63":{}},"parent":{}}],["addscript",{"_index":125,"name":{"154":{},"170":{}},"parent":{}}],["advanced",{"_index":81,"name":{"97":{}},"parent":{}}],["apptypes",{"_index":79,"name":{"95":{}},"parent":{}}],["array",{"_index":71,"name":{"83":{}},"parent":{}}],["bool",{"_index":70,"name":{"82":{}},"parent":{}}],["button",{"_index":73,"name":{"85":{}},"parent":{}}],["buttonid",{"_index":90,"name":{"110":{}},"parent":{}}],["buttonspec",{"_index":56,"name":{"66":{}},"parent":{"67":{},"68":{},"69":{}}}],["codemirrorplugin",{"_index":88,"name":{"108":{}},"parent":{}}],["command",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{}}}],["commandname",{"_index":54,"name":{"62":{}},"parent":{}}],["commands",{"_index":154,"name":{"197":{}},"parent":{}}],["constructor",{"_index":98,"name":{"119":{},"133":{},"150":{},"158":{},"161":{},"164":{},"167":{},"176":{},"186":{},"193":{}},"parent":{}}],["contentscripttype",{"_index":86,"name":{"106":{}},"parent":{"107":{},"108":{}}}],["context",{"_index":48,"name":{"56":{}},"parent":{}}],["create",{"_index":103,"name":{"124":{},"151":{},"159":{},"162":{},"165":{},"168":{}},"parent":{}}],["createmenuitemoptions",{"_index":40,"name":{"47":{}},"parent":{"48":{}}}],["data",{"_index":151,"name":{"194":{}},"parent":{}}],["delete",{"_index":96,"name":{"117":{},"126":{}},"parent":{}}],["description",{"_index":14,"name":{"14":{},"24":{},"91":{},"104":{}},"parent":{}}],["destpath",{"_index":31,"name":{"37":{}},"parent":{}}],["dialogresult",{"_index":65,"name":{"76":{}},"parent":{"77":{},"78":{}}}],["dialogs",{"_index":137,"name":{"177":{}},"parent":{}}],["directory",{"_index":8,"name":{"8":{}},"parent":{}}],["disposable",{"_index":39,"name":{"46":{}},"parent":{}}],["edit",{"_index":43,"name":{"51":{}},"parent":{}}],["editorcommand",{"_index":63,"name":{"73":{}},"parent":{"74":{},"75":{}}}],["editorcontextmenu",{"_index":50,"name":{"58":{}},"parent":{}}],["editortoolbar",{"_index":62,"name":{"72":{}},"parent":{}}],["enabledcondition",{"_index":5,"name":{"5":{}},"parent":{}}],["event",{"_index":106,"name":{"129":{}},"parent":{}}],["execute",{"_index":4,"name":{"4":{},"147":{}},"parent":{}}],["exportcontext",{"_index":30,"name":{"36":{}},"parent":{"37":{},"38":{},"39":{}}}],["exportmodule",{"_index":12,"name":{"12":{}},"parent":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{}}}],["exportoptions",{"_index":26,"name":{"30":{}},"parent":{"31":{},"32":{},"33":{},"34":{},"35":{}}}],["file",{"_index":7,"name":{"7":{},"50":{}},"parent":{}}],["fileextensions",{"_index":17,"name":{"17":{},"27":{}},"parent":{}}],["filesystemitem",{"_index":6,"name":{"6":{}},"parent":{"7":{},"8":{}}}],["foldercontextmenu",{"_index":51,"name":{"59":{}},"parent":{}}],["format",{"_index":13,"name":{"13":{},"23":{},"31":{}},"parent":{}}],["formdata",{"_index":66,"name":{"78":{}},"parent":{}}],["get",{"_index":93,"name":{"114":{}},"parent":{}}],["globalvalue",{"_index":149,"name":{"191":{}},"parent":{}}],["help",{"_index":47,"name":{"55":{}},"parent":{}}],["hide",{"_index":134,"name":{"173":{}},"parent":{}}],["html",{"_index":11,"name":{"11":{}},"parent":{}}],["iconname",{"_index":3,"name":{"3":{},"103":{}},"parent":{}}],["id",{"_index":57,"name":{"67":{},"77":{},"128":{}},"parent":{}}],["importcontext",{"_index":34,"name":{"40":{}},"parent":{"41":{},"42":{},"43":{}}}],["importmodule",{"_index":22,"name":{"22":{}},"parent":{"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{}}}],["importmoduleoutputformat",{"_index":9,"name":{"9":{}},"parent":{"10":{},"11":{}}}],["int",{"_index":68,"name":{"80":{}},"parent":{}}],["interop",{"_index":156,"name":{"199":{}},"parent":{}}],["iscontextmenuitemlocation",{"_index":89,"name":{"109":{}},"parent":{}}],["isenum",{"_index":77,"name":{"92":{}},"parent":{}}],["isnotearchive",{"_index":16,"name":{"16":{},"25":{}},"parent":{}}],["itemchangeevent",{"_index":105,"name":{"127":{}},"parent":{"128":{},"129":{}}}],["itemchangeeventtype",{"_index":102,"name":{"123":{}},"parent":{"124":{},"125":{},"126":{}}}],["itemchangehandler",{"_index":118,"name":{"142":{}},"parent":{"143":{}}}],["joplin",{"_index":150,"name":{"192":{}},"parent":{"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{}}}],["joplincommands",{"_index":121,"name":{"146":{}},"parent":{"147":{},"148":{}}}],["joplindata",{"_index":92,"name":{"113":{}},"parent":{"114":{},"115":{},"116":{},"117":{}}}],["joplininterop",{"_index":142,"name":{"182":{}},"parent":{"183":{},"184":{}}}],["joplinplugins",{"_index":97,"name":{"118":{}},"parent":{"119":{},"120":{},"121":{}}}],["joplinsettings",{"_index":145,"name":{"185":{}},"parent":{"186":{},"187":{},"188":{},"189":{},"190":{},"191":{}}}],["joplinviews",{"_index":136,"name":{"175":{}},"parent":{"176":{},"177":{},"178":{},"179":{},"180":{},"181":{}}}],["joplinviewsdialogs",{"_index":122,"name":{"149":{}},"parent":{"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{}}}],["joplinviewsmenuitems",{"_index":128,"name":{"157":{}},"parent":{"158":{},"159":{}}}],["joplinviewsmenus",{"_index":129,"name":{"160":{}},"parent":{"161":{},"162":{}}}],["joplinviewspanels",{"_index":131,"name":{"166":{}},"parent":{"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{}}}],["joplinviewstoolbarbuttons",{"_index":130,"name":{"163":{}},"parent":{"164":{},"165":{}}}],["joplinworkspace",{"_index":109,"name":{"132":{}},"parent":{"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{}}}],["label",{"_index":2,"name":{"2":{},"65":{},"90":{},"102":{}},"parent":{}}],["logger",{"_index":101,"name":{"122":{}},"parent":{}}],["markdown",{"_index":10,"name":{"10":{}},"parent":{}}],["markdownitplugin",{"_index":87,"name":{"107":{}},"parent":{}}],["maximum",{"_index":83,"name":{"99":{}},"parent":{}}],["menuitem",{"_index":53,"name":{"61":{}},"parent":{"62":{},"63":{},"64":{},"65":{}}}],["menuitemlocation",{"_index":42,"name":{"49":{}},"parent":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{}}}],["menuitems",{"_index":139,"name":{"179":{}},"parent":{}}],["menus",{"_index":140,"name":{"180":{}},"parent":{}}],["minimum",{"_index":82,"name":{"98":{}},"parent":{}}],["name",{"_index":1,"name":{"1":{},"74":{},"105":{}},"parent":{}}],["note",{"_index":45,"name":{"53":{}},"parent":{}}],["notelistcontextmenu",{"_index":49,"name":{"57":{}},"parent":{}}],["notetoolbar",{"_index":61,"name":{"71":{}},"parent":{}}],["object",{"_index":72,"name":{"84":{}},"parent":{}}],["onclick",{"_index":59,"name":{"69":{}},"parent":{}}],["onclose",{"_index":21,"name":{"21":{}},"parent":{}}],["onexec",{"_index":25,"name":{"29":{}},"parent":{}}],["oninit",{"_index":18,"name":{"18":{}},"parent":{}}],["onmessage",{"_index":132,"name":{"171":{}},"parent":{}}],["onnotealarmtrigger",{"_index":113,"name":{"137":{}},"parent":{}}],["onnotechange",{"_index":112,"name":{"136":{}},"parent":{}}],["onnotecontentchange",{"_index":111,"name":{"135":{}},"parent":{}}],["onnoteselectionchange",{"_index":110,"name":{"134":{}},"parent":{}}],["onprocessitem",{"_index":19,"name":{"19":{}},"parent":{}}],["onprocessresource",{"_index":20,"name":{"20":{}},"parent":{}}],["onstart",{"_index":38,"name":{"45":{}},"parent":{}}],["onsynccomplete",{"_index":115,"name":{"139":{}},"parent":{}}],["onsyncstart",{"_index":114,"name":{"138":{}},"parent":{}}],["open",{"_index":127,"name":{"156":{}},"parent":{}}],["options",{"_index":32,"name":{"38":{},"42":{},"94":{}},"parent":{}}],["outputformat",{"_index":24,"name":{"28":{}},"parent":{}}],["panels",{"_index":138,"name":{"178":{}},"parent":{}}],["path",{"_index":27,"name":{"32":{},"112":{}},"parent":{}}],["plugins",{"_index":152,"name":{"195":{}},"parent":{}}],["post",{"_index":94,"name":{"115":{}},"parent":{}}],["public",{"_index":76,"name":{"89":{}},"parent":{}}],["put",{"_index":95,"name":{"116":{}},"parent":{}}],["register",{"_index":99,"name":{"120":{},"148":{}},"parent":{}}],["registercontentscript",{"_index":100,"name":{"121":{}},"parent":{}}],["registerexportmodule",{"_index":143,"name":{"183":{}},"parent":{}}],["registerimportmodule",{"_index":144,"name":{"184":{}},"parent":{}}],["registersection",{"_index":147,"name":{"188":{}},"parent":{}}],["registersetting",{"_index":146,"name":{"187":{}},"parent":{}}],["script",{"_index":37,"name":{"44":{}},"parent":{"45":{}}}],["section",{"_index":78,"name":{"93":{}},"parent":{}}],["secure",{"_index":80,"name":{"96":{}},"parent":{}}],["selectednote",{"_index":116,"name":{"140":{}},"parent":{}}],["selectednoteids",{"_index":117,"name":{"141":{}},"parent":{}}],["setbuttons",{"_index":126,"name":{"155":{}},"parent":{}}],["sethtml",{"_index":124,"name":{"153":{},"169":{}},"parent":{}}],["settingitem",{"_index":74,"name":{"86":{}},"parent":{"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{}}}],["settingitemtype",{"_index":67,"name":{"79":{}},"parent":{"80":{},"81":{},"82":{},"83":{},"84":{},"85":{}}}],["settings",{"_index":157,"name":{"200":{}},"parent":{}}],["settingsection",{"_index":85,"name":{"101":{}},"parent":{"102":{},"103":{},"104":{},"105":{}}}],["setvalue",{"_index":148,"name":{"190":{}},"parent":{}}],["show",{"_index":133,"name":{"172":{}},"parent":{}}],["showmessagebox",{"_index":123,"name":{"152":{}},"parent":{}}],["sourcefolderids",{"_index":28,"name":{"33":{}},"parent":{}}],["sourcenoteids",{"_index":29,"name":{"34":{}},"parent":{}}],["sourcepath",{"_index":35,"name":{"41":{}},"parent":{}}],["sources",{"_index":23,"name":{"26":{}},"parent":{}}],["step",{"_index":84,"name":{"100":{}},"parent":{}}],["string",{"_index":69,"name":{"81":{}},"parent":{}}],["submenu",{"_index":55,"name":{"64":{}},"parent":{}}],["syncstartevent",{"_index":107,"name":{"130":{}},"parent":{"131":{}}}],["syncstarthandler",{"_index":120,"name":{"144":{}},"parent":{"145":{}}}],["tagcontextmenu",{"_index":52,"name":{"60":{}},"parent":{}}],["target",{"_index":15,"name":{"15":{},"35":{}},"parent":{}}],["title",{"_index":58,"name":{"68":{}},"parent":{}}],["toolbarbuttonlocation",{"_index":60,"name":{"70":{}},"parent":{"71":{},"72":{}}}],["toolbarbuttons",{"_index":141,"name":{"181":{}},"parent":{}}],["tools",{"_index":46,"name":{"54":{}},"parent":{}}],["type",{"_index":75,"name":{"88":{}},"parent":{}}],["update",{"_index":104,"name":{"125":{}},"parent":{}}],["userdata",{"_index":33,"name":{"39":{}},"parent":{}}],["value",{"_index":64,"name":{"75":{},"87":{},"189":{}},"parent":{}}],["view",{"_index":44,"name":{"52":{}},"parent":{}}],["viewhandle",{"_index":91,"name":{"111":{}},"parent":{}}],["views",{"_index":155,"name":{"198":{}},"parent":{}}],["visible",{"_index":135,"name":{"174":{}},"parent":{}}],["warnings",{"_index":36,"name":{"43":{}},"parent":{}}],["witherrors",{"_index":108,"name":{"131":{}},"parent":{}}],["workspace",{"_index":153,"name":{"196":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/api/references/plugin_api/classes/joplinplugins.html b/docs/api/references/plugin_api/classes/joplinplugins.html index 7cae438397..159cac5c8b 100644 --- a/docs/api/references/plugin_api/classes/joplinplugins.html +++ b/docs/api/references/plugin_api/classes/joplinplugins.html @@ -150,17 +150,20 @@
    -

    Registers a new content script. Unlike regular plugin code, which - runs in a separate process, content scripts run within the main - process code and thus allow improved performances and more - customisations in specific cases. It can be used for example to load - a Markdown or editor plugin.

    +

    Registers a new content script. Unlike regular plugin code, which runs in + a separate process, content scripts run within the main process code and + thus allow improved performances and more customisations in specific + cases. It can be used for example to load a Markdown or editor plugin.

    -

    Note that registering a content script in itself will do nothing - - it will only be loaded in specific cases by the relevant app modules - (eg. the Markdown renderer or the code editor). So it is not a way - to inject and run arbitrary code in the app, which for safety and - performance reasons is not supported.

    +

    Note that registering a content script in itself will do nothing - it + will only be loaded in specific cases by the relevant app modules (eg. + the Markdown renderer or the code editor). So it is not a way to inject + and run arbitrary code in the app, which for safety and performance + reasons is not supported.

    +

    The plugin generator provides a way to build any content script you might + want to package as well as its dependencies. See the Plugin Generator + doc + for more information.

    @@ -167,6 +170,35 @@

    Returns Promise<ViewHandle>

    +--> +
  • + + +
    + +

    hide

    + + @@ -231,6 +263,67 @@

    Returns Promise<string>

    +--> + + +
    +
    + +

    show

    + + +
    +
    + +

    visible

    + + @@ -263,12 +356,21 @@
  • create
  • +
  • + hide +
  • onMessage
  • setHtml
  • +
  • + show +
  • +
  • + visible +
  • diff --git a/docs/api/references/plugin_loading_rules/index.html b/docs/api/references/plugin_loading_rules/index.html index dc18d41890..8860110706 100644 --- a/docs/api/references/plugin_loading_rules/index.html +++ b/docs/api/references/plugin_loading_rules/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_loadin background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_loadin
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_loadin diff --git a/docs/api/references/plugin_manifest/index.html b/docs/api/references/plugin_manifest/index.html index 9a49101251..4e7f2da234 100644 --- a/docs/api/references/plugin_manifest/index.html +++ b/docs/api/references/plugin_manifest/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -405,6 +407,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife Name +Type Required? Description @@ -412,42 +415,55 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife manifest_version +number Yes For now should always be "1". name +string Yes Name of the plugin. Should be a user-friendly string, as it will be displayed in the UI. version +string Yes Version number such as "1.0.0". app_min_version +string Yes Minimum version of Joplin that the plugin is compatible with. In general it should be whatever version you are using to develop the plugin. description +string No Detailed description of the plugin. author +string No Plugin author name. homepage_url +string No Homepage URL of the plugin. It can also be, for example, a link to a GitHub repository. + +content_scripts +string[] +No +List of content scripts used by the plugin. + -

    Here's a complete example:

    +

    Manifest example🔗

    {
         "manifest_version": 1,
         "name": "Joplin Simple Plugin",
    @@ -497,7 +513,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
     
     
     
     
     
    diff --git a/docs/api/references/rest_api/index.html b/docs/api/references/rest_api/index.html
    index 27d2c1e0c4..d00de86855 100644
    --- a/docs/api/references/rest_api/index.html
    +++ b/docs/api/references/rest_api/index.html
    @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
     		background-color: #eee;
     		border: 1px solid #ccc;
     		font-size: .85em;
    -		word-break: break-all;
    +	/*	word-break: break-all; */
     	}
     	pre code {
     		border: none;
    @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
     
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -1070,7 +1072,7 @@ async function fetchAllNotes() { diff --git a/docs/api/tutorials/toc_plugin/index.html b/docs/api/tutorials/toc_plugin/index.html index 9033d3fd4c..f48a5bf896 100644 --- a/docs/api/tutorials/toc_plugin/index.html +++ b/docs/api/tutorials/toc_plugin/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -712,7 +714,7 @@ document.addEventListener('click', event => { diff --git a/docs/blog/20180621-182112/index.html b/docs/blog/20180621-182112/index.html index 96550a1f38..d812c648a4 100644 --- a/docs/blog/20180621-182112/index.html +++ b/docs/blog/20180621-182112/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -445,7 +447,7 @@ published_at: 2018-06-21T17:21:12.000+00:00

    diff --git a/docs/blog/20180906-111039/index.html b/docs/blog/20180906-111039/index.html index d8eb843eea..bb442bbfee 100644 --- a/docs/blog/20180906-111039/index.html +++ b/docs/blog/20180906-111039/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -446,7 +448,7 @@ published_at: 2018-09-06T10:10:39.000+00:00

    diff --git a/docs/blog/20180916-210431/index.html b/docs/blog/20180916-210431/index.html index 42662e63dd..b3a410b197 100644 --- a/docs/blog/20180916-210431/index.html +++ b/docs/blog/20180916-210431/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -445,7 +447,7 @@ published_at: 2018-09-16T20:04:31.000+00:00

    diff --git a/docs/blog/20180929-121053/index.html b/docs/blog/20180929-121053/index.html index 6c153d18c8..f8622999b6 100644 --- a/docs/blog/20180929-121053/index.html +++ b/docs/blog/20180929-121053/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -445,7 +447,7 @@ published_at: 2018-09-29T11:10:53.000+00:00

    diff --git a/docs/blog/20181004-091123/index.html b/docs/blog/20181004-091123/index.html index 023a659042..1231cdd790 100644 --- a/docs/blog/20181004-091123/index.html +++ b/docs/blog/20181004-091123/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ published_at: 2018-10-04T08:11:23.000+00:00

    diff --git a/docs/blog/20181101-174335/index.html b/docs/blog/20181101-174335/index.html index c6d03618c7..e241f35d63 100644 --- a/docs/blog/20181101-174335/index.html +++ b/docs/blog/20181101-174335/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -450,7 +452,7 @@ published_at: 2018-11-01T17:43:35.000+00:00

    diff --git a/docs/blog/20181213-173459/index.html b/docs/blog/20181213-173459/index.html index 4e8085a1c1..b7e6a7623f 100644 --- a/docs/blog/20181213-173459/index.html +++ b/docs/blog/20181213-173459/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -448,7 +450,7 @@ published_at: 2018-12-13T17:34:59.000+00:00

    diff --git a/docs/blog/20190130-230218/index.html b/docs/blog/20190130-230218/index.html index a4d16a7577..66ab2da224 100644 --- a/docs/blog/20190130-230218/index.html +++ b/docs/blog/20190130-230218/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -448,7 +450,7 @@ published_at: 2019-01-30T23:02:18.000+00:00

    diff --git a/docs/blog/20190404-074157/index.html b/docs/blog/20190404-074157/index.html index f9b8701d70..d909bcd3ef 100644 --- a/docs/blog/20190404-074157/index.html +++ b/docs/blog/20190404-074157/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ published_at: 2019-04-04T06:41:57.000+00:00

    diff --git a/docs/blog/20190424-112410/index.html b/docs/blog/20190424-112410/index.html index 46957ac450..19d825b240 100644 --- a/docs/blog/20190424-112410/index.html +++ b/docs/blog/20190424-112410/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ published_at: 2019-04-24T10:24:10.000+00:00

    diff --git a/docs/blog/20190523-231026/index.html b/docs/blog/20190523-231026/index.html index 2b69dfc7ab..862512c601 100644 --- a/docs/blog/20190523-231026/index.html +++ b/docs/blog/20190523-231026/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -457,7 +459,7 @@ published_at: 2019-05-23T22:10:26.000+00:00

    diff --git a/docs/blog/20190611-000711/index.html b/docs/blog/20190611-000711/index.html index e9261056dc..c5970ce094 100644 --- a/docs/blog/20190611-000711/index.html +++ b/docs/blog/20190611-000711/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ published_at: 2019-06-10T23:07:11.000+00:00

    diff --git a/docs/blog/20190613-202613/index.html b/docs/blog/20190613-202613/index.html index d8698ec9a7..b795edeafc 100644 --- a/docs/blog/20190613-202613/index.html +++ b/docs/blog/20190613-202613/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ published_at: 2019-06-13T19:26:13.000+00:00

    diff --git a/docs/blog/20190814-225957/index.html b/docs/blog/20190814-225957/index.html index 4abac0fe48..c477fd0e31 100644 --- a/docs/blog/20190814-225957/index.html +++ b/docs/blog/20190814-225957/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -456,7 +458,7 @@ published_at: 2019-08-14T21:59:57.000+00:00

    diff --git a/docs/blog/20190925-000254/index.html b/docs/blog/20190925-000254/index.html index 15a7d56108..b43b032e6c 100644 --- a/docs/blog/20190925-000254/index.html +++ b/docs/blog/20190925-000254/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -461,7 +463,7 @@ published_at: 2019-09-24T23:02:54.000+00:00

    diff --git a/docs/blog/20190929-152834/index.html b/docs/blog/20190929-152834/index.html index 13e43a9701..18aaa89994 100644 --- a/docs/blog/20190929-152834/index.html +++ b/docs/blog/20190929-152834/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -454,7 +456,7 @@ published_at: 2019-09-29T14:28:34.000+00:00

    diff --git a/docs/blog/20191012-233121/index.html b/docs/blog/20191012-233121/index.html index 2a501de0b2..7523adab5d 100644 --- a/docs/blog/20191012-233121/index.html +++ b/docs/blog/20191012-233121/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -454,7 +456,7 @@ published_at: 2019-10-12T22:31:21.000+00:00

    diff --git a/docs/blog/20191014-165136/index.html b/docs/blog/20191014-165136/index.html index d54bdc49eb..ae245f3444 100644 --- a/docs/blog/20191014-165136/index.html +++ b/docs/blog/20191014-165136/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -446,7 +448,7 @@ published_at: 2019-10-14T15:51:36.000+00:00

    diff --git a/docs/blog/20191101-131852/index.html b/docs/blog/20191101-131852/index.html index 222186c1ac..eb63f4d1b2 100644 --- a/docs/blog/20191101-131852/index.html +++ b/docs/blog/20191101-131852/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -450,7 +452,7 @@ published_at: 2019-11-01T13:18:52.000+00:00

    diff --git a/docs/blog/20191117-183855/index.html b/docs/blog/20191117-183855/index.html index fe6a8864e2..f26c983f12 100644 --- a/docs/blog/20191117-183855/index.html +++ b/docs/blog/20191117-183855/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191117-183855.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -455,7 +457,7 @@ published_at: 2019-11-17T18:38:55.000+00:00

    diff --git a/docs/blog/20191118-072700/index.html b/docs/blog/20191118-072700/index.html index c819523a91..9b6ed9a679 100644 --- a/docs/blog/20191118-072700/index.html +++ b/docs/blog/20191118-072700/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -453,7 +455,7 @@ published_at: 2019-11-18T07:27:00.000+00:00

    diff --git a/docs/blog/20200220-190804/index.html b/docs/blog/20200220-190804/index.html index 6a260e2dd7..d087877cb5 100644 --- a/docs/blog/20200220-190804/index.html +++ b/docs/blog/20200220-190804/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -445,7 +447,7 @@ published_at: 2020-02-20T19:08:04.000+00:00

    diff --git a/docs/blog/20200301-125055/index.html b/docs/blog/20200301-125055/index.html index 8322184bb5..0d02b32d5d 100644 --- a/docs/blog/20200301-125055/index.html +++ b/docs/blog/20200301-125055/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -461,7 +463,7 @@ published_at: 2020-03-01T12:50:55.000+00:00

    diff --git a/docs/blog/20200314-001555/index.html b/docs/blog/20200314-001555/index.html index b52b765e0e..289b268b7d 100644 --- a/docs/blog/20200314-001555/index.html +++ b/docs/blog/20200314-001555/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -455,7 +457,7 @@ published_at: 2020-03-14T00:15:55.000+00:00

    diff --git a/docs/blog/20200406-224254/index.html b/docs/blog/20200406-224254/index.html index 0a0e7d2833..9454f13650 100644 --- a/docs/blog/20200406-224254/index.html +++ b/docs/blog/20200406-224254/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -473,7 +475,7 @@ published_at: 2020-04-06T21:42:54.000+00:00

    diff --git a/docs/build_troubleshooting/index.html b/docs/build_troubleshooting/index.html index a92380e98e..d2ba77c2e2 100644 --- a/docs/build_troubleshooting/index.html +++ b/docs/build_troubleshooting/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -473,7 +475,7 @@ pod install diff --git a/docs/changelog/index.html b/docs/changelog/index.html index a2d8dcea12..e6a3b2dc3a 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -1955,7 +1957,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md diff --git a/docs/changelog_cli/index.html b/docs/changelog_cli/index.html index 0344e7f6bb..557eb227d4 100644 --- a/docs/changelog_cli/index.html +++ b/docs/changelog_cli/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -687,7 +689,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md diff --git a/docs/clipper/index.html b/docs/clipper/index.html index b4b6852005..ed5b7e1a89 100644 --- a/docs/clipper/index.html +++ b/docs/clipper/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -471,7 +473,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/clipper.md diff --git a/docs/conflict/index.html b/docs/conflict/index.html index 554c13b7de..8012a2e0f1 100644 --- a/docs/conflict/index.html +++ b/docs/conflict/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -447,7 +449,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md diff --git a/docs/debugging/index.html b/docs/debugging/index.html index 449a3ab47a..6ab8d2455b 100644 --- a/docs/debugging/index.html +++ b/docs/debugging/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -493,7 +495,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md diff --git a/docs/desktop/index.html b/docs/desktop/index.html index ccdb8f2a5b..9e68c5ddfd 100644 --- a/docs/desktop/index.html +++ b/docs/desktop/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -441,7 +443,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md diff --git a/docs/donate/index.html b/docs/donate/index.html index 390f6b865e..403822600b 100644 --- a/docs/donate/index.html +++ b/docs/donate/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -474,7 +476,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md diff --git a/docs/e2ee/index.html b/docs/e2ee/index.html index 952b298b11..78c3e19eac 100644 --- a/docs/e2ee/index.html +++ b/docs/e2ee/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -459,7 +461,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md diff --git a/docs/faq/index.html b/docs/faq/index.html index ef2dec2da4..139678e6bc 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -413,7 +415,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md

    More info there: https://github.com/electron-userland/electron-builder/issues/4057

    How can I pass arguments to the Linux installation script?🔗

    You can pass arguments to the installation script by using this command.

    -

    wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh \| bash -s -- --argument1 --argument2

    +
    wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash -s -- --argument1 --argument2

    How can I edit my note in an external text editor?🔗

    The editor command (may include arguments) defines which editor will be used to open a note. If none is provided it will try to auto-detect the default editor. If this does nothing or you want to change it for Joplin, you need to configure it in the Preferences -> Text editor command.

    Some example configurations are: (comments after #)

    @@ -526,7 +528,7 @@ on this server.</p> diff --git a/docs/gsoc2020/ideas/index.html b/docs/gsoc2020/ideas/index.html index a9a9dd1879..d8614a71cf 100644 --- a/docs/gsoc2020/ideas/index.html +++ b/docs/gsoc2020/ideas/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -544,7 +546,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md diff --git a/docs/gsoc2020/index/index.html b/docs/gsoc2020/index/index.html index e01ccfb54e..a9d61a880d 100644 --- a/docs/gsoc2020/index/index.html +++ b/docs/gsoc2020/index/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -543,7 +545,7 @@ There could be exceptional reason to accept proposal what cannot be finished ove diff --git a/docs/gsod2020/ideas/index.html b/docs/gsod2020/ideas/index.html index a0c463c5c7..f8babd5fa5 100644 --- a/docs/gsod2020/ideas/index.html +++ b/docs/gsod2020/ideas/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -469,7 +471,7 @@ Task is to find a toolset to structure them and make the knowledge buried in the diff --git a/docs/gsod2020/index/index.html b/docs/gsod2020/index/index.html index 7c04da23a3..3f9b430d25 100644 --- a/docs/gsod2020/index/index.html +++ b/docs/gsod2020/index/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/index.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -529,7 +531,7 @@ The procedure reflects some of the lessons learnt in the GSOC 2020 campaign, so diff --git a/docs/index.html b/docs/index.html index d0b4bb364f..d527fe45a8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/README.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/README.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -414,27 +416,26 @@ https://github.com/laurent22/joplin/blob/dev/README.md Operating System Download -Alternative Windows (32 and 64-bit) Get it on Windows -Or get the Portable version

    The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file. macOS Get it on macOS -- Linux Get it on Linux -The recommended way is to use the following installation script as it will handle the desktop icon too:

    wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash +

    On Windows, you may also use the Portable version. The portable application allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.

    +

    On Linux, the recommended way is to use the following installation script as it will handle the desktop icon too:

    +
    wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash

    Mobile applications🔗

    @@ -927,35 +928,35 @@ Eg. :search -- "-tag:tag1".

    - + - + - + - + - + @@ -969,28 +970,28 @@ Eg. :search -- "-tag:tag1".

    - + - + - + - + @@ -1011,189 +1012,189 @@ Eg. :search -- "-tag:tag1".

    - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    Arabic ar أحمد باشا إبراهيم77%75%
    Basque eu juan.abasolo@ehu.eus33%32%
    Bosnian (Bosna i Hercegovina) bs_BA Derviš T.79%77%
    Bulgarian (България) bg_BG 64%62%
    Catalan ca jmontane, 201992%89%
    Czech (Česká republika) cs_CZ Lukas Helebrandt96%93%
    Dansk (Danmark) da_DK Mustafa Al-Dailemi (dailemi@hotmail.com)Language-Team:79%77%
    Deutsch (Deutschland) de_DE Ettore Atalan96%95%
    Eesti Keel (Eesti) et_EE 63%61%
    Español (España) es_ES Mario Campo96%99%
    Esperanto eo Marton Paulo36%35%
    Finnish (Suomi) fi_FI 97%94%
    Français (France) fr_FR Laurent Cozic96%99%
    Galician (España) gl_ES Marcos Lans42%40%
    Indonesian (Indonesia) id_ID Fathy AR88%85%
    Italiano (Italia) it_IT Alessandro Bernardello97%96%
    Nederlands (België, Belgique, Belgien) nl_BE 33%32%
    Nederlands (Nederland) nl_NL MetBril96%93%
    Norwegian (Norge, Noreg) nb_NO Mats Estensen85%82%
    Persian fa Kourosh Firoozbakht79%77%
    Polski (Polska) pl_PL 95%92%
    Português (Brasil) pt_BR Renato Nunes Bastos93%91%
    Português (Portugal) pt_PT João Duarte95%92%
    Română ro Cristi Duluta74%72%
    Slovenian (Slovenija) sl_SI 41%40%
    Svenska sv Jonatan Nyberg68%66%
    Thai (ประเทศไทย) th_TH 50%49%
    Tiếng Việt vi 82%79%
    Türkçe (Türkiye) tr_TR Arda Kılıçdağı94%99%
    Ελληνικά (Ελλάδα) el_GR Harris Arvanitis92%89%
    Русский (Россия) ru_RU Sergey Segeda92%96%
    српски језик (Србија) sr_RS 69%67%
    中文 (简体) zh_CN WhiredPlanck97%99%
    中文 (繁體) zh_TW Yaoze Ye91%95%
    日本語 (日本) ja_JP genneko97%96%
    한국어 ko Ji-Hyeon Gim97%96%
    @@ -1587,7 +1588,7 @@ Eg. :search -- "-tag:tag1".

    diff --git a/docs/markdown/index.html b/docs/markdown/index.html index 110d6b9874..bcf139aae9 100644 --- a/docs/markdown/index.html +++ b/docs/markdown/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -764,7 +766,7 @@ graph TD; diff --git a/docs/mobile/index.html b/docs/mobile/index.html index 163e7fe10b..7521da5495 100644 --- a/docs/mobile/index.html +++ b/docs/mobile/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -440,7 +442,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md diff --git a/docs/nextcloud_app/index.html b/docs/nextcloud_app/index.html index 6dbf06c9ab..f394cd7b5a 100644 --- a/docs/nextcloud_app/index.html +++ b/docs/nextcloud_app/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -479,7 +481,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md diff --git a/docs/plugins/index.html b/docs/plugins/index.html index 7a5fb44d33..3d9c881c69 100644 --- a/docs/plugins/index.html +++ b/docs/plugins/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -442,7 +444,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md diff --git a/docs/prereleases/index.html b/docs/prereleases/index.html index 0f6cae3256..8c321657db 100644 --- a/docs/prereleases/index.html +++ b/docs/prereleases/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -443,7 +445,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md diff --git a/docs/privacy/index.html b/docs/privacy/index.html index d8d74b24bf..01131f13fd 100644 --- a/docs/privacy/index.html +++ b/docs/privacy/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/privacy.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/privacy.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -442,7 +444,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/privacy.md diff --git a/docs/rich_text_editor/index.html b/docs/rich_text_editor/index.html index 7ac508ff67..3180e4d511 100644 --- a/docs/rich_text_editor/index.html +++ b/docs/rich_text_editor/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/rich_text_editor.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/rich_text_editor.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -414,6 +416,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/rich_text_editor.md
  • Tables must have a header, because this is a requirement in Markdown. When you create a table, it will let you create it without a header, but under the hood it will add an empty one. And next time you open the note, this empty header will be present.

  • +
  • +

    All items in a list must be of the same type, so for example all checkboxes, or all bullet points. If you require two different types, you should create two different lists separated by an horizontal rule or similar.

    +
  • Those are the known limitations but if you notice any other issue not listed here, please let us know in the forum.

    @@ -455,7 +460,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/rich_text_editor.md diff --git a/docs/spec/e2ee/index.html b/docs/spec/e2ee/index.html index 3779eda9df..68323316d9 100644 --- a/docs/spec/e2ee/index.html +++ b/docs/spec/e2ee/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -534,7 +536,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md diff --git a/docs/spec/history/index.html b/docs/spec/history/index.html index 40dfffe4a7..e78aa36b40 100644 --- a/docs/spec/history/index.html +++ b/docs/spec/history/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -466,7 +468,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md diff --git a/docs/spec/plugins/index.html b/docs/spec/plugins/index.html index 4fbbfba01f..cff2141f5e 100644 --- a/docs/spec/plugins/index.html +++ b/docs/spec/plugins/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -504,7 +506,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md diff --git a/docs/spec/search_sorting/index.html b/docs/spec/search_sorting/index.html index 3a1f9159d0..8f1e6e0276 100644 --- a/docs/spec/search_sorting/index.html +++ b/docs/spec/search_sorting/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -461,7 +463,7 @@ This time-based weight decays logarithmically, becoming less of a factor than BM diff --git a/docs/spec/server_delta_sync/index.html b/docs/spec/server_delta_sync/index.html new file mode 100644 index 0000000000..de6cf56c8e --- /dev/null +++ b/docs/spec/server_delta_sync/index.html @@ -0,0 +1,523 @@ + + + + + + + Joplin Server delta sync | Joplin + + + + + + + + + + + + + +
    + +
    + +

    Joplin

    +

    An open source note taking and to-do application with synchronisation capabilities

    +
    + + + +
    + + +
    +

    Joplin Server delta sync🔗

    +

    This documentation is meant to provide a high level overview of delta sync API. Exact technical details might change over time and would be documented separately in an API doc.

    +

    Delta sync provides an API end point that gives a list of the latest change events since a particular point. At a high level, it works like so:

    +
      +
    • +

      User calls /api/files/delta and get a list of the latest changes on the sync target. They also get a cursor object that can be used to check for the latest changes at a later time. A cursor essentially represents a point in time.

      +
    • +
    • +

      Later on, they call /api/file/delta?cursor=CURSOR, with the cursor they previously got, and they will get the latest events since that cursor. They will also get a new cursor, which they would use again to get the following events, and so on.

      +
    • +
    +

    The events are tied to a particular parent ID - in other words it's only possible to list the changes associated with a particular directory (non-recursive). For now, this is sufficient for the purpose of Joplin synchronisation, but later on it might be possible to get the changes in a recursive way.

    +

    What is a change event🔗

    +

    An event can be "create", "update" or "detete" and is associated with a given file. The client uses this info to apply the change locally - creating, updating or deleting the file as needed.

    +

    Attached to the event, is also a copy of the file metadata, so the client doesn't need to a do a second request to fetch it.

    +

    Internally, the event also stores the file name and parent ID. This is used when an item is deleted since in that case the item ID only would not be sufficient to know where the item was initally stored.

    +

    Event compression🔗

    +

    To reduce the data being transferred, the API compresses the events by removing redundant ones. For example, multiple updates are compressed into one, since the client only need to know that the item has been updated at least once. The following rules are currently applied to compress the events:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Event sequenceResultDescription
    update - updateupdateIf an item is updated twice or more, we only send one update event back
    create - updatecreateIf an item has been created then modified, we only send one create event, with the latest version of the file
    create - deleteNOOPIf an item has been created, then deleted, we don't send anything back. For the client, this file has never existed.
    update - deletedeleteIf an item is updated multiple times, then deleted, we only send a "delete" event back.
    +

    Compression works at a page-level so depending on how many items are requested via the limit parameters, different compression will apply.

    +

    Due to this compression, the limit query parameter is only advisory. There's no guarantee that exactly limit items will be returned as some items might have been removed after compression. There's however a guarantee that no more than limit items will be returned.

    +

    Delete event limitation🔗

    +

    There's currently a known limitation regarding delete events. When looking at a particular event page, the server might find that a "create" or "update" event is associated with a non-existing file, which would have been deleted. In that case, the server will send back a "delete" event. When looking at following pages, the server will eventually process the actual "delete" event for that item - and send again a "delete" event for it.

    +

    This is a known issue and to solve it would require looking ahead in event pages, which would slow down the process. It means it's expected that a client might receive a "delete" event for a file, even though it has no such file or has already deleted it. In that case, the processing for that "delete" event should be a noop, not an error.

    +

    ResyncRequired error🔗

    +

    In some cases, in particular when a delta cursor has expired or is invalid, the server might throw an error with a "resyncRequired" error code. In that case, the client should discard their cursor and sync the complete data again from the beginning.

    +

    This error should be rare - currently it would only happen if the cursor is invalid. Later on, it will also happen when old events have been deleted after x months. So a client that has not synced in a long time might see this error. The error code could also be used to solve server-side errors in some rare cases.

    +

    When syncing from the start, there will be many "create" events for files that are already there locally. In that case, they should just be skipped.

    +

    Regarding the deletion of old change events🔗

    +

    Keeping all change events permanently would represent a lot of data, however it might be necessary. Without it, it won't be possible for a client to know what file has been deleted and thus a client that has not synced for a long time will keep its files permanently.

    +

    So most likely we'll always keep the change events. However, we could compress the old ones to just "create" and "delete" events. All "update" events are not needed. And for a file that has been deleted, we don't need to keep the "create" event.

    +

    The client would then follow this logic:

    +
      +
    • For "create" events: +
        +
      • If the file is present locally, update it with the version from the server.
      • +
      • If the file is not present, create it using the version from the server.
      • +
      +
    • +
    • For "delete" events: +
        +
      • If the file is present, delete it.
      • +
      • If it is not, skip the event (not an error).
      • +
      +
    • +
    +

    It might seem we could derive the "create" events simply by looking at the files in the directory - all files that are there would implicitely have a "create" event. The issue however is that it's not possible to reliably iterate over the files in a folder, because they might change in the meantime. The change events on the other hand provide an ID that can be used reliably to iterate over changes, and to resume at any time.

    + + + + +
    + + + + diff --git a/docs/spec/server_file_url_format/index.html b/docs/spec/server_file_url_format/index.html new file mode 100644 index 0000000000..6048bf1e3e --- /dev/null +++ b/docs/spec/server_file_url_format/index.html @@ -0,0 +1,469 @@ + + + + + + + Structure of file URLs in Joplin Server | Joplin + + + + + + + + + + + + + +
    + +
    + +

    Joplin

    +

    An open source note taking and to-do application with synchronisation capabilities

    +
    + + + +
    + + +
    +

    Structure of file URLs in Joplin Server🔗

    +

    To identify a file, Joplin Server supports two types of URLs:

    +

    Access by ID🔗

    +

    Format: BASE_URL/files/FILE_ID

    +

    This is the simplest way and it matches how other API items are accessed by ID.

    +

    For example: https://example.com/api/files/5c7e0f3f54434ba

    +

    Access by full path🔗

    +

    Format: BASE_URL/files/SPECIAL_DIR:/path/to/file/:

    +

    This is to access a file by its full path. In this case, the path must be prefixed by SPECIAL_DIR, which can only be root at the moment. Then to differentiate the path from URL segments, it needs to be wrapped in colons :.

    +

    For example, to access the metadata of file /my/file.txt

    +

    https://example.com/api/files/root:/my/file.txt:

    +

    To access its content:

    +

    https://example.com/api/files/root:/my/file.txt:/content

    +

    To access the root only (for example to list its content):

    +

    https://example.com/api/files/root:/:

    +

    Which can also be written as:

    +

    https://example.com/api/files/root

    +

    Difference between API and web app end points🔗

    +

    The API and web app end points are consistent in the way they access files, except that in one case the URLs will start with /api and the other with just /. For example, this would access the same file:

    +
      +
    • API: https://example.com/api/files/root:/my/file.txt:
    • +
    • Web: https://example.com/files/root:/my/file.txt:
    • +
    + + + + +
    + + + + diff --git a/docs/spec/sync_lock/index.html b/docs/spec/sync_lock/index.html index 6f29794a2c..32c191d511 100644 --- a/docs/spec/sync_lock/index.html +++ b/docs/spec/sync_lock/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -498,7 +500,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md diff --git a/docs/stats/index.html b/docs/stats/index.html index 9a97d1d624..6244990645 100644 --- a/docs/stats/index.html +++ b/docs/stats/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -1447,7 +1449,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md diff --git a/docs/terminal/index.html b/docs/terminal/index.html index 2c1c1df6f7..c1a6835c95 100644 --- a/docs/terminal/index.html +++ b/docs/terminal/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -1117,7 +1119,7 @@ version diff --git a/docs/welcome/1_welcome_to_joplin/index.html b/docs/welcome/1_welcome_to_joplin/index.html index e7a6e096e7..90fb144beb 100644 --- a/docs/welcome/1_welcome_to_joplin/index.html +++ b/docs/welcome/1_welcome_to_joplin/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin. background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -486,7 +488,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin. diff --git a/docs/welcome/2_importing_and_exporting_notes/index.html b/docs/welcome/2_importing_and_exporting_notes/index.html index 8b24f6f2dd..a4594846bb 100644 --- a/docs/welcome/2_importing_and_exporting_notes/index.html +++ b/docs/welcome/2_importing_and_exporting_notes/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -446,7 +448,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo diff --git a/docs/welcome/3_synchronising_your_notes/index.html b/docs/welcome/3_synchronising_your_notes/index.html index ac0e484f19..3d229aa563 100644 --- a/docs/welcome/3_synchronising_your_notes/index.html +++ b/docs/welcome/3_synchronising_your_notes/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -450,7 +452,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your diff --git a/docs/welcome/4_tips/index.html b/docs/welcome/4_tips/index.html index d9db262be6..9f3ade6202 100644 --- a/docs/welcome/4_tips/index.html +++ b/docs/welcome/4_tips/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -503,7 +505,7 @@ $$

    diff --git a/docs/welcome/5_privacy/index.html b/docs/welcome/5_privacy/index.html index 7fac0263c3..ff8e7e39bf 100644 --- a/docs/welcome/5_privacy/index.html +++ b/docs/welcome/5_privacy/index.html @@ -81,7 +81,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; @@ -377,6 +377,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
  • Sync Lock spec
  • Plugin Architecture spec
  • Search Sorting spec
  • +
  • Server: File URL Format
  • +
  • Server: Delta Sync
  • @@ -470,7 +472,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md diff --git a/packages/tools/build-website.js b/packages/tools/build-website.js index 180f228eff..b58694110d 100644 --- a/packages/tools/build-website.js +++ b/packages/tools/build-website.js @@ -86,7 +86,7 @@ https://github.com/laurent22/joplin/blob/dev/{{{sourceMarkdownFile}}} background-color: #eee; border: 1px solid #ccc; font-size: .85em; - word-break: break-all; + /* word-break: break-all; */ } pre code { border: none; diff --git a/readme/faq.md b/readme/faq.md index 0221af3154..e927f6f008 100644 --- a/readme/faq.md +++ b/readme/faq.md @@ -18,7 +18,7 @@ More info there: https://github.com/electron-userland/electron-builder/issues/40 You can pass [arguments](https://github.com/laurent22/joplin/blob/dev/Joplin_install_and_update.sh#L37) to the installation script by using this command. -`wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh \| bash -s -- --argument1 --argument2` +
    wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash -s -- --argument1 --argument2
    ## How can I edit my note in an external text editor?