0 Votes

Changes for page Start here if you're new

Last modified by Ryan C on 2025/06/28 04:59

From version 43.1
edited by Ryan C
on 2025/05/14 16:58
Change comment: There is no comment for this version
To version 42.1
edited by Ryan C
on 2025/05/14 16:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  On top of the category content, there are also applications that allow you to take part in the wiki via many other avenues. There is a forum, AI is in the works, Ideas, Suggestions for improvements, A Visualizer, Music Library, Research Papers collection, and many other things, as well as new extensions being added often. The message of the day will alert you to some of the things ive been working on or have finished recently. If you would like to have your Pro White group listed here let me know and I'll add it so others can join with you and network. This has thus far been mostly a solo undertaking, so I apologize if things break for extended times, I assure you I'm working on them when I can, but I have other things to attend to as well. There is typically daily changes and updates being made.
16 16  
17 -== **Useful Tips & Best Practices** ==
17 +== 🔍 **Useful Tips & Best Practices** ==
18 18  
19 19  * **Macros** greatly simplify content formatting—use / often.
20 20  When to insert an image rather than upload the [[image:]] Upload the image at the bottom of the page via the built in extension if you just want to post the image without context. This is always acceptable on any page given that it is relevant. Embed an image when you are adding context to it or using it to reinforce some context already present. Same with videos.
... ... @@ -22,7 +22,7 @@
22 22  
23 23  ----
24 24  
25 -= **Guests can contribute** =
25 += **Guests can contribute** =
26 26  
27 27  1. Guests can edit pages in the main content area without signing up. If this becomes problematic I'll change it but for now I'd like everyone to have access with as little trouble as possible.
28 28  1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content.
... ... @@ -71,19 +71,37 @@
71 71  {{/example}}
72 72  
73 73  
74 +== ⚡ **Using the / Macro Shortcut** ==
75 +
76 +The / macro shortcut is a powerful and quick way to insert macros while editing pages in XWiki's WYSIWYG editor:
77 +
78 +* Simply type / and start typing the macro name or feature you want to add.
79 +* You'll see suggestions appear as you type. Select the macro to insert it directly without manual syntax.
80 +* Example macros include:
81 +** /toc – Table of Contents
82 +** /box – Insert Box Macro
83 +** /gallery – Image Gallery
84 +** /footnote – Add footnotes to your text
85 +** /code – Code blocks for programming snippets
86 +
87 +This shortcut dramatically speeds up editing, no need to memorize complicated wiki syntax
88 +
89 +
90 +[[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]]
91 +
74 74  ----
75 75  
76 -== ⚡ Using the `/` Macro Shortcut  [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] ==
94 +== ⚡ Using the `/` Macro Shortcut ==
77 77  
78 78  {{expandable summary="Usage of Slash Macro Shortcut"}}
79 79  * Type `/` and begin typing a macro name.
80 80  * Suggestions will auto-complete.
81 81  * Examples:
82 -* `/toc`
83 -* `/box`
84 -* `/gallery`
85 -* `/footnote`
86 -* `/code`
100 + * `/toc`
101 + * `/box`
102 + * `/gallery`
103 + * `/footnote`
104 + * `/code`
87 87  {{/expandable}}
88 88  
89 89  ----
... ... @@ -91,7 +91,6 @@
91 91  == 🧪 1. Macro Showcase: Source-to-Output Toggle ==
92 92  
93 93  === TOC Macro ===
94 -
95 95  {{expandable summary="TOC Macro Example"}}
96 96  {{code}}
97 97  {{toc/}}
... ... @@ -101,7 +101,6 @@
101 101  ----
102 102  
103 103  === Gallery Macro (`/gallery`) ===
104 -
105 105  {{expandable summary="Gallery Macro Example"}}
106 106  {{example}}
107 107  {{gallery}}
... ... @@ -114,7 +114,6 @@
114 114  ----
115 115  
116 116  === Carousel Macro (`/carousel`) ===
117 -
118 118  {{expandable summary="Carousel Macro Example"}}
119 119  {{example}}
120 120  {{carousel/}}
... ... @@ -124,7 +124,6 @@
124 124  ----
125 125  
126 126  === Boilerplate Box ===
127 -
128 128  {{expandable summary="Box Macro Example"}}
129 129  {{example}}
130 130  {{box cssClass="highlight"}}
... ... @@ -136,16 +136,11 @@
136 136  ----
137 137  
138 138  === Info vs Warning Macros ===
139 -
140 140  {{expandable summary="Info and Warning Boxes"}}
141 141  {{example}}
142 -{{info}}
143 -This is an info box.
144 -{{/info}}
155 +{{info}}This is an info box.{{/info}}
145 145  
146 -{{warning}}
147 -This is a warning box.
148 -{{/warning}}
157 +{{warning}}This is a warning box.{{/warning}}
149 149  {{/example}}
150 150  {{/expandable}}
151 151  
... ... @@ -152,7 +152,6 @@
152 152  ----
153 153  
154 154  === Footnote Demo ===
155 -
156 156  {{expandable summary="Footnote Macro Demo"}}
157 157  {{example}}
158 158  footnote{{footnote}} https://www.thewhitearchive.org/bin/view/Guides%20and%20Help/Start%20here%20if%20you're%20new/#edit{{/footnote}}
... ... @@ -164,7 +164,6 @@
164 164  ----
165 165  
166 166  === Expandable Macro (Simple) ===
167 -
168 168  {{expandable summary="Simple Expandable Macro"}}
169 169  {{example}}
170 170  {{expandable summary="🧠 Study Summary"}}
... ... @@ -292,8 +292,16 @@
292 292  {{/example}}
293 293  {{/expandable}}
294 294  
295 -= =
302 += 📚 Macro Examples & Formatting Guide =
296 296  
304 +----
305 +
306 +== 📖 Table of Contents ==
307 +
308 +{{toc/}}
309 +
310 +----
311 +
297 297  == 🧪 Macro Showcase: Source + Output + Slash Command ==
298 298  
299 299  All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using `{{example}}`.
... ... @@ -487,4 +487,5 @@
487 487  {{/example}}
488 488  {{/example}}
489 489  {{/expandable}}
490 -{{/example}}
505 +
506 +

XWiki AI Chat