Hi, with the latest insider release, we are directly encouraged to add aliases and tags to the front matter. Currently, my front matter for any new note looks like this:
---
aliases: []
categories: []
date: []
tags: []
title: []
---
I scrounged these options together but I couldn’t find a comprehensive documentation for what can go in the front matter.
Now I’m reading that users should actually not use the front matter directly: Include / show note links in yaml frontmatter (v0.8.5)
So I’m a little confused now. What’s the the current best practice? Can we use the front matter like I did above, or should we add some other meta information block? Thanks!