]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/ymlfront/discussion.mdwn
03af5e634139c8b3d2cff2895043ebfb25592e98
[git.ikiwiki.info.git] / doc / plugins / contrib / ymlfront / discussion.mdwn
1 Now that I have implemented a \[[!ymlfront ...]] directive, I would like to remove support for the old "---" delimited format, because
3 * it is fragile (easily breakable)
4 * it is non-standard
6 Any objections?
8 > Well, I don't have much standing since I have been too lame to integrate
9 > ymlfront into ikiwiki yet. Buy, my opinion is, I liked the old
10 > format of putting the YAML literally at the front of the file. It
11 > seemed to allow parsing the file as YAML, using any arbitrary YAML
12 > processer. And it was nice how it avoided boilerplate. --[[Joey]] 
14 >> The old delimited format also has the advantage of being remarkably similar to the
15 >> [MultiMarkDown](http://fletcherpenney.net/multimarkdown/users_guide/multimarkdown_syntax_guide/)
16 >> way of including metadata in documents. The only difference is that MMD doesn't expect the
17 >> triple-dash separators, but I'm thinking about submitting a patch to MMD to actually support
18 >> that syntax. --GB