summaryrefslogtreecommitdiffstats
path: root/tdemarkdown
Commit message (Collapse)AuthorAgeFilesLines
* TDEMarkdown: Use the file name as the document title.Slávek Banko2022-04-212-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ab35068aaddf7570706a1dc8538a0775e3c81790)
* TDEMarkdown: Add basic actions in menu bar and toolbar.Slávek Banko2022-04-211-2/+16
| | | | | | | Remove unwanted duplicate status bar. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 819611b11b6f19742a6204c92b3f059c431071bb)
* TDEMarkdown: Ensure that the loaded file content and generated HTMLSlávek Banko2022-04-201-0/+10
| | | | | | | are terminated by zero terminator to avoid reading overflow. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0b365bf245fd3b17dfd16d1828fcdbaf0820d947)
* TDEMarkdown: Fixed XML-GUI file path.Mavridis Philippe2022-04-201-1/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit d8ddbb090a47aa254fa6422a062ca89ba0d4c37e)
* Add tdemarkdown part - embeddable lightweight markdown viewing component.Mavridis Philippe2022-04-1854-0/+29997
TDEMarkdown is based on the md4c library and using TDEHTML for rendering its output. For enhanced safety, on HTML widget is turned off everything we don't need for viewing. It integrates nicely into Konqueror and supports both Commonmark and GitHub markdown syntaxes. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> Prepare to merge tdemarkdown into tdelibs. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 95279fbf6dfeb43d80590740a9259d7caa614177)