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
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
weird errors happen where on the one hand it's too permissive and if i forget a colon in the frontmatter it carries on like nothing happened (?) but then tags require the list format []... maybe i need a --strict to make it error out on parse failure and i'm just handling it and NOT seeing the error. There maybe should just be a verbosity flag so only actual errors get displayed when writing out and not the handling status of every file
weird errors happen where on the one hand it's too permissive and if i forget a colon in the frontmatter it carries on like nothing happened (?) but then tags require the list format []... maybe i need a
--strictto make it error out on parse failure and i'm just handling it and NOT seeing the error. There maybe should just be a verbosity flag so only actual errors get displayed when writing out and not the handling status of every file