dullage / flatnotes

A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
MIT License
1.1k stars 66 forks source link

Front matter support #200

Open gglanzani opened 2 weeks ago

gglanzani commented 2 weeks ago

I was wondering if front matter support (via yaml, f.e.) will be available in the future.

It would allow extra metadata such as date

---
title: Remote Working Policy
author: Giovanni Lanzani
date: 2024.06.14
---
dullage commented 2 weeks ago

This isn't something that I have any plans for, but wouldn't be against it if there were sufficient demand.