/ittf/site/docs/concepts/t/wizziplugins/core.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Core plugins',5 id: 'coreplugins'6 };7 section( §)8 p The Wizzi Factory is a content agnostic data processor and is not aimed at any particular domain.9 \b The plugins are domain specific and content aware. The plugins do the real work.10 p Anyhow the Wizzi Factory has one core plugin, the `11 to-plugin( wizzi-core )12 span ` plugin, that is integrated in its API.
/ittf/site/docs/concepts/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/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 ${} ${}