0 Votes

Changes for page Start here if you're new

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

From version 9.1
edited by Ryan C
on 2025/03/16 01:20
Change comment: There is no comment for this version
To version 7.1
edited by Ryan C
on 2025/03/16 01:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,11 @@
8 8  
9 9  == 📖 Table of Contents: ==
10 10  
11 -{{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]]
12 12  
13 13  ----
14 14  
... ... @@ -48,7 +48,7 @@
48 48  
49 49  ----
50 50  
51 -== ✏️** Basic Formatting and Links (Quick Guide)** ==
55 +== ✏️** Basic Formatting and Links (Quick Guide)** ==
52 52  
53 53  * **Bold text**: Select text, click the **Bold** button or press Ctrl + B.
54 54  * **Italic text**: Select text, click "Italic" in the toolbar or use Ctrl+I.
... ... @@ -112,7 +112,7 @@
112 112  === **Text Formatting** ===
113 113  
114 114  
115 -
119 +*
116 116  ** (((
117 117  === **Bold**: Surround text with double asterisks. ===
118 118  )))
... ... @@ -121,7 +121,7 @@
121 121  **bold text**
122 122  {{/code}}
123 123  
124 -
128 +*
125 125  ** (((
126 126  === **Italics**: Use double underscores. ===
127 127  )))
... ... @@ -130,7 +130,7 @@
130 130  __italic text__
131 131  {{/code}}
132 132  
133 -
137 +*
134 134  ** (((
135 135  === **Underline**: Enclose text with double tildes. ===
136 136  )))
... ... @@ -139,7 +139,10 @@
139 139  ~~underlined text~~
140 140  {{/code}}
141 141  
146 +*
147 +*
142 142  
149 +*
143 143  ** (((
144 144  === **Unordered List**: Begin lines with asterisk (*) or hyphen (-). ===
145 145  )))
... ... @@ -149,7 +149,7 @@
149 149  * Item 2
150 150  {{/code}}
151 151  
152 -
159 +*
153 153  ** (((
154 154  === **Ordered List**: Start lines with a number followed by a period. ===
155 155  )))
... ... @@ -159,9 +159,15 @@
159 159  2. Second item
160 160  {{/code}}
161 161  
169 +* (((
170 +=== ===
171 +)))
172 +* (((
173 +=== **Links** ===
174 +)))
162 162  
163 -== **Links** ==
164 164  
177 +
165 165  ==== **Internal Link**: Use square brackets with the page name. ====
166 166  
167 167  {{code}}
... ... @@ -190,7 +190,7 @@
190 190  
191 191  Macros are powerful tools in XWiki that allow for dynamic content inclusion and advanced formatting. Here are ten notable macros to consider:
192 192  
193 -**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.
194 194  
195 195  {{code}}
196 196  {{box}}
... ... @@ -199,7 +199,7 @@
199 199  {{/code}}
200 200  
201 201  
202 -=== **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. ===
203 203  
204 204  {{code}}
205 205  {{info}}
... ... @@ -208,7 +208,7 @@
208 208  {{/code}}
209 209  
210 210  
211 -=== **Warning Macro**: Highlights warnings or important notices. ===
224 +=== **Warning Macro**: Highlights warnings or important notices. ===
212 212  
213 213  {{code}}
214 214  {{warning}}
... ... @@ -217,7 +217,7 @@
217 217  {{/code}}
218 218  
219 219  
220 -=== **Code Macro**: Renders code snippets with syntax highlighting. ===
233 +=== **Code Macro**: Renders code snippets with syntax highlighting. ===
221 221  
222 222  {{code}}
223 223  {{code language="python"}}
... ... @@ -227,7 +227,7 @@
227 227  {{/code}}
228 228  
229 229  
230 -=== **Gallery Macro**: Creates an image gallery from attached images. ===
243 +=== **Gallery Macro**: Creates an image gallery from attached images. ===
231 231  
232 232  {{code}}
233 233  {{gallery}}