]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/automatic_use_of_syntax_plugin_on_source_code_files.mdwn
proof of concept implementation of static recentchanges
[ikiwiki.git] / doc / todo / automatic_use_of_syntax_plugin_on_source_code_files.mdwn
index 869d479c11e6332dcf6d7cc27490554d087c102c..c39261e828c834be78de3bb70fdcef1090164e01 100644 (file)
@@ -1,3 +1,10 @@
-[[Wishlist]]: optionally use the [[plugins/contrib/syntax]] plugin automatically on source code files in the repository with recognized extensions or shebangs, and render them as though they consisted of an [[.mdwn|markdown]] page containing nothing but a single call to the syntax plugin with the file contents as the text argument and the recognized type as the type argument.
+[[Wishlist]]: optionally use the [[plugins/contrib/syntax]] plugin
+automatically on source code files in the repository with recognized
+extensions or shebangs, and render them as though they consisted of an
+[[.mdwn|ikiwiki/markdown]] page containing nothing but a single call to the syntax
+plugin with the file contents as the text argument and the recognized type
+as the type argument.
 
-Together with the ability to have [[wiki-formatted_comments|wiki-formatted_comments_with_syntax_plugin]], this would allow the use of ikiwiki for [[wikipedia literate programming]].
+Together with the ability to have
+[[wiki-formatted_comments|wiki-formatted_comments_with_syntax_plugin]],
+this would allow the use of ikiwiki for [[wikipedia literate programming]].