Hi!
I think TiddlyWiki fits perfectly for literate programming. The only thing
I miss (except tangling sources for passing to the compiler, but it is easy
implemented as an external tool) is an ability to support wikilinks in
codeblocks. I mean that stuff like that:
```
function parentChunk() {
console.log("let's include another chunk below");
// [[Included chunk name]]
}
```
to be rendered as
function parentChunk() {
console.log("let's include another chunk below");
// Included chunk name </> <---- link to the tiddler! <a> tags are
allowed inside <pre> and <code> ones AFAIK
}
Is it possible to shadow codeblock macro to add support for that? How to do
that?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/4b8aaa19-0640-4f46-9101-9a755496bbae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.