Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Add error handing for front matter formatting errors #37

@refactorsaurusrex

Description

@refactorsaurusrex

Summary

It's easy to make a formatting error to the yaml front matter that goes unnoticed until all journal commands start failing due to a parsing error. I recently encountered this problem because I had manually written a readme tag as a yaml array rather than as a scalar value.

To address this situation, all cmdlets should catch all entries that cannot be correctly parsed and display a list to the user. The list should include the file path of the entry, the error, and instructions to fix.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions