mirror of
https://github.com/zadam/trilium.git
synced 2024-12-26 09:12:08 +08:00
fix docs
This commit is contained in:
parent
435e042ae9
commit
afb6e860ea
3 changed files with 4 additions and 2 deletions
|
@ -1562,6 +1562,8 @@
|
|||
|
||||
<td class="default">
|
||||
|
||||
title
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
|
|
@ -427,7 +427,7 @@ function BackendScriptApi(currentNote, apiParams) {
|
|||
|
||||
/**
|
||||
* @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.
|
||||
* @property {boolean} [reverse=false]
|
||||
* @property {boolean} [foldersFirst=false]
|
||||
|
|
|
@ -399,7 +399,7 @@ function BackendScriptApi(currentNote, apiParams) {
|
|||
|
||||
/**
|
||||
* @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.
|
||||
* @property {boolean} [reverse=false]
|
||||
* @property {boolean} [foldersFirst=false]
|
||||
|
|
Loading…
Reference in a new issue