/ittf/site/docs/geeky/t/mtrees/introduction.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'mTrees'5 };6 section( §)7 table-doc()8 tr( The ITTF Document finder, wizzi-repo, lib/repo/ittfDocumentFinder.js.ittf, lib/repo/ittfDocumentFinder.js )9 p This is where an ITTF Source Unit is searched in the Virtual File System,10 \b during an mTree loading.11 tr( The mTreeBrick class, wizzi-mtree, /lib/loader/mTreeBrick.js.ittf, /lib/loader/mTreeBrick.js )12 p An instance of this class represents an ITTF Source Unit loaded in memory,13 \b that can be composed passing parameters.14 tr( The mTree Loader, wizzi-mtree, lib/loader/index.js.ittf, lib/loader/index.js )15 p The mTree Loader orchestrates the loading of an ITTF Documento into an mTree.16 tr( An mTree Pre-processor, wizzi-web, lib/wizzi/models/html-mtree-preprocessor.g.js.ittf, lib/wizzi/models/html-mtree-preprocessor.g.js )17 p This is an example of an mTree Pre-processor implemented by the18 to-plugin( wizzi-web )19 + core plugin for the schema20 high-code( html )21 + . It is executed by the Wizzi Model Loader before loading the mTree into a Wizzi Model Instance.
/ittf/site/docs/geeky/t/section.html.ittf
1 $group2 $params §3 article4 . doc-title5 id ${sect.id}6 + ${sect.title}7 . doc-summary8 $hook
/ittf/site/docs/t/table-doc.html.ittf
1 $group2 $params kind|docs, title|@@null3 . table-${kind}4 table5 tbody6 $hook
/ittf/site/docs/geeky/t/tr.html.ittf
1 $group2 $params title, xpackage, ittf, generated|@@null3 tr4 td5 div ${title}6 td7 to-wizzi-ittf( ${xpackage}, ${ittf} )8 td9 to-wizzi-generated( ${xpackage}, ${generated} )10 tr11 td12 colspan 313 div14 $hook
/ittf/site/docs/t/to-plugin.html.ittf
1 $group2 $params name, kind|@@null3 $4 // var xname = kind != 'nospace' ? ' ' + name + ' ' : name5 $if kind != 'nospace'6 span ${} ${}7 code8 class highlight-code9 a ${name}10 href https://github.com/stfnbssl/wizzi.plugins/tree/main/packages/wizzi.plugin.${name}11 target _blank12 $if kind != 'nospace'13 span ${} ${}
/ittf/site/docs/t/high-code.html.ittf
1 $group2 $params text, kind|@@null3 $if kind != 'nospace'4 span ${} ${}5 code6 class highlight-code7 + ${text}8 $if kind != 'nospace'9 span ${} ${}
/ittf/site/docs/t/to-wizzi-ittf.html.ittf
1 $group2 $params xpackage, file|@@null3 a ittf4 href https://github.com/stfnbssl/wizzi/tree/master/packages/${xpackage}/.wizzi/ittf/${file}
/ittf/site/docs/t/to-wizzi-generated.html.ittf
1 $group2 $params xpackage, file|@@null3 a generated4 href https://github.com/stfnbssl/wizzi/blob/master/packages/${xpackage}/dist/${file}