... |
... |
@@ -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,37 +71,19 @@ |
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 |
|
- |
92 |
92 |
---- |
93 |
93 |
|
94 |
|
-== ⚡ Using the `/` Macro Shortcut == |
|
76 |
+== ⚡ Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] == |
95 |
95 |
|
96 |
96 |
{{expandable summary="Usage of Slash Macro Shortcut"}} |
97 |
97 |
* Type `/` and begin typing a macro name. |
98 |
98 |
* Suggestions will auto-complete. |
99 |
99 |
* Examples: |
100 |
|
- * `/toc` |
101 |
|
- * `/box` |
102 |
|
- * `/gallery` |
103 |
|
- * `/footnote` |
104 |
|
- * `/code` |
|
82 |
+* `/toc` |
|
83 |
+* `/box` |
|
84 |
+* `/gallery` |
|
85 |
+* `/footnote` |
|
86 |
+* `/code` |
105 |
105 |
{{/expandable}} |
106 |
106 |
|
107 |
107 |
---- |
... |
... |
@@ -109,6 +109,7 @@ |
109 |
109 |
== 🧪 1. Macro Showcase: Source-to-Output Toggle == |
110 |
110 |
|
111 |
111 |
=== TOC Macro === |
|
94 |
+ |
112 |
112 |
{{expandable summary="TOC Macro Example"}} |
113 |
113 |
{{code}} |
114 |
114 |
{{toc/}} |
... |
... |
@@ -118,6 +118,7 @@ |
118 |
118 |
---- |
119 |
119 |
|
120 |
120 |
=== Gallery Macro (`/gallery`) === |
|
104 |
+ |
121 |
121 |
{{expandable summary="Gallery Macro Example"}} |
122 |
122 |
{{example}} |
123 |
123 |
{{gallery}} |
... |
... |
@@ -130,6 +130,7 @@ |
130 |
130 |
---- |
131 |
131 |
|
132 |
132 |
=== Carousel Macro (`/carousel`) === |
|
117 |
+ |
133 |
133 |
{{expandable summary="Carousel Macro Example"}} |
134 |
134 |
{{example}} |
135 |
135 |
{{carousel/}} |
... |
... |
@@ -139,6 +139,7 @@ |
139 |
139 |
---- |
140 |
140 |
|
141 |
141 |
=== Boilerplate Box === |
|
127 |
+ |
142 |
142 |
{{expandable summary="Box Macro Example"}} |
143 |
143 |
{{example}} |
144 |
144 |
{{box cssClass="highlight"}} |
... |
... |
@@ -150,11 +150,16 @@ |
150 |
150 |
---- |
151 |
151 |
|
152 |
152 |
=== Info vs Warning Macros === |
|
139 |
+ |
153 |
153 |
{{expandable summary="Info and Warning Boxes"}} |
154 |
154 |
{{example}} |
155 |
|
-{{info}}This is an info box.{{/info}} |
|
142 |
+{{info}} |
|
143 |
+This is an info box. |
|
144 |
+{{/info}} |
156 |
156 |
|
157 |
|
-{{warning}}This is a warning box.{{/warning}} |
|
146 |
+{{warning}} |
|
147 |
+This is a warning box. |
|
148 |
+{{/warning}} |
158 |
158 |
{{/example}} |
159 |
159 |
{{/expandable}} |
160 |
160 |
|
... |
... |
@@ -161,6 +161,7 @@ |
161 |
161 |
---- |
162 |
162 |
|
163 |
163 |
=== Footnote Demo === |
|
155 |
+ |
164 |
164 |
{{expandable summary="Footnote Macro Demo"}} |
165 |
165 |
{{example}} |
166 |
166 |
footnote{{footnote}} https://www.thewhitearchive.org/bin/view/Guides%20and%20Help/Start%20here%20if%20you're%20new/#edit{{/footnote}} |
... |
... |
@@ -172,6 +172,7 @@ |
172 |
172 |
---- |
173 |
173 |
|
174 |
174 |
=== Expandable Macro (Simple) === |
|
167 |
+ |
175 |
175 |
{{expandable summary="Simple Expandable Macro"}} |
176 |
176 |
{{example}} |
177 |
177 |
{{expandable summary="🧠 Study Summary"}} |
... |
... |
@@ -299,16 +299,8 @@ |
299 |
299 |
{{/example}} |
300 |
300 |
{{/expandable}} |
301 |
301 |
|
302 |
|
-= 📚 Macro Examples & Formatting Guide = |
|
295 |
+= = |
303 |
303 |
|
304 |
|
----- |
305 |
|
- |
306 |
|
-== 📖 Table of Contents == |
307 |
|
- |
308 |
|
-{{toc/}} |
309 |
|
- |
310 |
|
----- |
311 |
|
- |
312 |
312 |
== 🧪 Macro Showcase: Source + Output + Slash Command == |
313 |
313 |
|
314 |
314 |
All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using `{{example}}`. |
... |
... |
@@ -502,5 +502,4 @@ |
502 |
502 |
{{/example}} |
503 |
503 |
{{/example}} |
504 |
504 |
{{/expandable}} |
505 |
|
- |
506 |
|
- |
|
490 |
+{{/example}} |