One thing I use for my Markdown files is front matter, i.e., a place to hold metadata or other side information about the main document. I noticed that if I create front matter in the Source Mode view, it becomes invisible in the Rich Text view.
Feature ideas:
Other resources:
Example of front matter, showing a title, date, and author.
---
title: My very important shopping list
date: 2000-10-31
author: Me
---
# Grocery List
- [ ] Bread
- [ ] Beans
- [ ] Greens
One thing I use for my Markdown files is front matter, i.e., a place to hold metadata or other side information about the main document. I noticed that if I create front matter in the Source Mode view, it becomes invisible in the Rich Text view.
Feature ideas:
Other resources:
Example of front matter, showing a title, date, and author.