nhoss2 / nodewiki

A simple wiki system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandoc support

anderflash opened this issue · comments

Could nodewiki provide support to use pandoc parser? I think another useful resource to see is MarkX. Joining Pandoc support like in MarkX and Wiki System like nodewiki would become a great app. What about ShareLatex as another inspiration? I think this Wiki System with Equations Support (MathJax for example), Image Support, SVG Support, even the Reveal.js support (for wiki pages in slide-style) will be a state-of-art wiki system. Oh, don't forget the search module and Human-Computer Interaction (HCI) practices, like drag and drop files to folders, automatic filtering of files based on content...
After this, I think collaboration modules would be great, like chat, integration with git/mercurial/svn on frontend...

I organized the features as below:

  • Pandoc parser
  • Automatic preview of page while editing
  • MathJax support
  • Media management (Image, SVG...)
  • Page in Slides Presentation style (Reveal js, pandoc already has this support, you need just to copy the js, like you did on jquery). I think an Iframe embedding the presentation would be nice to show it.
  • Filtering support
  • Collaboration support (Git/Mercurial/SVN Frontends, Chat)