You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at using it to build Markdown documents based off JSON schemas.
I can create decent markdown documents easy enough using the handle bar templates and a few helpers but I can't find a nice way to do two things.
Change the output file name
Disable CSS creation.
Based on reading the code it looks like this isn't possible as both engines are created and configured in bootprint itself? Am I reading / not understanding correctly?
Cheers for any help in advance.
The text was updated successfully, but these errors were encountered:
I think there is no way to change these things. When I started with the project I thought about creating markdown as well, but with nested properties and complex schemas, the output quickly became very ugly. It was easier to just create HTML.
You could use customize and customize-engine-handlebars directly and register a mock engine instead of customize-engine-less.
Bootprint itself isn't very much code, it's just customize, customize-engine-handlebars, customize-engine-less and customize-write-files stitched together, unless you need a dev-mode...
Hi love the project!
I'm looking at using it to build Markdown documents based off JSON schemas.
I can create decent markdown documents easy enough using the handle bar templates and a few helpers but I can't find a nice way to do two things.
Based on reading the code it looks like this isn't possible as both engines are created and configured in bootprint itself? Am I reading / not understanding correctly?
Cheers for any help in advance.
The text was updated successfully, but these errors were encountered: