-
-
Notifications
You must be signed in to change notification settings - Fork 4
Frontmatter Syntax
Frontmatter allows adding metadata to markdown files by adding 3 dashes (---) at the top of the file in between your metadata, currently supports title, description, color (for text), and background.
Example:
---
title: New Title
description: This will overwrite preview text
background: '#cbff90'
---
The text for notes goes here
-
titletag changes the name that shows up on home screen and in the top bar when inside the editor, it does not overwrite the actual file name in your folder. -
descriptiontag changes the preview text that appears on home screen for Grid and List layouts -
backgroundchanges the color of the notes background on home screen, does not affect the editors background -
colorchanges the color of the test and preview on home screen, this helps make any new background colors look nicer
Note: colors need to be in hex with single or double quotes to be parsed correctly