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

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

edit
                                            
1 $group
2 $
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

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