Back to Notenik Docs


Notenik Knowledge Base

5.6 Fields for Sequencing and Outlining ↑

5.6.5 Long Title

The word long-title can be used as both a label and a type.

A Collection is not expected to have more than one field of type long-title.

A long-title field is meant to complement the standard Title field.

A long-title field can be useful for collections for which the standard title will be sufficient for lists of notes, but for which longer titles are desired to appear at the top of each display, when using the Streamlined Reading display mode.

When a long title is used within an HTML document or fragment, Notenik will apply Markdown parsing to the field. This is primarily useful in applying styling within a Long Title field.

Styling

Long titles may contain some limited span elements, in order to apply some limited styling. The following elements are supported within thelong-title field.

Styling Markdown allowed HTML allowed
emphasis (appears as italics) *words* or _words_ <em>words</em>
cite (appears as italics) n/a <cite>Title</cite>
strong (appears as bold) **words** or __words__ <strong>words</strong>
code `code` not supported

Sensible support for these elements requires several interesting considerations.

  1. When presented in web form, as on the Display tab, any embedded Markdown must be converted to HTML ;
  2. HTML must be preserved when the field appears in a web context;
  3. Original formatting codes (Markdown and/or HTML) must be preserved in the raw field value.

Next: 5.7 Task-Related Fields