mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix docs
This commit is contained in:
parent
435e042ae9
commit
afb6e860ea
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user