Skip to content

Frontmatter Syntax

RoBoT_095 edited this page Jun 9, 2025 · 1 revision

Introduction

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

Syntax

  • title tag 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.

  • description tag changes the preview text that appears on home screen for Grid and List layouts

  • background changes the color of the notes background on home screen, does not affect the editors background

  • color changes 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

Clone this wiki locally