On Fri, 3 Aug 2012 14:02:38 +0200 Natacha Porté <[email protected]> wrote:
[...] > As I have said elsewhere, I'm not clever enough to imagine a solution > to introduce markdown into fossil's internal wiki. So I don't propose > it. I propose the extra embedded doc rendering, and the tools to > perform any markdown-to-html conversion. When someone comes up with a > way to deal with the internal wiki, they will have such tools. Ikiwiki allows to use several different markup engines for its pages (markdown is builtin, others can be installed in the form of plugins), and it allows the author to pick the markup engine for the page at the time the page is created (see the attached image). The type of markup syntax selected for the page is then codified in the extension of the file which is created by the wiki engine for that page. Supposedly, Fossil's wiki page editor could provide the same pick list the first time a page is created and then persist the chosen markup syntax with the page entry itself in an appropriate table. Is that possible? [...]
<<attachment: ikiwiki-page-editor-syntax-pick-dropdown-list.png>>
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

