Skip to content
New issue

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

bug on build stage for obsidian template file #602

Closed
lgf4591 opened this issue Nov 23, 2023 · 1 comment
Closed

bug on build stage for obsidian template file #602

lgf4591 opened this issue Nov 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lgf4591
Copy link

lgf4591 commented Nov 23, 2023

Bug Info:


ERROR

Failed to process content/Templates/daily-note.md: bad indentation of a mapping entry (4:21)

1 |
2 | author: lgf
3 | title: {{title}}
4 | aliases: {{date:WW}}_{{date:YYYY-MM-DD}} daily note
-------------------------^
5 | tags: daily, calendar/{{date:YYYY}}/Q{{date:Q}}/{{da ...
6 | links: url

1 |
2 | author: lgf
3 | title: {{title}}
4 | aliases: {{date:WW}}_{{date:YYYY-MM-DD}} daily note
-------------------------^
5 | tags: daily, calendar/{{date:YYYY}}/Q{{date:Q}}/{{da ...
6 | links: url
at Object.yaml [as parse] (../plugins/transformers/frontmatter.ts:30:35)
Error: Process completed with exit code 1.

Attachment:

daily-note.md

@lgf4591 lgf4591 added the bug Something isn't working label Nov 23, 2023
@jackyzha0
Copy link
Owner

This is not a bug,you need to filter out your templates because the template syntax is not valid YAML. Check the documentation on how to ignore folders (add it to the ignorePatterns entry in quartz.config.ts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants