Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 660 Bytes

Front Matter.md

File metadata and controls

19 lines (14 loc) · 660 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 9
---
title: Front Matter
tags: 
author: @BrentRitchie
source: 
---

Front Matter

Front Matter is a list of key-value pairs that contain information about a document. It can be written in several languages; some of the more popular ones are:

  • YAML
  • TOML
  • JavaScript

The front matter in these documents is written in YAML. Many people do not like to use front matter in their note-taking systems because it "hides" data. Other people don't like it because it distracts from writing the intended note. Others are perfectly happy to have the front matter just sit there.

Markdown editors generally take one of three approaches when it comes to markdown.