NAME
App::Embra::Plugin::DetectYamlFrontMatter - detect YAML front matter & save as notes
VERSION
version 0.001
DESCRIPTION
This plugin will check each gathered file for YAML front-matter. Any keys & values found will be added to the file's notes.
Files must start with YAML front-matter for it to be detected. The format is:
---
key: value
key2: value2
---
<< rest of file … >>
AUTHOR
Daniel Holz <dgholz@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Daniel Holz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.