This page is for general comments, ideas, enhancement requests, bugs, etc. related to Literate Programming. Use the entry below as a format example with a @SIG@ at the end.

Other Ways to Provide Feedback

Other way to provide feedback include

-- OlegKobchenko 2007-03-19 08:08:29

Literate Fragment Syntax

It seems that literate parser grabs }}} anywhere in the code and treats it as end of literate block. Should it rather grab it only if there is nothing but }}} in that line (maybe with some whitespace)?

-- AndrewNikitin 2007-03-20 18:45:24

Currently, there is a bug that does not escape "<" as in <text in fragment code.

-- OlegKobchenko 2007-03-20 18:54:53

On the weave side of a matter. Currently a section reference generates a hyperlink to a place where it first defined. This should be retained for inline section references, but section name in the heading of literate block should generate hyperlink to a place where this section is first referenced in some other literate block. -- AndrewNikitin 2007-03-20 19:16:04

Comments

Maybe it should not insert NB. as a first line of a literate script. Or, at least should not insert it unless file extension is .ijs. -- AndrewNikitin 2007-03-20 20:10:02

Conditional Fragments

It is possible to generate multiple scripts with almost the same content, specifying for='script.ijs' parameter. On wiki page such tags are shown with a tooltip:    <a name="backlink.anchor"></a> <a href="#anchor"  title="for script.ijs" >«anchor»</a>

-- OlegKobchenko 2007-03-23 09:26:54

Literate/Comments (last edited 2008-12-08 10:45:39 by )