Contents
Preview docx files using Pandoc
Description
This is a preview plugin that uses Pandoc to convert files from one markup format into another. Pandoc itself is GPL licensed.
Currently, it can render docx files in preview mode in the repository browser.
Bugs/Feature Requests
Existing bugs and feature requests for PandocPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out PandocPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Configuration
Add application/vnd.openxmlformats-officedocument.wordprocessingml.document:docx
to mime_map
in your trac.ini
file:
[mimeviewer] mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb, application/vnd.openxmlformats-officedocument.wordprocessingml.document:docx
You should also install Pandoc. See Installing pandoc section of pypandoc documentation.
Recent Changes