... |
... |
@@ -7,7 +7,7 @@ |
7 |
7 |
|
8 |
8 |
== Getting Started with XWiki == |
9 |
9 |
|
10 |
|
-If you would like to add content to the wiki, you can do so as a guest, but some of your options will be limited. its recommended to create an account and post that way. If you want to contribute but dont know where to start or you're overwhelmed by the options, the global dashboard will always be updated with whats being worked on currently. to see all the categories and pages we currently have, go here. IMAGE |
|
10 |
+If you would like to add content to the wiki, its recommended to create an account and post that way. If you want to contribute but dont know where to start or you're overwhelmed by the options, the global dashboard will always be updated with what's being worked on currently. to see all the categories and pages we currently have, go here. IMAGE |
11 |
11 |
Adding content should be relegated to these main categories, or new ones that you want to create. You shouldn't need to edit any pages outside of it for the most part, they may be linked elsewhere as resources for you, but they wont be editable. If you just have some pictures you would like to add to a topic, attach them at the bottom of the page and they will be automatically included in the gallery on the page if it has one. Changes or content added can always be revised to an earlier version easily, so don't be concerned with unwanted additions or edits. You can use the sandbox to experiment with formatting. |
12 |
12 |
|
13 |
13 |
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. |
... |
... |
@@ -20,9 +20,10 @@ |
20 |
20 |
|
21 |
21 |
---- |
22 |
22 |
|
23 |
|
-== Guests can contribute == |
|
23 |
+== --Guests can contribute-- == |
24 |
24 |
|
25 |
|
-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. |
|
25 |
+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.-- |
|
26 |
+1. This is now changed, too many malicious changes that are tedious to track without registration. |
26 |
26 |
1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content. |
27 |
27 |
1. Leave comments, give suggestions, request features. |
28 |
28 |
|
... |
... |
@@ -42,32 +42,29 @@ |
42 |
42 |
|
43 |
43 |
To ensure content is both engaging and accessible, utilize the following formatting techniques: |
44 |
44 |
|
45 |
|
-=== Headings === Organize content hierarchically using headings. In XWiki syntax, headings are defined by one to six plus signs (+), corresponding to heading levels 1 to 6.4 |
|
46 |
+=== Headings === |
46 |
46 |
|
47 |
47 |
{{code}} |
48 |
|
- + Heading Level 1 |
49 |
|
- ++ Heading Level 2 |
50 |
|
- +++ Heading Level 3 |
|
49 |
++ Heading Level 1 |
|
50 |
+++ Heading Level 2 |
|
51 |
++++ Heading Level 3 |
51 |
51 |
{{/code}} |
52 |
52 |
|
|
54 |
+=== Internal Link: Use square brackets with the page name === |
53 |
53 |
|
54 |
|
-=== **Internal Link: Use square brackets with the page name. === |
55 |
|
- |
56 |
56 |
{{example}} |
57 |
57 |
[[Resources>>doc:Guides and Help.Resources.WebHome]] |
58 |
58 |
{{/example}} |
59 |
59 |
|
|
60 |
+=== External Link: Provide the URL directly === |
60 |
60 |
|
61 |
|
-=== External Link: Provide the URL directly. === |
62 |
|
- |
63 |
63 |
{{example}} |
64 |
64 |
[[Full Feature List>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/]] |
65 |
65 |
{{/example}} |
66 |
66 |
|
67 |
|
- |
68 |
68 |
---- |
69 |
69 |
|
70 |
|
-== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] == |
|
68 |
+== Using the `/` Macro Shortcut [[Full Macro List>>https://www.thewhitearchive.org/bin/view/XWiki/XWikiSyntaxMacrosList]] == |
71 |
71 |
|
72 |
72 |
{{expandable summary="Usage of Slash Macro Shortcut"}} |
73 |
73 |
* Type `/` and begin typing a macro name. |
... |
... |
@@ -80,15 +80,14 @@ |
80 |
80 |
* `/code` |
81 |
81 |
{{/expandable}} |
82 |
82 |
|
|
81 |
+---- |
83 |
83 |
|
84 |
|
-== Macro Showcase: Source + Output + Slash Command == |
|
83 |
+== ๐งช Macro Reference Guide == |
85 |
85 |
|
86 |
|
-All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using example macro. |
|
85 |
+All macros are shown with the WYSIWYG `/command`, an expandable explanation, and an editable source/output block using the example macro. |
87 |
87 |
|
88 |
|
----- |
|
87 |
+=== Table of Contents Macro (`/toc`) === |
89 |
89 |
|
90 |
|
-== Table of Contents Macro (`/toc`) == |
91 |
|
- |
92 |
92 |
{{expandable summary="๐ Table of Contents Macro (`/toc`)"}} |
93 |
93 |
{{example}} |
94 |
94 |
{{toc/}} |
... |
... |
@@ -95,8 +95,6 @@ |
95 |
95 |
{{/example}} |
96 |
96 |
{{/expandable}} |
97 |
97 |
|
98 |
|
----- |
99 |
|
- |
100 |
100 |
=== Gallery Macro (`/gallery`) === |
101 |
101 |
|
102 |
102 |
{{expandable summary="๐ผ๏ธ Gallery Macro (`/gallery`)"}} |
... |
... |
@@ -108,8 +108,6 @@ |
108 |
108 |
{{/example}} |
109 |
109 |
{{/expandable}} |
110 |
110 |
|
111 |
|
----- |
112 |
|
- |
113 |
113 |
=== Carousel Macro (`/carousel`) === |
114 |
114 |
|
115 |
115 |
{{expandable summary="๐ฝ๏ธ Carousel Macro (`/carousel`)"}} |
... |
... |
@@ -118,8 +118,6 @@ |
118 |
118 |
{{/example}} |
119 |
119 |
{{/expandable}} |
120 |
120 |
|
121 |
|
----- |
122 |
|
- |
123 |
123 |
=== Box Macro (`/box`) === |
124 |
124 |
|
125 |
125 |
{{expandable summary="๐ฆ Box Macro (`/box`)"}} |
... |
... |
@@ -130,8 +130,6 @@ |
130 |
130 |
{{/example}} |
131 |
131 |
{{/expandable}} |
132 |
132 |
|
133 |
|
----- |
134 |
|
- |
135 |
135 |
=== Info and Warning Boxes (`/info`, `/warning`) === |
136 |
136 |
|
137 |
137 |
{{expandable summary="โ ๏ธ Info and Warning Macros (`/info`, `/warning`)"}} |
... |
... |
@@ -146,8 +146,6 @@ |
146 |
146 |
{{/example}} |
147 |
147 |
{{/expandable}} |
148 |
148 |
|
149 |
|
----- |
150 |
|
- |
151 |
151 |
=== Footnotes (`/footnote`, `/put footnotes`) === |
152 |
152 |
|
153 |
153 |
{{expandable summary="๐งพ Footnote + PutFootnotes (`/footnote`, `/put footnotes`)"}} |
... |
... |
@@ -158,8 +158,6 @@ |
158 |
158 |
{{/example}} |
159 |
159 |
{{/expandable}} |
160 |
160 |
|
161 |
|
----- |
162 |
|
- |
163 |
163 |
=== Expandable Macro (`/expandable`) === |
164 |
164 |
|
165 |
165 |
{{expandable summary="๐งฉ Expandable Macro (`/expandable`)"}} |
... |
... |
@@ -170,8 +170,6 @@ |
170 |
170 |
{{/example}} |
171 |
171 |
{{/expandable}} |
172 |
172 |
|
173 |
|
----- |
174 |
|
- |
175 |
175 |
=== Embed Macro (`/embed content`) === |
176 |
176 |
|
177 |
177 |
{{expandable summary="๐ Embed Macro (YouTube etc.) (`/embed content`)"}} |
... |
... |
@@ -180,8 +180,6 @@ |
180 |
180 |
{{/example}} |
181 |
181 |
{{/expandable}} |
182 |
182 |
|
183 |
|
----- |
184 |
|
- |
185 |
185 |
=== Code Macro (`/code`) === |
186 |
186 |
|
187 |
187 |
{{expandable summary="๐ป Code Block Macro (`/code`)"}} |
... |
... |
@@ -193,10 +193,8 @@ |
193 |
193 |
{{/example}} |
194 |
194 |
{{/expandable}} |
195 |
195 |
|
196 |
|
----- |
|
177 |
+=== Image Insert (`[[image:...]]`) === |
197 |
197 |
|
198 |
|
-== Image Insert (`[[image:...]]`) == |
199 |
|
- |
200 |
200 |
{{expandable summary="๐ผ๏ธ Image Macro (`[[image:filename.jpg]]`)"}} |
201 |
201 |
{{example}} |
202 |
202 |
[[image:1747262485678-297.png]] |
... |
... |
@@ -203,8 +203,6 @@ |
203 |
203 |
{{/example}} |
204 |
204 |
{{/expandable}} |
205 |
205 |
|
206 |
|
----- |
207 |
|
- |
208 |
208 |
=== Audio Embed (HTML tag or `/embed JWPlayer`) === |
209 |
209 |
|
210 |
210 |
{{expandable summary="๐ Audio Embed (`<audio>` tag or `/embed JWPlayer`)"}} |
... |
... |
@@ -218,8 +218,6 @@ |
218 |
218 |
{{/example}} |
219 |
219 |
{{/expandable}} |
220 |
220 |
|
221 |
|
----- |
222 |
|
- |
223 |
223 |
=== Video Embed Macro (`/video`) === |
224 |
224 |
|
225 |
225 |
{{expandable summary="๐ฌ Video Macro (`/video`)"}} |
... |
... |
@@ -228,8 +228,6 @@ |
228 |
228 |
{{/example}} |
229 |
229 |
{{/expandable}} |
230 |
230 |
|
231 |
|
----- |
232 |
|
- |
233 |
233 |
=== Full Example: Expandable Study Summary (`/expandable`) === |
234 |
234 |
|
235 |
235 |
{{expandable summary="๐ Full Use Case โ Study Summary Macro (`/expandable`)"}} |
... |
... |
@@ -268,8 +268,10 @@ |
268 |
268 |
|
269 |
269 |
---- |
270 |
270 |
|
271 |
|
-==== Bonus: Boilerplate Example Template ==== |
|
244 |
+== ๐งฉ Bonus Macros == |
272 |
272 |
|
|
246 |
+=== Boilerplate Example Template === |
|
247 |
+ |
273 |
273 |
{{expandable summary="๐ Example Macro Template (`/example`)"}} |
274 |
274 |
{{example}} |
275 |
275 |
{{example}} |