Project Docs Github
Log in
ittf site docs howtos t getstarted background.html.ittf Edit
  • /ittf/site/docs/howtos/t/getstarted/background.html.ittf
  • /ittf/site/docs/howtos/t/section.html.ittf
  • /ittf/site/docs/t/high-code.html.ittf

/ittf/site/docs/howtos/t/getstarted/background.html.ittf (primary)

edit
                                            
1 $group
2 $
3 var sect = {
4 title: 'Background Knowledge'
5 };
6 section( §)
7 p The foundamental background for using Wizzi is a good knowledge of
8 high-code( javascript )
9 + , and a basic knowledge of
10 high-code( NodeJs )
11 + ,
12 high-code( NPM )
13 + and the
14 high-code( command line )
15 + .
16 p All Wizzi Productions are implemented by plugins, thereon any further
17 \b knowledge you need should only regard the target technology you are interested in.
18 p In practice, given that Wizzi Starters make use of some widespread technologies, as
19 high-code( HTML )
20 + and
21 high-code( CSS )
22 + , implemented by Wizzi Core Plugins, to get started you should have a basic knowledge of them
23 \b as well as a good one of javascript.
24 p Once got started, if you have any further need, then you will be able to create your own Wizzi Plugins.

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