README.md in vimwiki_markdown-0.2.5 vs README.md in vimwiki_markdown-0.2.6
- old
+ new
@@ -57,9 +57,20 @@
You can also have a `%root_html%` marker in your template file, thanks
to [this commit](https://github.com/patrickdavey/vimwiki_markdown/commit/8645883b96df9962aba616d0d12961285cd3f4d7).
It will get rewritten with the relative path to the root
of the site (e.g. `./` or `../../` etc)
+#### Using Custom Template Tag
+
+Including a line with `%template <template name>` in any of your Vimwiki pages will will force the generator to use `<template name>.tpl` rather than `default.tpl` for that page.
+
+`<template name>` cannot contain any spaces
+
+#### Using Custom Title Tag
+
+Including a line with `%title <title name>` in any of your Vimwiki pages will force the generator to replace `%title%` in your template file with `<title name>` rather than the name of the file itself.
+*You can have spaces in your titles now!*
+
## Contributing
Pull requests are very welcome, especially if you want to implement some of the
more interesting vimwiki links (e.g. :local etc.)