Fluster

Front Matter

Front Matter

Mdx incorporates the notion of front matter, a section of usually arbitrary yaml. Fluster defines a specific set of front matter fields that you can use to customize the way Fluster handles your notes.

FieldDescriptionType
titleThis is used inside of search results. If none is found, Fluster will attempt to derive one from your file's content.String?
summaryA brief summary of the note that is displayed among search results and utilized by Fluster's AI.String?
idAny unique string, so long as it doesn't have any white space that identifies this note. This can be used to link to this note using the [](noteId:xyz syntax.String?
tagsAdd tags to your front matter as well as inside of your note. How you apply them is up to you. You can use the FrontMatterTags component to show these tags inside of your note, but the navigation will work regardless of whether or not they are visible.[]String?
subjectSet subjects in your front matter as well as through smart filters.String?
topicSet topics in your front matter as well as through smart filters.String?

On this page