From e1bd127b23d14a0e3e5930b5b5238d220e2a48d7 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 24 Jul 2021 11:15:07 +0100 Subject: [PATCH] Update website --- docs/api/get_started/plugins/index.html | 8 +- docs/api/overview/index.html | 8 +- .../references/development_mode/index.html | 8 +- .../plugin_api/assets/js/search.json | 2 +- .../references/plugin_api/classes/joplin.html | 22 + .../classes/joplinviewsdialogs.html | 43 ++ .../plugin_api/classes/joplinwindow.html | 224 ++++++++ docs/api/references/plugin_api/globals.html | 8 + docs/api/references/plugin_api/index.html | 6 + .../plugin_api/interfaces/implementation.html | 176 +++++++ .../plugin_loading_rules/index.html | 8 +- .../api/references/plugin_manifest/index.html | 8 +- docs/api/references/plugin_theming/index.html | 8 +- docs/api/references/rest_api/index.html | 8 +- docs/api/tutorials/toc_plugin/index.html | 8 +- docs/blog/20180621-182112/index.html | 8 +- docs/blog/20180906-111039/index.html | 8 +- docs/blog/20180916-210431/index.html | 8 +- docs/blog/20180929-121053/index.html | 8 +- docs/blog/20181004-091123/index.html | 8 +- docs/blog/20181101-174335/index.html | 8 +- docs/blog/20181213-173459/index.html | 8 +- docs/blog/20190130-230218/index.html | 8 +- docs/blog/20190404-074157/index.html | 8 +- docs/blog/20190424-112410/index.html | 8 +- docs/blog/20190523-231026/index.html | 8 +- docs/blog/20190611-000711/index.html | 8 +- docs/blog/20190613-202613/index.html | 8 +- docs/blog/20190814-225957/index.html | 8 +- docs/blog/20190925-000254/index.html | 8 +- docs/blog/20190929-152834/index.html | 8 +- docs/blog/20191012-233121/index.html | 8 +- docs/blog/20191014-165136/index.html | 8 +- docs/blog/20191101-131852/index.html | 8 +- docs/blog/20191117-183855/index.html | 8 +- docs/blog/20191118-072700/index.html | 8 +- docs/blog/20200220-190804/index.html | 8 +- docs/blog/20200301-125055/index.html | 8 +- docs/blog/20200314-001555/index.html | 8 +- docs/blog/20200406-224254/index.html | 8 +- docs/build_troubleshooting/index.html | 8 +- docs/changelog/index.html | 8 +- docs/changelog_android/index.html | 8 +- docs/changelog_cli/index.html | 8 +- docs/changelog_server/index.html | 8 +- docs/clipper/index.html | 8 +- docs/conflict/index.html | 8 +- docs/css/site.css | 8 - docs/debugging/index.html | 8 +- docs/desktop/index.html | 8 +- docs/donate/index.html | 8 +- docs/download/index.html | 8 +- docs/e2ee/index.html | 8 +- docs/faq/index.html | 8 +- docs/faq_joplin_cloud/index.html | 8 +- docs/gsoc2020/ideas/index.html | 8 +- docs/gsoc2020/index/index.html | 8 +- docs/gsoc2021/ideas/index.html | 8 +- docs/gsoc2021/index/index.html | 8 +- .../pull_request_guidelines/index.html | 8 +- docs/gsod2020/ideas/index.html | 8 +- docs/gsod2020/index/index.html | 8 +- docs/help/index.html | 8 +- docs/index.html | 8 +- docs/markdown/index.html | 8 +- docs/mobile/index.html | 8 +- docs/nextcloud_app/index.html | 8 +- docs/note_history/index.html | 8 +- docs/plans/index.html | 8 +- docs/plugins/index.html | 8 +- docs/prereleases/index.html | 8 +- docs/privacy/index.html | 8 +- docs/rich_text_editor/index.html | 8 +- docs/spec/clipper_auth/index.html | 8 +- docs/spec/e2ee/index.html | 8 +- docs/spec/history/index.html | 8 +- docs/spec/plugins/index.html | 8 +- docs/spec/search_sorting/index.html | 8 +- docs/spec/server_delta_sync/index.html | 8 +- docs/spec/server_file_url_format/index.html | 8 +- docs/spec/server_sharing/index.html | 8 +- docs/spec/sync_lock/index.html | 8 +- docs/stats/index.html | 496 +++++++++--------- docs/templates/front.mustache | 2 +- docs/templates/main-new.mustache | 2 +- docs/terminal/index.html | 8 +- docs/welcome/1_welcome_to_joplin/index.html | 8 +- .../index.html | 8 +- .../3_synchronising_your_notes/index.html | 8 +- docs/welcome/4_tips/index.html | 8 +- docs/welcome/5_privacy/index.html | 8 +- readme/stats.md | 178 +++---- 92 files changed, 1139 insertions(+), 668 deletions(-) create mode 100644 docs/api/references/plugin_api/classes/joplinwindow.html create mode 100644 docs/api/references/plugin_api/interfaces/implementation.html diff --git a/docs/api/get_started/plugins/index.html b/docs/api/get_started/plugins/index.html index 6f8138b1c..4679d4069 100644 --- a/docs/api/get_started/plugins/index.html +++ b/docs/api/get_started/plugins/index.html @@ -23,13 +23,13 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md - + - + - + Getting started with plugin development | Joplin @@ -361,7 +361,7 @@ This should be the path to your main plugin directory, i.e. path/to/your/r rel="preload" as="script" > - + - + - + + + \ No newline at end of file diff --git a/docs/api/references/plugin_api/globals.html b/docs/api/references/plugin_api/globals.html index 4daee6198..748ecbf9e 100644 --- a/docs/api/references/plugin_api/globals.html +++ b/docs/api/references/plugin_api/globals.html @@ -96,6 +96,7 @@
  • JoplinViewsMenus
  • JoplinViewsPanels
  • JoplinViewsToolbarButtons
  • +
  • JoplinWindow
  • JoplinWorkspace
  • @@ -113,6 +114,7 @@
  • ExportContext
  • ExportModule
  • ExportOptions
  • +
  • Implementation
  • ImportContext
  • ImportModule
  • ItemChangeEvent
  • @@ -431,6 +433,9 @@
  • joplin.views.toolbarButtons
  • +
  • + joplin.window +
  • joplin.workspace
  • @@ -467,6 +472,9 @@
  • ExportOptions
  • +
  • + Implementation +
  • ImportContext
  • diff --git a/docs/api/references/plugin_api/index.html b/docs/api/references/plugin_api/index.html index 7b6352ad2..e5412c0d1 100644 --- a/docs/api/references/plugin_api/index.html +++ b/docs/api/references/plugin_api/index.html @@ -149,6 +149,9 @@
  • joplin.views.toolbarButtons
  • +
  • + joplin.window +
  • joplin.workspace
  • @@ -185,6 +188,9 @@
  • ExportOptions
  • +
  • + Implementation +
  • ImportContext
  • diff --git a/docs/api/references/plugin_api/interfaces/implementation.html b/docs/api/references/plugin_api/interfaces/implementation.html new file mode 100644 index 000000000..d74dbbe1c --- /dev/null +++ b/docs/api/references/plugin_api/interfaces/implementation.html @@ -0,0 +1,176 @@ + + + + + + Implementation | Joplin Plugin API Documentation + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Implementation

    +
    +
    +
    +
    +
    +
    + +
    +

    Index

    +
    +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Methods

    +
    + +

    injectCustomStyles

    +
      +
    • injectCustomStyles(elementId: string, cssFilePath: string): Promise<void>
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        elementId: string
        +
      • +
      • +
        cssFilePath: string
        +
      • +
      + +
    • +
    +
    +
    +
    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/docs/api/references/plugin_loading_rules/index.html b/docs/api/references/plugin_loading_rules/index.html index 4fe745447..483c70dff 100644 --- a/docs/api/references/plugin_loading_rules/index.html +++ b/docs/api/references/plugin_loading_rules/index.html @@ -23,13 +23,13 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_loadin - + - + - + Plugin Loading Rules | Joplin @@ -324,7 +324,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_loadin rel="preload" as="script" > - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +