2014-06-05 12:51 GMT-03:00 Patrik Nilsson <[email protected]>:
> Does anybody know if it is possible to embed hidden config into a > zim-txt-document? Then we don't need an external file for this. > I believe that every line at the beginning of a Zim document, before any blank line, that follows the pattern Header: Value ... is treated as a header, and it's not shown in the document. I've just tried this, adding a dummy "X-Dummy" hedaer, like this in one of my documents: """ Content-Type: text/x-zim-wiki Wiki-Format: zim 0.4 Creation-Date: 2012-03-01T18:33:59-03:00 X-Dummy: Hello, world! ====== Home ====== Created Thursday 01 March 2012 """ The first 3 lines are the standard headers, then comes a dummy header of my own, X-Dummy, then a blank line, and then the actual content of the Zim document. But I don't know if there's some API in the code to access any extended headers you might add. -- Mariano
_______________________________________________ Mailing list: https://launchpad.net/~zim-wiki Post to : [email protected] Unsubscribe : https://launchpad.net/~zim-wiki More help : https://help.launchpad.net/ListHelp

