... |
... |
@@ -2,20 +2,20 @@ |
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 |
|
-{{toc/}} |
|
11 |
+* [[Editing with the WYSIWYG Editor>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#editing-pages]] |
|
12 |
+* [[Inserting Attachments and Images>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#attachments]] |
|
13 |
+* [[Using the / Macro Shortcut>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#macros]] |
|
14 |
+* [[Basic Formatting and Links>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#formatting]] |
|
15 |
+* [[Useful Tips>>https://chatgpt.com/c/67d66d62-3244-800a-8974-570f38118948#tips]] |
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: |
... |
... |
@@ -52,7 +52,7 @@ |
52 |
52 |
|
53 |
53 |
---- |
54 |
54 |
|
55 |
|
-== ✏️** Basic Formatting and Links (Quick Guide)** == |
|
55 |
+== ✏️** Basic Formatting and Links (Quick Guide)** == |
56 |
56 |
|
57 |
57 |
* **Bold text**: Select text, click the **Bold** button or press Ctrl + B. |
58 |
58 |
* **Italic text**: Select text, click "Italic" in the toolbar or use Ctrl+I. |
... |
... |
@@ -116,7 +116,6 @@ |
116 |
116 |
=== **Text Formatting** === |
117 |
117 |
|
118 |
118 |
|
119 |
|
- |
120 |
120 |
* |
121 |
121 |
** ((( |
122 |
122 |
=== **Bold**: Surround text with double asterisks. === |
... |
... |
@@ -126,7 +126,6 @@ |
126 |
126 |
**bold text** |
127 |
127 |
{{/code}} |
128 |
128 |
|
129 |
|
- |
130 |
130 |
* |
131 |
131 |
** ((( |
132 |
132 |
=== **Italics**: Use double underscores. === |
... |
... |
@@ -136,7 +136,6 @@ |
136 |
136 |
__italic text__ |
137 |
137 |
{{/code}} |
138 |
138 |
|
139 |
|
- |
140 |
140 |
* |
141 |
141 |
** ((( |
142 |
142 |
=== **Underline**: Enclose text with double tildes. === |
... |
... |
@@ -146,6 +146,8 @@ |
146 |
146 |
~~underlined text~~ |
147 |
147 |
{{/code}} |
148 |
148 |
|
|
146 |
+* |
|
147 |
+* |
149 |
149 |
|
150 |
150 |
* |
151 |
151 |
** ((( |
... |
... |
@@ -157,7 +157,6 @@ |
157 |
157 |
* Item 2 |
158 |
158 |
{{/code}} |
159 |
159 |
|
160 |
|
- |
161 |
161 |
* |
162 |
162 |
** ((( |
163 |
163 |
=== **Ordered List**: Start lines with a number followed by a period. === |
... |
... |
@@ -168,11 +168,15 @@ |
168 |
168 |
2. Second item |
169 |
169 |
{{/code}} |
170 |
170 |
|
|
169 |
+* ((( |
|
170 |
+=== === |
|
171 |
+))) |
|
172 |
+* ((( |
|
173 |
+=== **Links** === |
|
174 |
+))) |
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 |
|
- |
|
184 |
+* |
|
185 |
+** ((( |
184 |
184 |
==== **External Link**: Provide the URL directly. ==== |
|
187 |
+))) |
185 |
185 |
|
186 |
186 |
{{code}} |
187 |
187 |
[https://www.example.com] |
188 |
188 |
{{/code}} |
189 |
189 |
|
190 |
|
-((( |
|
193 |
+* ((( |
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. |
|
206 |
+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. === |
|
215 |
+=== **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. === |
|
224 |
+=== **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. === |
|
233 |
+=== **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. === |
|
243 |
+=== **Gallery Macro**: Creates an image gallery from attached images. === |
241 |
241 |
|
242 |
242 |
{{code}} |
243 |
243 |
{{gallery}} |
... |
... |
@@ -277,6 +277,4 @@ |
277 |
277 |
{{/velocity}} |
278 |
278 |
{{/code}} |
279 |
279 |
|
280 |
|
-== See Also: == |
281 |
|
- |
282 |
|
-[[Syntax Help official documentation for a full list of formatting options>>doc:XWiki.XWikiSyntax]] |
|
283 |
+ |