Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2024/01/24 11:07] – [Links] natesplayground:playground [2024/01/30 09:47] (current) – [PlayGround] nates
Line 3: Line 3:
 Feel free to play around with this here. I've included some basic examples to help get you started. Feel free to play around with this here. I've included some basic examples to help get you started.
  
-Tap the EDIT button to see the formatting.+Tap the EDIT button to see the formatting..
    
 ===== Bold, Italics, Underlines ===== ===== Bold, Italics, Underlines =====
Line 50: Line 50:
 === 3x (='s) Sections === === 3x (='s) Sections ===
 == 2x (='s) Sub-sections == == 2x (='s) Sub-sections ==
 +
 +<code>
 +====== 6x (='s) Top of Page ======
 +===== 5x (='s) Major Divisions =====
 +==== 4x (='s) Minor Divisions ====
 +=== 3x (='s) Sections ===
 +== 2x (='s) Sub-sections ==
 +</code>
  
 ===== SKIP HIGHLIGHT ===== ===== SKIP HIGHLIGHT =====
 Add two ' symbols before and after. Add two ' symbols before and after.
 ''Like this'' ''Like this''
-====== Automatic Page Lists ====== +===== Hidden / Expandable Things ===== 
-**nspages** Examples ("Edit" to see code) +https://www.dokuwiki.org/plugin:folded
-<nspages roles -exclude -h1 -textPages="Normal"> +
-<nspages sop:guides -exclude -h1 -textPages="Simple" -simpleList>+
  
-====== Youtube Embeds ======+++++ Title to show | 
 +And this is the text that is revealed! 
 +++++ 
 +<code> 
 +++++ Title to show | 
 +and this is the text that is revealed! 
 +++++ 
 +</code> 
 + 
 +==== Nested Folds Test ==== 
 +++++ Outer Fold | 
 +The trick is to wrap the inner fold: 
 +<WRAP> 
 +++++ Inner Fold | 
 +This is the content of the inner fold. 
 +++++ 
 +</WRAP> 
 +++++ 
 + 
 +<code> 
 +++++ Outer Fold | 
 +The trick is to wrap the inner fold: 
 +<WRAP> 
 +++++ Inner Fold | 
 +This is the content of the inner fold. 
 +++++ 
 +</WRAP> 
 +++++ 
 +</code> 
 +====== Youtube Embeds ======
  
 {{youtube>YJoscTeO_QI}} {{youtube>YJoscTeO_QI}}
 +<code>
 +{{youtube>YJoscTeO_QI}}
 +</code>
 +
 +===== HTML Embeds =====
 +<HTML>
 +
 +<iframe src="https://scribehow.com/embed/Understanding_the_Homescreen_On_The_A-1_Plumbing_App__LYAbA-ZGR3OGUa2LQ_eSPg?as=scrollable&skipIntro=true" width="100%" height="640" allowfullscreen frameborder="0"></iframe>
 +
 +</HTML>
  
 +<code>
 +<HTML>
 +<iframe src="https://scribehow.com/embed/Understanding_the_Homescreen_On_The_A-1_Plumbing_App__LYAbA-ZGR3OGUa2LQ_eSPg?as=scrollable&skipIntro=true" width="100%" height="640" allowfullscreen frameborder="0"></iframe>
 +</HTML>
 +</code>