From v11.7.0, the Command Bar offers a number of 'slash commands', that use a slash prefix. The scope of any implicit search is always limited to the current document:
- Current tab's view pane selection based:
-
/do $Color="red"will perform an action on each selected note -
/eval $Pathwill evaluate the action code expression for the first selected note (if more than one).
-
- Global:
-
/find [searchString]will display any sources that matchsearchString, using a fuzzy match algorithm.
-
- Current document:
-
/query [expression]will display any notes that satisfy a Tinderbox query.
-
See also—notes linking to here: