Mercurial > repos > saskia-hiltemann > ireport_dev
diff README.md @ 1:bda1cc8041bf draft
Markdown support added
author | saskia-hiltemann |
---|---|
date | Tue, 07 Oct 2014 08:47:45 -0400 |
parents | c73753f1606f |
children |
line wrap: on
line diff
--- a/README.md Mon Oct 06 08:13:54 2014 -0400 +++ b/README.md Tue Oct 07 08:47:45 2014 -0400 @@ -10,15 +10,21 @@ email: s.hiltemann@erasmusmc.nl +Installation Instructions +-------------------------- +This package uses (but does not install) Bash, Perl and Python. + +If Pandoc ((johnmacfarlane.net/pandoc/index.html)) is installed on your system PATH (command 'pandoc'), any MarkDown text items will be rendered using Pandoc (allows many markdown syntax extensions). +If Pandoc is not present, a simple markdown conversion script is used (only handles vanilla syntax). -Planned changes +TODOs --------------- - ~~option to download iReport webpage~~ -- more pluggable code to add content item types etc. -- markdown instead of plain text/html in text fields. -- multiple columns in table converted to weblinks. -- table colums link to archive files in history +- ~~markdown instead of plain text/html in text fields.~~ +- Support for large tables +- Multiple columns in table converted to weblinks. +- Table colums link to archive files in history - .. -- ..suggestions anyone? +- ..suggestions?