Project Docs Github
Log in
ittf site docs concepts t wizziplugins default.html.ittf Edit
  • /ittf/site/docs/concepts/t/wizziplugins/default.html.ittf
  • /ittf/site/docs/concepts/t/section.html.ittf
  • /ittf/site/docs/t/to-plugin.html.ittf

/ittf/site/docs/concepts/t/wizziplugins/default.html.ittf (primary)

edit
                                            
1 $group
2 $
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 plugins
10 ul
11 li
12 to-plugin( wizzi-js )
13 li
14 to-plugin( wizzi-web )
15 li
16 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

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/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 ${} ${}
Save
Save & Refresh
Cancel