Back to Notenik.app


The Notenik Knowledge Base

9. Files and Folders ↑

9.10 Existing Text Files

To better support users with existing collections of notes stored in text files, Notenik makes its best effort to recognize and appropriately handle the following alternate text file formats.

In all cases, the body of the Note will be treated as Markdown.

Notenik will generally be able to determine which of these variations is being used based on the contents of the first few lines of each text file.

Notenik will also attempt to respect these variations when modifying an existing Note, keeping each Note in its original format.

And when adding new Notes to a Collection, Notenik will attempt to use whatever format is already found in the folder.

Note that, beginning with Version 10.6.0, you may explicitly set/change a Collection’s preferred file format when you Tailor Collection Settings.

Plain Text

The first line of the file contains neither a Title label nor a Markdown level 1 heading. The title is taken from the file name (minus the extension) and the entire file contents make up the body. No metadata, no field labels, and no tags.

Markdown

The first line of the file contains a level 1 heading, and this is used as the Note’s title. The second line may optionally contain tags for the Note, identified by a hash mark in the first position of the line, immediately followed by tag(s), with no intervening spaces. The rest of the file makes up the Note’s body. No metadata, and no field labels.

MultiMarkdown

The MultiMarkdown format has a special syntax for metadata stored at the top of a Markdown document. Notenik will attempt to recognize and parse such a document according to this specification.

YAML Frontmatter

Metadata is present at the beginning of the document. A line with three dashes indicates the beginning of the metadata block, and appears on the first line of the file. The end of the metadata block is indicated by another line with three dashes, or a line with three dots. Between these delimiters metadata is expressed in a fashion very similar to the MultiMarkdown format, with the effective difference being that fields capable of possessing multiple values (tags, authors, etc.) have each of those values expressed on a separate line, with each value preceded by a dash.

Notenik

The Notenik format differs from those above in the following significant ways.


Contents


Next: Rules for Reading

Skip to: 10. Markdown