Loading...
 
JoiWiki » Site Pages » Using JoiWiki Using JoiWiki

Using JoiWiki

Using JoiWiki

Here are the bits and pieces that make up the wiki pages that have been written, funky fading sections, code markup and all the rest.

 

Code Markup

This one's pretty simlple, there's a button you press which is currently next to the wand that gives you a selection of options, the theme I'm generally going for is Lesser-Dark. Annoyingly there doesn't seem to be a way to use a true C# language markup but when I find out how I'll put it on here

{CODE( colors="vb" theme="lesser-dark")}VB.Content{CODE}
{CODE( colors="clike" theme="lesser-dark")}C#.Content{CODE}

 which gives

VB.Content

 

Tabs for multiple content windows

This is something I want.. then I can mix C# and VB.Net content..

{TABS( tabs="C#|VB.Net" toggle="n" inside_pretty="n")}
{CODE( colors="clike" theme="lesser-dark")}C#.Content{CODE}
 /////
{CODE( colors="vb" theme="lesser-dark")}VB.Content{CODE}
{TABS}

Which produces

C#.Content
VB.Content


 

Collapsing Sections

Really nice, press the wand icon in the editing bar, it'll give you a box that you can collapse things with. The settings I'm going for at the moment are...

{FADE( label="Here's a large section of stuff" icon="y" bootstrap="y")}
{FADE}

Which produces

 

Collapsing sections with tabs and code

So finally all of the above combined produces:

 {FADE( label="Here's everything together" icon="y" bootstrap="y")}
{TABS( tabs="C#|VB.Net" toggle="n" inside_pretty="n")}
{CODE( colors="clike" theme="lesser-dark")}C#.Content{CODE}
 /////
{CODE( colors="vb" theme="lesser-dark")}VB.Content{CODE}
{TABS}
{FADE}

Which gives

 


 

 

Table of contents:  

Created by system. Last Modification: Monday March 18, 2019 17:06:12 GMT by JBaker.

Developer