From 32dc064ffab38056bf0563b42143c5015fc2f232 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Jul 2024 23:49:56 +0300 Subject: [PATCH] docs: Add some more documentation --- bin/docs/prepare.sh | 4 + docs/1l1f6WZbaBEZ.html | 771 ++++++++++++++++ docs/1pOWnHdGAuWR.html | 806 +++++++++++++++++ docs/{oXLcQUniOWvl.html => 3eTu21fjtZkj.html} | 340 ++++++- docs/3jc1nUXyteo0.html | 330 ++++++- docs/4FXLAtcPhZFo.html | 778 ++++++++++++++++ docs/4yYHqKbLovVX.html | 334 ++++++- docs/6x42mhlfLo0o.html | 773 ++++++++++++++++ docs/8jWguCtuKsAt.html | 795 +++++++++++++++++ docs/B8hxg4e66cVL.html | 375 +++++++- docs/BhE2WFknKKHG.html | 330 ++++++- docs/C09Dou56ffMe.html | 330 ++++++- docs/FJ4VR6G2M6VD.html | 771 ++++++++++++++++ docs/FSZoX3cJlJE7.html | 773 ++++++++++++++++ docs/GMta9hBHsXHQ.html | 330 ++++++- docs/IuxV242YGaN5.html | 771 ++++++++++++++++ docs/KRC2O84LekPz.html | 334 ++++++- docs/KbwD5mDpD4CV.html | 773 ++++++++++++++++ docs/PHqgH8FCfcod.html | 336 ++++++- docs/QSkfVssHIngA.html | 771 ++++++++++++++++ docs/QXCi6Y1SYulw.html | 330 ++++++- docs/QYMncZf5Bu3D.html | 773 ++++++++++++++++ docs/U5RtMeGPeZ29.html | 330 ++++++- docs/UDBwK5Fhr2CT.html | 773 ++++++++++++++++ docs/UTB518X6X9Uh.html | 330 ++++++- docs/VS22Hq5PBFNf.html | 330 ++++++- docs/VbDoDdiHEemi.html | 797 +++++++++++++++++ docs/Vy1PbjSkUast.html | 773 ++++++++++++++++ docs/X4N03xLYEWnN.html | 330 ++++++- docs/XxqZW6JjkW2g.html | 330 ++++++- docs/Z9N9OKBXXLFW.html | 330 ++++++- docs/ZlxZh8NH5frM.html | 330 ++++++- docs/biDJ9KgbWLgt.html | 330 ++++++- docs/btM6L9JtG301.html | 330 ++++++- docs/bzQfhyzDo3Xz.html | 773 ++++++++++++++++ docs/cemIoFLfEGPO.html | 771 ++++++++++++++++ docs/d3dnvVOhur16.html | 330 ++++++- docs/hkrBX8KE1HQl.html | 335 ++++++- docs/inGKXCChkVYX.html | 773 ++++++++++++++++ docs/jvdjFBOCCrOa.html | 330 ++++++- docs/kAfgZERKtVhU.html | 773 ++++++++++++++++ docs/mPGbEmYGitWe.html | 330 ++++++- docs/rU1hxvgqlA9x.html | 330 ++++++- docs/s5gsYTbPQr6c.html | 330 ++++++- docs/wCxCJB3hhojs.html | 773 ++++++++++++++++ docs/wxCwZ1P2SGCx.html | 773 ++++++++++++++++ docs/xtBYDVZPb0gr.html | 330 ++++++- docs/y2ido6E6tZ0V.html | 773 ++++++++++++++++ docs/zCDxk5VFdsqg.html | 827 ++++++++++++++++++ 49 files changed, 25599 insertions(+), 193 deletions(-) mode change 100644 => 100755 bin/docs/prepare.sh create mode 100644 docs/1l1f6WZbaBEZ.html create mode 100644 docs/1pOWnHdGAuWR.html rename docs/{oXLcQUniOWvl.html => 3eTu21fjtZkj.html} (60%) create mode 100644 docs/4FXLAtcPhZFo.html create mode 100644 docs/6x42mhlfLo0o.html create mode 100644 docs/8jWguCtuKsAt.html create mode 100644 docs/FJ4VR6G2M6VD.html create mode 100644 docs/FSZoX3cJlJE7.html create mode 100644 docs/IuxV242YGaN5.html create mode 100644 docs/KbwD5mDpD4CV.html create mode 100644 docs/QSkfVssHIngA.html create mode 100644 docs/QYMncZf5Bu3D.html create mode 100644 docs/UDBwK5Fhr2CT.html create mode 100644 docs/VbDoDdiHEemi.html create mode 100644 docs/Vy1PbjSkUast.html create mode 100644 docs/bzQfhyzDo3Xz.html create mode 100644 docs/cemIoFLfEGPO.html create mode 100644 docs/inGKXCChkVYX.html create mode 100644 docs/kAfgZERKtVhU.html create mode 100644 docs/wCxCJB3hhojs.html create mode 100644 docs/wxCwZ1P2SGCx.html create mode 100644 docs/y2ido6E6tZ0V.html create mode 100644 docs/zCDxk5VFdsqg.html diff --git a/bin/docs/prepare.sh b/bin/docs/prepare.sh old mode 100644 new mode 100755 index 386941b78..35e761b6d --- a/bin/docs/prepare.sh +++ b/bin/docs/prepare.sh @@ -21,6 +21,10 @@ source "$env_file" # Download everything in output/notes.example.com/share/... share_url="$SHARE_PROTOCOL://$SHARE_HOST/share/$ROOT_NOTE_ID" wget -rpEk -e robots=off "$share_url" -P "$output_dir" +if [ $? -ne 0 ]; then + echo -e \\nDownloading failed, make sure you are using the real wget package and not the busybox one. + exit 1 +fi # Get rid of the domain in the output folder mv "$output_dir/$SHARE_HOST"/* "$output_dir/" diff --git a/docs/1l1f6WZbaBEZ.html b/docs/1l1f6WZbaBEZ.html new file mode 100644 index 000000000..c4eff1b6b --- /dev/null +++ b/docs/1l1f6WZbaBEZ.html @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + Branch prefixes + + +
+
+ + + + +

Branch prefixes

+ + + + + + +

This note has no content.

+ +
+ + + + + + +
+ + diff --git a/docs/1pOWnHdGAuWR.html b/docs/1pOWnHdGAuWR.html new file mode 100644 index 000000000..82df12d2b --- /dev/null +++ b/docs/1pOWnHdGAuWR.html @@ -0,0 +1,806 @@ + + + + + + + + + + + + + + + + + + + + + + + Widgets + + +
+
+ + + + +

Widgets

+ + + + +
+

To create a basic widget, simply create a code note with type “JS frontend”. Add the #widget label in order for it to be loaded at startup.

const template = `<div id="my-widget"><button>Click Me!</button></div>`;
+
+class MyWidget extends api.BasicWidget {
+    get position() { return 1; }
+    get parentWidget() { return "left-pane" }
+    
+    doRender() {
+        this.$widget = $(template);
+        return this.$widget;
+    }
+}
+
+module.exports = new MyWidget();

parentWidget() can be given the following values:

  • left-pane - This renders the widget on the left side of the screen where the note tree lives.
  • center-pane - This renders the widget in the center of the layout in the same location that notes and splits appear.
  • note-detail-pane - This renders the widget with the note in the center pane. This means it can appear multiple times with splits.
  • right-pane - This renders the widget to the right of any opened notes.

Reference:

+
+ + + + + +
+ + + + + + +
+ + diff --git a/docs/oXLcQUniOWvl.html b/docs/3eTu21fjtZkj.html similarity index 60% rename from docs/oXLcQUniOWvl.html rename to docs/3eTu21fjtZkj.html index 8b3f5d4ff..ad130b303 100644 --- a/docs/oXLcQUniOWvl.html +++ b/docs/3eTu21fjtZkj.html @@ -20,9 +20,9 @@ - Environment Setup + Scripting - +
@@ -32,7 +32,7 @@ -

Environment Setup

+

Scripting

@@ -45,8 +45,8 @@ @@ -338,6 +338,20 @@ + + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -417,11 +431,6 @@ - - - - -
  • @@ -430,7 +439,7 @@ - Environment Setup + Database

    @@ -443,12 +452,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/3jc1nUXyteo0.html b/docs/3jc1nUXyteo0.html index 09753b687..47e09b254 100644 --- a/docs/3jc1nUXyteo0.html +++ b/docs/3jc1nUXyteo0.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/4FXLAtcPhZFo.html b/docs/4FXLAtcPhZFo.html new file mode 100644 index 000000000..b8bdc61de --- /dev/null +++ b/docs/4FXLAtcPhZFo.html @@ -0,0 +1,778 @@ + + + + + + + + + + + + + + + + + + + + + + + CSS + + +
    +
    + + + + +

    CSS

    + + + + +
    +

    In doRender():

    this.cssBlock(`#my-widget {
    +	position: absolute;
    +    bottom: 40px;
    +    left: 60px;
    +    z-index: 1;
    +}`)

    Reference: https://trilium.rocks/X7pxYpiu0lgU 

    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/4yYHqKbLovVX.html b/docs/4yYHqKbLovVX.html index e75e6d9fd..847bbd871 100644 --- a/docs/4yYHqKbLovVX.html +++ b/docs/4yYHqKbLovVX.html @@ -60,8 +60,8 @@
  • - Environment Setup + Scripting
  • @@ -353,6 +353,20 @@ + + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -432,11 +446,6 @@ - - - - -
  • @@ -445,7 +454,7 @@ - Environment Setup + Database

    @@ -458,12 +467,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/6x42mhlfLo0o.html b/docs/6x42mhlfLo0o.html new file mode 100644 index 000000000..a3bb85452 --- /dev/null +++ b/docs/6x42mhlfLo0o.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + blobs + + +
    +
    + + + + +

    blobs

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    blobIdTextNon-null The unique ID of the blob (e.g. XXbfAJXqWrYnSXcelLFA).
    contentTextNullablenull

    The content of the blob, can be either:

    • text (for plain text notes or HTML notes).
    • binary (for images and other types of attachments)
    dateModifiedTextNon-null Localized modification date (e.g. 2023-11-08 18:43:44.204+0200)
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/8jWguCtuKsAt.html b/docs/8jWguCtuKsAt.html new file mode 100644 index 000000000..aa0814cd8 --- /dev/null +++ b/docs/8jWguCtuKsAt.html @@ -0,0 +1,795 @@ + + + + + + + + + + + + + + + + + + + + + + + Right pane widget + + +
    +
    + + + + +

    Right pane widget

    + + + + +
    +
    • doRender must not be overridden, instead doRenderBody() has to be overridden.
    • parentWidget() must be set to “rightPane”.
    • widgetTitle() getter can optionally be overriden, otherwise the widget will be displayed as “Untitled widget”.
    const template = `<div>Hi</div>`;
    +
    +class ToDoListWidget extends api.RightPanelWidget {
    +    
    +    get widgetTitle() {
    +        return "Title goes here";
    +    }
    +        
    +    get parentWidget() { return "right-pane" }
    +    
    +    doRenderBody() {
    +        this.$body.empty().append($(template));
    +    }   
    +    
    +    async refreshWithNote(note) {
    +        this.toggleInt(false);                
    +        this.triggerCommand("reEvaluateRightPaneVisibility");
    +        this.toggleInt(true);
    +        this.triggerCommand("reEvaluateRightPaneVisibility");
    +    }
    +}
    +
    +module.exports = new ToDoListWidget();

    The implementation is in src/public/app/widgets/right_panel_widget.js.

    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/B8hxg4e66cVL.html b/docs/B8hxg4e66cVL.html index a87867176..6815d7b2c 100644 --- a/docs/B8hxg4e66cVL.html +++ b/docs/B8hxg4e66cVL.html @@ -69,6 +69,51 @@ class="type-text">Build information
  • +
  • + Database +
  • + +
  • + Protected entities +
  • + +
  • + Deleted notes +
  • + +
  • + Special notes +
  • + +
  • + Branch prefixes +
  • + +
  • + Revisions +
  • + +
  • + Backlinks +
  • + +
  • + Note types +
  • + +
  • + Safe mode +
  • + @@ -358,6 +403,20 @@ + + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -437,11 +496,6 @@ - - - - -
  • @@ -450,7 +504,7 @@ - Environment Setup + Database

    @@ -463,12 +517,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/BhE2WFknKKHG.html b/docs/BhE2WFknKKHG.html index 951da8d88..14bfb5dc3 100644 --- a/docs/BhE2WFknKKHG.html +++ b/docs/BhE2WFknKKHG.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/C09Dou56ffMe.html b/docs/C09Dou56ffMe.html index 84c85f1a6..8881a4484 100644 --- a/docs/C09Dou56ffMe.html +++ b/docs/C09Dou56ffMe.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/FJ4VR6G2M6VD.html b/docs/FJ4VR6G2M6VD.html new file mode 100644 index 000000000..e7fca712e --- /dev/null +++ b/docs/FJ4VR6G2M6VD.html @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + Special notes + + +
    +
    + + + + +

    Special notes

    + + + + + + +

    This note has no content.

    + +
    + + + + + + +
    + + diff --git a/docs/FSZoX3cJlJE7.html b/docs/FSZoX3cJlJE7.html new file mode 100644 index 000000000..c54116d45 --- /dev/null +++ b/docs/FSZoX3cJlJE7.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + options + + +
    +
    + + + + +

    options

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    nameTextNon-null The name of option (e.g. maxContentWidth)
    valueTextNon-null The value of the option.
    isSyncedIntegerNon-null00 if the option is not synchronized and thus can differ between clients, 1 if the option is synchronized.
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/GMta9hBHsXHQ.html b/docs/GMta9hBHsXHQ.html index ecae78fd1..d91cea14d 100644 --- a/docs/GMta9hBHsXHQ.html +++ b/docs/GMta9hBHsXHQ.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/IuxV242YGaN5.html b/docs/IuxV242YGaN5.html new file mode 100644 index 000000000..814c2657b --- /dev/null +++ b/docs/IuxV242YGaN5.html @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + Deleted notes + + +
    +
    + + + + +

    Deleted notes

    + + + + + + +

    This note has no content.

    + +
    + + + + + + +
    + + diff --git a/docs/KRC2O84LekPz.html b/docs/KRC2O84LekPz.html index 464a8a1b0..04f6c4ed0 100644 --- a/docs/KRC2O84LekPz.html +++ b/docs/KRC2O84LekPz.html @@ -27,8 +27,8 @@
    @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/KbwD5mDpD4CV.html b/docs/KbwD5mDpD4CV.html new file mode 100644 index 000000000..30850c9f2 --- /dev/null +++ b/docs/KbwD5mDpD4CV.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + Protected entities + + +
    +
    + + + + +

    Protected entities

    + + + + +
    +

    The following entities can be made protected, via their isProtected flag:

    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/PHqgH8FCfcod.html b/docs/PHqgH8FCfcod.html index a837b4355..e08d70229 100644 --- a/docs/PHqgH8FCfcod.html +++ b/docs/PHqgH8FCfcod.html @@ -37,9 +37,11 @@ - +
    +

    Development notes are published on triliumnext.github.io/Notes by the CI using GitHub Pages.

    The GitHub Pages deployment works by taking the files from the Notes repository, in the docs directory.

    How it works

    There is a script that uses wget to download all the files from a share, that means:

    1. You must have a local instance of Trilium Notes server.
    2. You must have the documentation imported, up to date and shared.

    Note that currently the documentation source file is not distributed (the note export), until a way is found to automate this process. Contact eliandoran should you require to obtain a copy of the documentation.

    Setting up .env file

    Go to bin/docs and copy .env.example to .env and edit it:

    1. Change the SHARE_PROTOCOL to either http or https depending on your setup.
    2. Change SHARE_HOST to match the domain name or the URL to the host (without the protocol or any slashes).

    Generally ROOT_NOTE_ID should not be changed since the note ID must match if the files were imported correctly.

    Triggering a build

    Run:

    ./bin/docs/prepare.sh

    This will attempt to download all the notes from the share URL and put them in docs, rewritten for GitHub Pages.

    Commit the results and follow the normal development process to push them.

    +
    -

    This note has no content.

    +
  • @@ -327,6 +329,20 @@ + + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -406,11 +422,6 @@ - - - - -
  • @@ -419,7 +430,7 @@ - Environment Setup + Database

    @@ -432,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/QSkfVssHIngA.html b/docs/QSkfVssHIngA.html new file mode 100644 index 000000000..49c423f33 --- /dev/null +++ b/docs/QSkfVssHIngA.html @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + Revisions + + +
    +
    + + + + +

    Revisions

    + + + + + + +

    This note has no content.

    + +
    + + + + + + +
    + + diff --git a/docs/QXCi6Y1SYulw.html b/docs/QXCi6Y1SYulw.html index 34d8f0bd2..1c838e676 100644 --- a/docs/QXCi6Y1SYulw.html +++ b/docs/QXCi6Y1SYulw.html @@ -377,6 +377,20 @@ await library_loader.requireLibrary(library_loader.I18NEXT);

    Make +

  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -456,11 +470,6 @@ await library_loader.requireLibrary(library_loader.I18NEXT);

    Make - - - - -

  • @@ -469,7 +478,7 @@ await library_loader.requireLibrary(library_loader.I18NEXT);

    Make - Environment Setup + Database

    @@ -482,12 +491,319 @@ await library_loader.requireLibrary(library_loader.I18NEXT);

    Make - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/QYMncZf5Bu3D.html b/docs/QYMncZf5Bu3D.html new file mode 100644 index 000000000..10186d161 --- /dev/null +++ b/docs/QYMncZf5Bu3D.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + revisions + + +
    +
    + + + + +

    revisions

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    revisionIdTextTextNon-null Unique ID of the revision (e.g. 0GjgUqnEudI8).
    noteIdTextNon-null ID of the note this revision belongs to.
    typeTextNon-null""The type of note (i.e. text, file, code, relationMap, mermaid, canvas).
    mimeTextNon-null""The MIME type of the note (e.g. text/html).
    titleTextNon-null The title of the note, as defined by the user.
    isProtectedIntegerNon-null01 if the entity is protected, 0 otherwise.
    blobIdTextNullablenullThe corresponding ID from blobs. Although it can theoretically be NULL, haven't found any such note yet.
    utcDateLastEditedTextNon-null Not sure how it differs from modification date.
    utcDateCreatedTextNon-null Creation date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    dateLastEditedTextNon-null Not sure how it differs from modification date.
    dateCreatedTextNon-null Localized creatino date (e.g. 2023-08-12 15:10:04.045+0300)
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/U5RtMeGPeZ29.html b/docs/U5RtMeGPeZ29.html index 41c0da655..1dc8a2275 100644 --- a/docs/U5RtMeGPeZ29.html +++ b/docs/U5RtMeGPeZ29.html @@ -338,6 +338,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -417,11 +431,6 @@ - - - - -
  • @@ -430,7 +439,7 @@ - Environment Setup + Database

    @@ -443,12 +452,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/UDBwK5Fhr2CT.html b/docs/UDBwK5Fhr2CT.html new file mode 100644 index 000000000..99ed28907 --- /dev/null +++ b/docs/UDBwK5Fhr2CT.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + Safe mode + + +
    +
    + + + + +

    Safe mode

    + + + + +
    +

    Safe mode is triggered by setting the TRILIUM_SAFE_MODE to a truthy value, usually 1.

    In each artifact there is a trilium-safe-mode.sh (or .bat) script to enable it.

    What it does:

    • Disables customWidget launcher types in app/widgets/containers/launcher.js.
    • Disables the running of mobileStartup or frontendStartup scripts.
    • Displays the root note instead of the previously saved session.
    • Disables the running of backendStartup, hourly, daily scripts and checks for the hidden subtree.
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/UTB518X6X9Uh.html b/docs/UTB518X6X9Uh.html index 2b59c0dd3..2f1482888 100644 --- a/docs/UTB518X6X9Uh.html +++ b/docs/UTB518X6X9Uh.html @@ -333,6 +333,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -412,11 +426,6 @@ - - - - -
  • @@ -425,7 +434,7 @@ - Environment Setup + Database

    @@ -438,12 +447,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/VS22Hq5PBFNf.html b/docs/VS22Hq5PBFNf.html index 0095e0ab9..dd41f7c03 100644 --- a/docs/VS22Hq5PBFNf.html +++ b/docs/VS22Hq5PBFNf.html @@ -343,6 +343,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -422,11 +436,6 @@ - - - - -
  • @@ -435,7 +444,7 @@ - Environment Setup + Database

    @@ -448,12 +457,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/VbDoDdiHEemi.html b/docs/VbDoDdiHEemi.html new file mode 100644 index 000000000..a974e39ea --- /dev/null +++ b/docs/VbDoDdiHEemi.html @@ -0,0 +1,797 @@ + + + + + + + + + + + + + + + + + + + + + + + Note types + + +
    +
    + + + + +

    Note types

    + + + + +
    +

    The note type is defined by the type column in notes.

    Possible types:

    Note Typetype valueCorresponding MIME typeContent of the note's blobRelevant attributes
    Texttext The HTML of the note. 
    Relation Map relationMapapplication/json

    A JSON describing the note:

    {
    +    "notes": [
    +        {
    +            "noteId": "gFQDL11KEm9G",
    +            "x": 142,
    +            "y": 405
    +        },
    +        {
    +            "noteId": "8GcjEKyrrCgl",
    +            "x": 100.10406374385552,
    +            "y": 757.0364424520196
    +        }
    +    ],
    +    "transform": {
    +        "scale": 0.3,
    +        "x": 480.29766098682165,
    +        "y": 116.83892021963081
    +    }
    +}
    None
    Render Noterendertext/html or blank.An empty blob.~renderNote pointing to the HTML note to render.
    Canvascanvasapplication/json
    {
    +	"appState": {},
    +	"elemenets": {},
    +	"files": {},
    +	"type": "excalidraw",
    +	"version": 2
    +}
    None
    Mermaid Diagrammermaidtext/mermaid or text/plainThe plain text content of the Mermaid diagram.None
    Bookbooktext/html or blank.An empty blob.
    • #viewType which can be either grid or list.
    • #expanded

    both options are shown to the user via the “Book Properties” ribbon widget.

    Web ViewwebViewblankAn empty blob.#webViewSrc pointing to an URL to render.
    CodecodeDepends on the language (e.g. text/plain, text/x-markdown, text/x-c++src).The plain text content. 
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/Vy1PbjSkUast.html b/docs/Vy1PbjSkUast.html new file mode 100644 index 000000000..5d7ddb85b --- /dev/null +++ b/docs/Vy1PbjSkUast.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + branches + + +
    +
    + + + + +

    branches

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    branchIdTextNon-null The ID of the branch, in the form of a_b where a is the parentNoteId and b is the noteId.
    noteIdTextNon-null The ID of the note.
    parentNoteIdTextNon-null The ID of the parent note the note belongs to.
    notePositionIntegerNon-null The position of the branch within the same level of hierarchy, the value is usually a multiple of 10.
    prefixTextNullable The branch prefix if any, or NULL otherwise.
    isExpandedIntegerNon-null0Whether the branch should appear expanded (its children shown) to the user.
    isDeletedIntegerNon-null01 if the entity is deleted, 0 otherwise.
    deleteIdTextNullablenull 
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/X4N03xLYEWnN.html b/docs/X4N03xLYEWnN.html index 9aa2a6e0b..f1ae7774d 100644 --- a/docs/X4N03xLYEWnN.html +++ b/docs/X4N03xLYEWnN.html @@ -334,6 +334,20 @@ the module (for instance, using `npm rebuild` or `npm install`).

    + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -413,11 +427,6 @@ the module (for instance, using `npm rebuild` or `npm install`).

    - - - -

  • @@ -426,7 +435,7 @@ the module (for instance, using `npm rebuild` or `npm install`).

    Environment Setup + Database

    @@ -439,12 +448,319 @@ the module (for instance, using `npm rebuild` or `npm install`).

    i18n-ally + attachments

    +

  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/XxqZW6JjkW2g.html b/docs/XxqZW6JjkW2g.html index bffc19454..c70a57ec2 100644 --- a/docs/XxqZW6JjkW2g.html +++ b/docs/XxqZW6JjkW2g.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/Z9N9OKBXXLFW.html b/docs/Z9N9OKBXXLFW.html index d16eeb443..7743e4c8e 100644 --- a/docs/Z9N9OKBXXLFW.html +++ b/docs/Z9N9OKBXXLFW.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/ZlxZh8NH5frM.html b/docs/ZlxZh8NH5frM.html index b56c73abd..d0542d77f 100644 --- a/docs/ZlxZh8NH5frM.html +++ b/docs/ZlxZh8NH5frM.html @@ -358,6 +358,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -437,11 +451,6 @@ - - - - -
  • @@ -450,7 +459,7 @@ - Environment Setup + Database

    @@ -463,12 +472,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/biDJ9KgbWLgt.html b/docs/biDJ9KgbWLgt.html index 1583eae6c..ebb33ce4c 100644 --- a/docs/biDJ9KgbWLgt.html +++ b/docs/biDJ9KgbWLgt.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/btM6L9JtG301.html b/docs/btM6L9JtG301.html index dcb786e94..6dcbcf35e 100644 --- a/docs/btM6L9JtG301.html +++ b/docs/btM6L9JtG301.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/bzQfhyzDo3Xz.html b/docs/bzQfhyzDo3Xz.html new file mode 100644 index 000000000..4225a2f8a --- /dev/null +++ b/docs/bzQfhyzDo3Xz.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + recent_notes + + +
    +
    + + + + +

    recent_notes

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    noteIdTextNon-null Unique ID of the note (e.g. yRRTLlqTbGoZ).
    notePathTextNon-null The path (IDs) to the note from root to the note itself, separated by slashes.
    utcDateCreatedTextNon-null Creation date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/cemIoFLfEGPO.html b/docs/cemIoFLfEGPO.html new file mode 100644 index 000000000..7a40fd466 --- /dev/null +++ b/docs/cemIoFLfEGPO.html @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + Backlinks + + +
    +
    + + + + +

    Backlinks

    + + + + + + +

    This note has no content.

    + +
    + + + + + + +
    + + diff --git a/docs/d3dnvVOhur16.html b/docs/d3dnvVOhur16.html index 671dbdfbf..c38af46b0 100644 --- a/docs/d3dnvVOhur16.html +++ b/docs/d3dnvVOhur16.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/hkrBX8KE1HQl.html b/docs/hkrBX8KE1HQl.html index eb8e7b19a..e1ceec7cf 100644 --- a/docs/hkrBX8KE1HQl.html +++ b/docs/hkrBX8KE1HQl.html @@ -62,6 +62,11 @@ class="type-text">Guidelines
  • +
  • + i18n-ally +
  • + @@ -351,6 +356,20 @@ + + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -430,11 +449,6 @@ - - - - -
  • @@ -443,7 +457,7 @@ - Environment Setup + Database

    @@ -456,12 +470,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/inGKXCChkVYX.html b/docs/inGKXCChkVYX.html new file mode 100644 index 000000000..c47c36e22 --- /dev/null +++ b/docs/inGKXCChkVYX.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + entity_changes + + +
    +
    + + + + +

    entity_changes

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    idIntegerNullable A sequential numeric index of the entity change.
    entityNameTextNullable The type of entity being changed (attributes, branches, note_reordering, etc.)
    entityIdTextNullable The ID of the entity being changed.
    hashTextNullable TODO: Describe how the hash is calculated
    isErasedIntegerNullable TODO: What does this do?
    changeIdTextNullable TODO: What does this do?
    componentIdTextNullable TODO: What does this do?
    instanceIdTextNullable TODO: What does this do?
    isSyncedIntegerNullable TODO: What does this do?
    utcDateChangedTextNullable Date of the entity change in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/jvdjFBOCCrOa.html b/docs/jvdjFBOCCrOa.html index 3db03c34d..5fa501e1e 100644 --- a/docs/jvdjFBOCCrOa.html +++ b/docs/jvdjFBOCCrOa.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/kAfgZERKtVhU.html b/docs/kAfgZERKtVhU.html new file mode 100644 index 000000000..5a25d3964 --- /dev/null +++ b/docs/kAfgZERKtVhU.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + notes + + +
    +
    + + + + +

    notes

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    noteIdTextNon-null The unique ID of the note (e.g. 2LJrKqIhr0Pe).
    titleTextNon-null"note"The title of the note, as defined by the user.
    isProtectedIntegerNon-null01 if the entity is protected, 0 otherwise.
    typeTextNon-null"text"The type of note (i.e. text, file, code, relationMap, mermaid, canvas).
    mimeTextNon-null"text/html"The MIME type of the note (e.g. text/html).
    isDeletedIntegerNullable01 if the entity is deleted, 0 otherwise.
    deleteIdTextNon-nullnull 
    dateCreatedTextNon-null Localized creation date (e.g. 2023-11-08 18:43:44.204+0200)
    dateModifiedTextNon-null Localized modification date (e.g. 2023-11-08 18:43:44.204+0200)
    utcDateCreatedTextNon-null Creation date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    blobIdTextNullablenullThe corresponding ID from blobs. Although it can theoretically be NULL, haven't found any such note yet.
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/mPGbEmYGitWe.html b/docs/mPGbEmYGitWe.html index 14e1247a0..b883f40f6 100644 --- a/docs/mPGbEmYGitWe.html +++ b/docs/mPGbEmYGitWe.html @@ -329,6 +329,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -408,11 +422,6 @@ - - - - -
  • @@ -421,7 +430,7 @@ - Environment Setup + Database

    @@ -434,12 +443,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/rU1hxvgqlA9x.html b/docs/rU1hxvgqlA9x.html index 632d75c2c..641613530 100644 --- a/docs/rU1hxvgqlA9x.html +++ b/docs/rU1hxvgqlA9x.html @@ -338,6 +338,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -417,11 +431,6 @@ - - - - -
  • @@ -430,7 +439,7 @@ - Environment Setup + Database

    @@ -443,12 +452,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/s5gsYTbPQr6c.html b/docs/s5gsYTbPQr6c.html index 400fd8e01..18e95a3c4 100644 --- a/docs/s5gsYTbPQr6c.html +++ b/docs/s5gsYTbPQr6c.html @@ -355,6 +355,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -434,11 +448,6 @@ - - - - -
  • @@ -447,7 +456,7 @@ - Environment Setup + Database

    @@ -460,12 +469,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/wCxCJB3hhojs.html b/docs/wCxCJB3hhojs.html new file mode 100644 index 000000000..1d02ef64e --- /dev/null +++ b/docs/wCxCJB3hhojs.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + attachments + + +
    +
    + + + + +

    attachments

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    attachmentIdTextNon-null Unique ID (e.g. qhC1vzU4nwSE)
    ownerIdTextNon-null The unique ID of a row in notes.
    roleTextNon-null The role of the attachment: image for images that are attached to a note.
    mimeTextNon-null The MIME type of the attachment (e.g. image/png)
    titleTextNon-null The title of the attachment.
    isProtectedIntegerNon-null01 if the entity is protected, 0 otherwise.
    positionIntegerNon-null0Not sure where the position is relevant for attachments (saw it with values of 10 and 0).
    blobIdTextNullablenullThe corresponding blobId from the blobs table.
    dateModifiedTextNon-null Localized modification date (e.g. 2023-11-08 18:43:44.204+0200)
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    utcDateScheduledForErasureTextNullablenull 
    isDeletedIntegerNon-null 1 if the entity is deleted, 0 otherwise.
    deleteIdTextNullablenull 
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/wxCwZ1P2SGCx.html b/docs/wxCwZ1P2SGCx.html new file mode 100644 index 000000000..455546f6f --- /dev/null +++ b/docs/wxCwZ1P2SGCx.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + attributes + + +
    +
    + + + + +

    attributes

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    attributeIdTextNon-null Unique Id of the attribute (e.g. qhC1vzU4nwSE), can also have a special unique ID for Special notes (e.g. _lbToday_liconClass).
    noteIdTextNon-null The ID of the note this atttribute belongs to
    typeTextNon-null The type of attribute (label or relation).
    nameTextNon-null The name/key of the attribute.
    valueTextNon-null""
    • For label attributes, a free-form value of the attribute.
    • For relation attributes, the ID of the note the relation is pointing to.
    positionIntegerNon-null0The position of the attribute compared to the other attributes. Some predefined attributes such as originalFileName have a value of 1000.
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    isDeletedIntegerNon-null 1 if the entity is deleted, 0 otherwise.
    deleteIdTextNullablenull 
    isInheritableIntegerNullable0 
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/xtBYDVZPb0gr.html b/docs/xtBYDVZPb0gr.html index 908ef69ce..ac41df32f 100644 --- a/docs/xtBYDVZPb0gr.html +++ b/docs/xtBYDVZPb0gr.html @@ -338,6 +338,20 @@ +
  • + +
  • + +

    + + + + i18n-ally + +

    + + +
  • @@ -417,11 +431,6 @@ - - - - -
  • @@ -430,7 +439,7 @@ - Environment Setup + Database

    @@ -443,12 +452,319 @@ - i18n-ally + attachments

    +
  • + +
  • + +

    + + + + attributes + +

    + + + +
  • + +
  • + +

    + + + + blobs + +

    + + + +
  • + +
  • + +

    + + + + branches + +

    + + + +
  • + +
  • + +

    + + + + entity_changes + +

    + + + +
  • + +
  • + +

    + + + + etapi_tokens + +

    + + + +
  • + +
  • + +

    + + + + notes + +

    + + + +
  • + +
  • + +

    + + + + options + +

    + + + +
  • + +
  • + +

    + + + + recent_notes + +

    + + + +
  • + +
  • + +

    + + + + revisions + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Protected entities + +

    + + + +
  • + +
  • + +

    + + + + Deleted notes + +

    + + + +
  • + +
  • + +

    + + + + Special notes + +

    + + + +
  • + +
  • + +

    + + + + Branch prefixes + +

    + + + +
  • + +
  • + +

    + + + + Revisions + +

    + + + +
  • + +
  • + +

    + + + + Backlinks + +

    + + + +
  • + +
  • + +

    + + + + Note types + +

    + + + +
  • + +
  • + +

    + + + + Safe mode + +

    + + + +
  • + + + + + + +
  • + +

    + + + + Scripting + +

    + + + diff --git a/docs/y2ido6E6tZ0V.html b/docs/y2ido6E6tZ0V.html new file mode 100644 index 000000000..293bdb444 --- /dev/null +++ b/docs/y2ido6E6tZ0V.html @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + etapi_tokens + + +
    +
    + + + + +

    etapi_tokens

    + + + + +
    +
    Column NameData TypeNullityDefault valueDescription
    etapiTokenIdTextNon-null A unique ID of the token (e.g. aHmLr5BywvfJ).
    nameTextNon-null The name of the token, as is set by the user.
    tokenHashTextNon-null The token itself.
    utcDateCreatedTextNon-null Creation date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    utcDateModifiedTextNon-null Modification date in UTC format (e.g. 2023-11-08 16:43:44.204Z)
    isDeletedIntegerNon-null01 if the entity is deleted, 0 otherwise.
    +
    + + + +
    + + + + + + +
    + + diff --git a/docs/zCDxk5VFdsqg.html b/docs/zCDxk5VFdsqg.html new file mode 100644 index 000000000..91edae0b1 --- /dev/null +++ b/docs/zCDxk5VFdsqg.html @@ -0,0 +1,827 @@ + + + + + + + + + + + + + + + + + + + + + + + Database + + +
    +
    + + + + +

    Database

    + + + + + + + + +
    + + + + + + +
    + +