... |
... |
@@ -2,8 +2,10 @@ |
2 |
2 |
|
3 |
3 |
---- |
4 |
4 |
|
5 |
|
-== == |
|
5 |
+== Getting Started with XWiki == |
6 |
6 |
|
|
7 |
+This page covers all the essential steps and tips you need to create great content in XWiki without any confusion. |
|
8 |
+ |
7 |
7 |
== 📖 Table of Contents: == |
8 |
8 |
|
9 |
9 |
{{toc/}} |
... |
... |
@@ -10,12 +10,6 @@ |
10 |
10 |
|
11 |
11 |
---- |
12 |
12 |
|
13 |
|
-== Getting Started with XWiki == |
14 |
|
- |
15 |
|
-This page covers all the essential steps and tips you need to create great content in XWiki without any confusion. |
16 |
|
- |
17 |
|
-== == |
18 |
|
- |
19 |
19 |
== 📎 **Attachments and Images** == |
20 |
20 |
|
21 |
21 |
You can easily upload files and images directly from the WYSIWYG editor: |
... |
... |
@@ -116,8 +116,7 @@ |
116 |
116 |
=== **Text Formatting** === |
117 |
117 |
|
118 |
118 |
|
119 |
|
- |
120 |
|
-* |
|
115 |
+* |
121 |
121 |
** ((( |
122 |
122 |
=== **Bold**: Surround text with double asterisks. === |
123 |
123 |
))) |
... |
... |
@@ -126,8 +126,7 @@ |
126 |
126 |
**bold text** |
127 |
127 |
{{/code}} |
128 |
128 |
|
129 |
|
- |
130 |
|
-* |
|
124 |
+* |
131 |
131 |
** ((( |
132 |
132 |
=== **Italics**: Use double underscores. === |
133 |
133 |
))) |
... |
... |
@@ -136,8 +136,7 @@ |
136 |
136 |
__italic text__ |
137 |
137 |
{{/code}} |
138 |
138 |
|
139 |
|
- |
140 |
|
-* |
|
133 |
+* |
141 |
141 |
** ((( |
142 |
142 |
=== **Underline**: Enclose text with double tildes. === |
143 |
143 |
))) |
... |
... |
@@ -146,8 +146,10 @@ |
146 |
146 |
~~underlined text~~ |
147 |
147 |
{{/code}} |
148 |
148 |
|
149 |
|
- |
150 |
150 |
* |
|
143 |
+* |
|
144 |
+ |
|
145 |
+* |
151 |
151 |
** ((( |
152 |
152 |
=== **Unordered List**: Begin lines with asterisk (*) or hyphen (-). === |
153 |
153 |
))) |
... |
... |
@@ -157,8 +157,7 @@ |
157 |
157 |
* Item 2 |
158 |
158 |
{{/code}} |
159 |
159 |
|
160 |
|
- |
161 |
|
-* |
|
155 |
+* |
162 |
162 |
** ((( |
163 |
163 |
=== **Ordered List**: Start lines with a number followed by a period. === |
164 |
164 |
))) |
... |
... |
@@ -168,11 +168,15 @@ |
168 |
168 |
2. Second item |
169 |
169 |
{{/code}} |
170 |
170 |
|
|
165 |
+* ((( |
|
166 |
+=== === |
|
167 |
+))) |
|
168 |
+* ((( |
|
169 |
+=== **Links** === |
|
170 |
+))) |
171 |
171 |
|
172 |
|
-== **Links** == |
173 |
173 |
|
174 |
174 |
|
175 |
|
- |
176 |
176 |
==== **Internal Link**: Use square brackets with the page name. ==== |
177 |
177 |
|
178 |
178 |
{{code}} |
... |
... |
@@ -179,15 +179,16 @@ |
179 |
179 |
[[PageName]] |
180 |
180 |
{{/code}} |
181 |
181 |
|
182 |
|
- |
183 |
|
- |
|
180 |
+* |
|
181 |
+** ((( |
184 |
184 |
==== **External Link**: Provide the URL directly. ==== |
|
183 |
+))) |
185 |
185 |
|
186 |
186 |
{{code}} |
187 |
187 |
[https://www.example.com] |
188 |
188 |
{{/code}} |
189 |
189 |
|
190 |
|
-((( |
|
189 |
+* ((( |
191 |
191 |
=== **Images** === |
192 |
192 |
))) |
193 |
193 |
|
... |
... |
@@ -200,7 +200,7 @@ |
200 |
200 |
|
201 |
201 |
Macros are powerful tools in XWiki that allow for dynamic content inclusion and advanced formatting. Here are ten notable macros to consider: |
202 |
202 |
|
203 |
|
-**Box Macro**: Encapsulates content within a styled box, useful for highlighting information. |
|
202 |
+1. **Box Macro**: Encapsulates content within a styled box, useful for highlighting information. |
204 |
204 |
|
205 |
205 |
{{code}} |
206 |
206 |
{{box}} |
... |
... |
@@ -209,7 +209,7 @@ |
209 |
209 |
{{/code}} |
210 |
210 |
|
211 |
211 |
|
212 |
|
-=== **Info Macro**: Displays an informational message, often used for tips or notes. === |
|
211 |
+=== **Info Macro**: Displays an informational message, often used for tips or notes. === |
213 |
213 |
|
214 |
214 |
{{code}} |
215 |
215 |
{{info}} |
... |
... |
@@ -218,7 +218,7 @@ |
218 |
218 |
{{/code}} |
219 |
219 |
|
220 |
220 |
|
221 |
|
-=== **Warning Macro**: Highlights warnings or important notices. === |
|
220 |
+=== **Warning Macro**: Highlights warnings or important notices. === |
222 |
222 |
|
223 |
223 |
{{code}} |
224 |
224 |
{{warning}} |
... |
... |
@@ -227,7 +227,7 @@ |
227 |
227 |
{{/code}} |
228 |
228 |
|
229 |
229 |
|
230 |
|
-=== **Code Macro**: Renders code snippets with syntax highlighting. === |
|
229 |
+=== **Code Macro**: Renders code snippets with syntax highlighting. === |
231 |
231 |
|
232 |
232 |
{{code}} |
233 |
233 |
{{code language="python"}} |
... |
... |
@@ -237,7 +237,7 @@ |
237 |
237 |
{{/code}} |
238 |
238 |
|
239 |
239 |
|
240 |
|
-=== **Gallery Macro**: Creates an image gallery from attached images. === |
|
239 |
+=== **Gallery Macro**: Creates an image gallery from attached images. === |
241 |
241 |
|
242 |
242 |
{{code}} |
243 |
243 |
{{gallery}} |