Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-19 | Removed unnecessary line-break after hard break in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 | |
2013-08-18 | Stop plain text ** and __ becoming formatting in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 | |
2013-08-18 | Stop plain text // becoming an italic marker in dokuwiki writer (#386) | claremacrae | 1 | -3/+2 | |
When the original document had text containing //, this was previously included, unchanged, in the dokuwiki output, and this interacted badly with later, intended, formating text. | |||||
2013-08-18 | Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386) | claremacrae | 1 | -1/+10 | |
Done because I noticed that in the Autolinks section of writer.dokuwiki, the URL in inlined code was getting auto-linked, when it wasn't supposed to. This also meant that any inline code examples that had text that looked like dokuwiki syntax could break the formatting of later text. | |||||
2013-08-17 | Nasty hack to stop C comments in inline code becoming italics in dokuwiki ↵ | claremacrae | 1 | -1/+6 | |
writer (#386) | |||||
2013-08-17 | Fixed inlined code in dokuwiki writer (#386) | claremacrae | 1 | -6/+1 | |
2013-08-17 | Don't add entities in <code> blocks in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 | |
2013-08-17 | Implement <code> blocks in dokuwiki writer (#386) | claremacrae | 1 | -2/+1 | |
2013-08-17 | Implement table headings in dokuwiki writer (#386) | claremacrae | 1 | -2/+19 | |
2013-08-11 | Initial implementation of tables in dokuwiki writer (#386) | claremacrae | 1 | -22/+17 | |
Todo: alignment, and headings | |||||
2013-08-06 | Implement strikeout in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 | |
2013-07-28 | Implement footnotes in dokuwiki writer (#386) | claremacrae | 1 | -3/+3 | |
2013-07-28 | Removed incorrect entity conversion in dokuwiki writer (#386) | claremacrae | 1 | -4/+3 | |
2013-07-28 | Implemented linebreaks in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 | |
2013-07-26 | Added another todo - dokuwiki writer (#386) | claremacrae | 1 | -0/+1 | |
2013-07-26 | Added some todos to dokuwiki writer (#386) | Clare Macrae | 1 | -0/+15 | |
2013-07-26 | Convert bullet and numbered lists in dokuwiki writer (#386) | Clare Macrae | 1 | -6/+25 | |
2013-07-15 | Implement conversion of images in dokuwiki writer (#386) | Clare Macrae | 1 | -4/+5 | |
2013-07-15 | Weak implementation of hyperlinks for dokuwiki (#386) | Clare Macrae | 1 | -1/+1 | |
TODO Simplify the code | |||||
2013-07-14 | Implemented horizontal rule for dokuwiki (#386) | Clare Macrae | 1 | -1/+1 | |
2013-07-14 | Implemented Emphasis (italic) and Strong (bold) for dokuwiki (#386) | Clare Macrae | 1 | -2/+2 | |
2013-07-14 | Implemented correct output of dokuwiki (#386) | Clare Macrae | 1 | -1/+1 | |
2013-07-14 | Initial work to create dokuwiki writer (#386) | Clare Macrae | 1 | -0/+407 | |
In this first version, all dokuwiki files are straight copies of the media wiki counterparts. |