Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the template has some YAML fields that are not used by note-from-template, it could be that they are being removed from the final output
The text was updated successfully, but these errors were encountered:
TEMPLATE for a Book Review
--- Status: Done tags: source/book, {{tags}} aliases: "{{aliases}}" fileClass: Book cssClass: template-input: title template-output: RESOURCES/SOURCES/BOOKS template-should-create: "open-pane" template-name: "Book" template-should-replace: "sometimes" --- Book Title: **{{title}}** ## Notes {{initial-notes}} ## Meta Data Author:: {{Author}} Genre:: {{Genre}} Date-Read:: {{Date-Read}} Rating:: {{Star-Rating}} Links::
CREATES THIS FILE IF NONE OF THE FIELDS ARE POPULATED; BY WAY OF EXAMPLE
--- Status: Done tags: source/book, aliases: fileClass: Book --- Book Title: **MyBook** ## Notes ## Meta Data Author:: Genre:: Date-Read:: Rating:: Links::
NOTICE THAT cssClass is missing in the YAML
Sorry, something went wrong.
That's very helpful, thanks! I'd guess that my YAML library is discarding empty tags, so that's a good place to start. If it is, then I'm not sure how much I can do about.
Successfully merging a pull request may close this issue.
If the template has some YAML fields that are not used by note-from-template, it could be that they are being removed from the final output
The text was updated successfully, but these errors were encountered: