From ff2fd244155ee462ea07199507c7a2c21ce46013 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 7 Oct 2022 00:34:48 +0200 Subject: Add a wish list. --- mped.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/mped.xml b/mped.xml index fb8c4d0..d49f4b1 100644 --- a/mped.xml +++ b/mped.xml @@ -416,4 +416,41 @@ xsltproc apply-mped.xsl mped.xml | xmllint --format - + + Future works + + There is still a lot to do on this subject. + + + I want more languages supported out-of-the-box, for inserting + comment, for formatting. + + + I want to be able to evaluate code blocks. Evaluation results + would be XML, to be included in the document. Code blocks would + accept parameters as linkends, that would be bound to their + string content. + + + I want to have a tag similar to mped:copy, named mped:evaluate, + that inserts the result of the evaluation. + + + I want a stylesheet that removes empty lines after and before + each source code. Care is needed to ensure that if a program + listing contains mixed text nodes and other elements, everything + works correctly. + + + I want a stylesheet that runs on a whole document, perform + syntax highlighting, and add the colored syntax annotations. + + + I want to export the result to texinfo, and listings should be + called “listings”, not “figures”. + + + I want translations of this document. + + -- cgit v1.2.3