-
Notifications
You must be signed in to change notification settings - Fork 123
Conversation
Looking for feedback on this. Check out the branch and poke around. |
I took it for quick spinn this morning and must say it was smooth. Will play some more with this branch during the coming week. Keep up the good work Luke! |
Conflicts: src/toolkit/views/partials/menu.html src/views/layouts/includes/f-icons.html tasks/collate.js
material variations can be grouped in subdirs; update item listing UI to accomodated item groupings
Added support for grouping materials (components/structures/whatever). For instance, if you have:
"Buttons" will appear in the sidebar menu, but "primary" and "secondary" will not. When you navigate to the Components listing page, the "primary" and "secondary" button variations are grouped under the "Buttons" heading. You can access the partial using dot notation |
Added support for user-defined helpers. Defined as key:val pairs in the
{{#markdown}}
# Heading
> this is markdown
foo bar baz
{{/markdown}} |
The PR is a total rewrite of the templating engine inside of Fabricator.
.md
fileMore detail can be found here: https://github.com/fbrctr/fabricator-assemble. These docs will be migrated into the main project once the PR is merged.
#100 #81 #69