mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
API docs
This commit is contained in:
@@ -423,7 +423,7 @@ available in the JS backend notes. You can use e.g. <code>api.log(api.startNote.
|
||||
|
||||
|
||||
|
||||
<td class="description last">where script is currently executing. Don't mix this up with concept of active note</td>
|
||||
<td class="description last">where the script is currently executing. Don't mix this up with the concept of active note</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -643,7 +643,7 @@ available in the JS backend notes. You can use e.g. <code>api.log(api.startNote.
|
||||
|
||||
|
||||
|
||||
<td class="description last">whose event triggered this executions</td>
|
||||
<td class="description last">whose event triggered this execution</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -863,7 +863,7 @@ available in the JS backend notes. You can use e.g. <code>api.log(api.startNote.
|
||||
|
||||
|
||||
|
||||
<td class="description last">where script started executing</td>
|
||||
<td class="description last">where the script started executing</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -1623,7 +1623,7 @@ JSON MIME type. See also createNewNote() for more options.
|
||||
<td class="type">
|
||||
|
||||
|
||||
<span class="param-type">integer</span>
|
||||
<span class="param-type">int</span>
|
||||
|
||||
|
||||
|
||||
@@ -3360,7 +3360,7 @@ JSON MIME type. See also createNewNote() for more options.
|
||||
|
||||
|
||||
|
||||
<td class="description last">if branch will be created between note and parent note, set this prefix</td>
|
||||
<td class="description last">if branch is created between note and parent note, set this prefix</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -6272,7 +6272,7 @@ if some action needs to happen on only one specific instance.
|
||||
<td class="type">
|
||||
|
||||
|
||||
<span class="param-type">integer</span>
|
||||
<span class="param-type">int</span>
|
||||
|
||||
|
||||
|
||||
@@ -7463,7 +7463,7 @@ This method looks similar to toggleNoteInParent() but differs because we're look
|
||||
|
||||
|
||||
|
||||
<td class="description last">if branch will be created between note and parent note, set this prefix</td>
|
||||
<td class="description last">if branch is created between note and parent note, set this prefix</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user