States and better MD config
Improvements
- More settings for
pattern.mustachecan be set inpattern.mdnow instead of having to rename file. #137- Can now set
hidden: trueinstead of renaming pattern with_prefix to hide from view all and menu - Can now set
noviewall: trueinstead of renaming pattern with-prefix to hide from view all but not menu
- Can now set
The previous release added the ability to have state: inprogress instead of [email protected]. 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
- If a pattern had a state, then that state was transferred to Patterns it was included in (i.e. in lineage). That no longer happens. #139 Resolves: