Notenik Knowledge Base

6.1 Note Files  ↑

6.1.1 Note File Format

The contents of each Notenik note file are formatted in a way that is easy to read and write, for both humans and computers, but is somewhat special, and unique to Notenik.

Each field in a note consists of the field’s label, followed by a colon and one or more spaces, followed by the field’s value.

In other words, something like this:

Title: This is a Sample Note

The Notenik approach to identifying fields within a Note is very similar to the Multimarkdown metadata syntax, and also similar to YAML.

Here are the general formattng rules for note files within Notenik:

Note that, when writing a note to disk, the Notenik default is to avoid writing lines without data. However, if you have fields for which you wish to see note lines with labels only, the default can be overridden by placing a @ character preceding the field type in the Collection Template File.


Next: 6.1.2 Note File Format Example