wkallhof / Hazel

Fast, simple, markdown powered wiki knowledge base for Node.js
http://hazel.wmk.io
GNU General Public License v3.0
118 stars 28 forks source link

META info syntax question/suggestion #19

Open kevinkleine opened 6 years ago

kevinkleine commented 6 years ago

Would it be possible to put the META information in a markdown-invisible expression? For instance

[META]: # ({"title":"Home","tags":["overview"],"createDate":1512133049820,"updateDate":1512133049820})

instead of the HTML comment block Hazel uses now, which is visible in standard md viewers:

<!--META {"title":"Home","tags":["overview"],"createDate":1512133049820,"updateDate":1512133049820} -->

More info: https://stackoverflow.com/questions/4823468/comments-in-markdown

Thank you for this piece of software, it is very useful to me!