I finally got around to releasing a slightly tweaked version of the markdown-export plugin.
- Render all custom fields as YAML properties in the front matter
- Fix bug where tags were rendered in the YAML front matter as
tags: ['TestData,Tag2,Another Tag']
instead oftags: ['TestData', 'Tag2', 'Another Tag']
- Fix miscellaneous problems with rendering of nested lists
- Render FontAwesome icons as � instead of nothing
The first two items were brought to my attention by @digitalap3, and number three has been annoying me ever since the first release.
You can install the new version from here: cdaven's TiddlyWiki Demo