- Table Alignment - Not sure if table markup will initially support left/centered/right alignment markup (e.g., : - | : - : | - : )?
- Preformatted Text - <pre> and </pre> to mark areas as preformatted text (as it stands now, I have to use '{{{ <pre>' and then '</pre> }}}' to mark preformatted text in a way which escapes it for both. The relatively minor downside is that vim converts it in a way which displays the <pre> and </pre> markers and trunk notes converts it in a way which displays the {{{ and }}} markers.
- Table of Contents - {{toc}}
- Embedded file content - {{image File:filename.png}}
Perhaps there are other ways of achieving these which are already compatible--if so I'd like to know. As it stands now, I'm mainly using vimwiki as an input editor for trunknotes so I'm favoring the trunk notes markup since my main viewing is done through trunk notes. So vimwiki's utility in relation to trunk notes is with input, moving between pages, renaming pages, etc. However, vimwiki is also generating output (HTML) of its own and it would be great to have that understand more markdown elements and render it closer to how trunk notes does.
