mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
[DOC] createNewNote(): Add missing render
type (#740)
This commit is contained in:
parent
0e2f8b5734
commit
4688cda493
@ -78,7 +78,7 @@ async function copyChildAttributes(parentNote, childNote) {
|
|||||||
* - {string} parentNoteId
|
* - {string} parentNoteId
|
||||||
* - {string} title
|
* - {string} title
|
||||||
* - {*} content
|
* - {*} content
|
||||||
* - {string} type - text, code, file, image, search, book, relation-map
|
* - {string} type - text, code, file, image, search, book, relation-map, render
|
||||||
*
|
*
|
||||||
* Following are optional (have defaults)
|
* Following are optional (have defaults)
|
||||||
* - {string} mime - value is derived from default mimes for type
|
* - {string} mime - value is derived from default mimes for type
|
||||||
@ -543,4 +543,4 @@ module.exports = {
|
|||||||
protectNoteRecursively,
|
protectNoteRecursively,
|
||||||
scanForLinks,
|
scanForLinks,
|
||||||
duplicateNote
|
duplicateNote
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user