Starter Lab Productions Play
Project Docs Github
Log in
ittf site docs geeky t mtrees introduction.html.ittf Edit
  • /ittf/site/docs/geeky/t/mtrees/introduction.html.ittf
  • /ittf/site/docs/geeky/t/section.html.ittf
  • /ittf/site/docs/t/table-doc.html.ittf
  • /ittf/site/docs/geeky/t/tr.html.ittf
  • /ittf/site/docs/t/to-plugin.html.ittf
  • /ittf/site/docs/t/high-code.html.ittf
  • /ittf/site/docs/t/to-wizzi-ittf.html.ittf
  • /ittf/site/docs/t/to-wizzi-generated.html.ittf

/ittf/site/docs/geeky/t/mtrees/introduction.html.ittf (primary)

edit
                                            
1 $group
2 $
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 the
18 to-plugin( wizzi-web )
19 + core plugin for the schema
20 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

edit
                                            
1 $group
2 $params §
3 article
4 . doc-title
5 id ${sect.id}
6 + ${sect.title}
7 . doc-summary
8 $hook

/ittf/site/docs/t/table-doc.html.ittf

edit
                                            
1 $group
2 $params kind|docs, title|@@null
3 . table-${kind}
4 table
5 tbody
6 $hook

/ittf/site/docs/geeky/t/tr.html.ittf

edit
                                            
1 $group
2 $params title, xpackage, ittf, generated|@@null
3 tr
4 td
5 div ${title}
6 td
7 to-wizzi-ittf( ${xpackage}, ${ittf} )
8 td
9 to-wizzi-generated( ${xpackage}, ${generated} )
10 tr
11 td
12 colspan 3
13 div
14 $hook

/ittf/site/docs/t/to-plugin.html.ittf

edit
                                            
1 $group
2 $params name, kind|@@null
3 $
4 // var xname = kind != 'nospace' ? ' ' + name + ' ' : name
5 $if kind != 'nospace'
6 span ${} ${}
7 code
8 class highlight-code
9 a ${name}
10 href https://github.com/stfnbssl/wizzi.plugins/tree/main/packages/wizzi.plugin.${name}
11 target _blank
12 $if kind != 'nospace'
13 span ${} ${}

/ittf/site/docs/t/high-code.html.ittf

edit
                                            
1 $group
2 $params text, kind|@@null
3 $if kind != 'nospace'
4 span ${} ${}
5 code
6 class highlight-code
7 + ${text}
8 $if kind != 'nospace'
9 span ${} ${}

/ittf/site/docs/t/to-wizzi-ittf.html.ittf

edit
                                            
1 $group
2 $params xpackage, file|@@null
3 a ittf
4 href https://github.com/stfnbssl/wizzi/tree/master/packages/${xpackage}/.wizzi/ittf/${file}

/ittf/site/docs/t/to-wizzi-generated.html.ittf

edit
                                            
1 $group
2 $params xpackage, file|@@null
3 a generated
4 href https://github.com/stfnbssl/wizzi/blob/master/packages/${xpackage}/dist/${file}
Save
Save & Refresh
Cancel