Back to Notenik Docs


Notenik Knowledge Base

5.8 Fields for Organizing ↑

5.8.2 Mark

The word mark can be used as both a label and a type.

A Collection is not expected to have more than one field of type mark.

A mark type will produce a field that can have a value of true or false, and that will be represented as a checkbox when editing.

When a note has a Mark field, and it is set to true, then we can say that the note has been marked.

Table of Contents
Interpretation of Values

If a Mark field is edited using an external text editor, or some other app, then text values will be interpreted in the following way.

Special Marked Signifiers

Marked notes will have a special designator shown on the List, Tags and Outline tabs.

On the List tab, the designator will be shown in a separate column, with a heading of ‘Mk’.

On the Tags and Outline tabs, the designator will be shown as a suffix appearing at the end of a note’s title.

The default designator will be a black flag.

The default can be changed via a configuration setting on the Mark field definition line in the collection template file.

A string of 3 characters or less will be used as-is.

A string of 4 characters or more will be interpreted as a Unicode number.

For example, the following template line could be used to identify a flag character as the marked designator.

Mark: <mark: 2691>

Here is a brief list of other possibilities.

⚑ BLACK FLAG 2691

⛳︎ FLAG IN HOLE 26F3

★ BLACK STAR 2605

✻ TEARDROP-SPOKED ASTERISK 273B

☛ BLACK RIGHT POINTING INDEX 261B

➼ WEDGE-TAILED RIGHTWARDS ARROW 27BC

● BLACK CIRCLE 25CF

◼︎ BLACK MEDIUM SQUARE 25FC

✓ CHECK MARK 2713

Marking and Unmarking

The Mark field can be updated on the Edit tab by checking or unchecking a check box.

However the Mark field can also be toggled from the List tab, the Tags tab, or the Outline tab, using a contextual menu item that can be invoked by right-clicking on a selected row.

Using this contextual menu item has several advantages:

Filtering

The Collection -> Filter submenu provides three options for a collection containing a Mark field.

  1. Show All
  2. Show Marked Only
  3. Show Unmarked Only

The second and third options can be used to filter all of the collection views (List, Tags and, optionally, Outline) so that they show only the selected subset of the entire collection.

Note that the filtering option selected is not very “sticky.” It will be reset to show all whenever the collection is reloaded for any reason.


Next: 5.9 Fields to Modify a Note's Display