4 Files and Folders ↑

4.9 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 variations on the normal Notenik format.

  1. Markdown - The first line of the file contains a Markdown level 1 heading, which is to be used as the Note's title. The remainder of the file makes up the body. No metadata, and no field labels.

  2. MultiMarkdown - The file may start with metadata, including a title, but there is no explicit label identifying the start of the body; instead, the first blank line indicates the end of the metadata and the start of the body.

  3. Plain Text - The title is taken from the file name, and the entire contents of the file makes up the body. No metadata, and no field labels.

Note that these three formats differ from the normal Notenik format in one or more of the following ways:

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

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


Contents


Next: Rules for Reading