Skip to content

Federated Wiki plugin for tangling code chunks a la Literate Programming

Notifications You must be signed in to change notification settings

espinielli/wiki-plugin-tangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Federated Wiki - Tangle Plugin

The Tangle plugin provides the possibility to specify code chunks ala Tangle Programming in a Federated wiki page.

The Tangle plugin will allow to extract the code from Tangle wiki pages.

See About Tangle Plugin for how-to documentation about this plugin.

See About Plugins for general information about plugins.

Development

When tests will be written, most of the plugin machinery can be tested in node.js at build time.

grunt build

to compile coffeescript and run non-ui tests.

grunt watch

to build on updates to plugin or tests.

To Do's

  • parse NAME and LANG as in reduce plugin instead of requiring them in JSON format in first line of chunk
  • experiment with using Prism.js, or SyntaxHighlighter
  • keep styling in separate .css
  • augment chunk title/name with a list of urls to the different parts, i.e. if current chunk is 3, then 1, 2 and 4 are links 1, 2, 3, 4

About

Federated Wiki plugin for tangling code chunks a la Literate Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published