Skip to content

States and better MD config

Compare
Choose a tag to compare
@EvanLovely EvanLovely released this 12 Oct 23:16
· 9 commits to master since this release

Improvements

  • More settings for pattern.mustache can be set in pattern.md now instead of having to rename file. #137
    • Can now set hidden: true instead of renaming pattern with _ prefix to hide from view all and menu
    • Can now set noviewall: true instead of renaming pattern with - prefix to hide from view all but not menu

The previous release added the ability to have state: inprogress instead of pattern@state.mustache. Along with the ability to rename Pattern title via title: My cool pattern, those 4 of these let you control meta data without having to rename the file. I hope that makes it easier for everyone to use! So here's everything you can do in pattern.md now:

---
title: My cool pattern
state: inprogress
hidden: true
noviewall: true
---

Markdown *docs* go here.

Bug fixes