mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix docs
This commit is contained in:
@@ -1562,6 +1562,8 @@
|
|||||||
|
|
||||||
<td class="default">
|
<td class="default">
|
||||||
|
|
||||||
|
title
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -427,7 +427,7 @@ function BackendScriptApi(currentNote, apiParams) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} SortConfig
|
* @typedef {Object} SortConfig
|
||||||
* @property {string} [sortBy] - 'title', 'dateCreated', 'dateModified' or a label name
|
* @property {string} [sortBy=title] - 'title', 'dateCreated', 'dateModified' or a label name
|
||||||
* see https://github.com/zadam/trilium/wiki/Sorting for details.
|
* see https://github.com/zadam/trilium/wiki/Sorting for details.
|
||||||
* @property {boolean} [reverse=false]
|
* @property {boolean} [reverse=false]
|
||||||
* @property {boolean} [foldersFirst=false]
|
* @property {boolean} [foldersFirst=false]
|
||||||
|
|||||||
@@ -399,7 +399,7 @@ function BackendScriptApi(currentNote, apiParams) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} SortConfig
|
* @typedef {Object} SortConfig
|
||||||
* @property {string} [sortBy] - 'title', 'dateCreated', 'dateModified' or a label name
|
* @property {string} [sortBy=title] - 'title', 'dateCreated', 'dateModified' or a label name
|
||||||
* see https://github.com/zadam/trilium/wiki/Sorting for details.
|
* see https://github.com/zadam/trilium/wiki/Sorting for details.
|
||||||
* @property {boolean} [reverse=false]
|
* @property {boolean} [reverse=false]
|
||||||
* @property {boolean} [foldersFirst=false]
|
* @property {boolean} [foldersFirst=false]
|
||||||
|
|||||||
Reference in New Issue
Block a user