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