/ittf/site/docs/concepts/t/wizziplugins/default.html.ittf (primary)
1 $group2 $3 var sect = {4 title: 'Default plugins',5 id: 'defaultplugins'6 };7 section( §)8 p Default plugins are starter plugins to help the creation of the firsts domain specific generations.9 h4 Currently available default plugins10 ul11 li12 to-plugin( wizzi-js )13 li14 to-plugin( wizzi-web )15 li16 to-plugin( wizzi-lab )17 p The `wizzi-js` and `wizzi-web` plugin at the moment are integrated in the Wizzi 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 ${} ${}