|
|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Right click in the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/Note%20Tree.html">Note Tree</a> and
|
|
|
|
|
select <em>Advanced </em>→ <em>Apply bulk actions</em>.</li>
|
|
|
|
|
select <em>Advanced</em> → <em>Apply bulk actions</em>.</li>
|
|
|
|
|
<li>By default, only the selected notes will be affected. To also include
|
|
|
|
|
all the descendants of the notes, check <em>Include descendants of the selected notes</em>.
|
|
|
|
|
The number of affected notes at the top of the dialog will update to reflect
|
|
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
<a
|
|
|
|
|
class="reference-link" href="../Scripting/Script%20API/Frontend%20API/FNote.html">FNote</a>, for example:
|
|
|
|
|
<ul>
|
|
|
|
|
<li><code>NEW: ${note.title}</code> will prefix all notes with <code>NEW: </code>.</li>
|
|
|
|
|
<li><code>NEW: ${note.title}</code> will prefix all notes with <code>NEW:</code> .</li>
|
|
|
|
|
<li><code>${note.dateCreatedObj.format('MM-DD:')}: ${note.title}</code> will
|
|
|
|
|
prefix the note titles with each note's creation date (in month-day format).</li>
|
|
|
|
|
</ul>
|