The are macros that can be used within the editor:
* `{{toc}}`: Creates a table of contents with links to the headings on the current page. If no heading are found, `{{toc}}` is returned.
* `{{toc}}`: Creates a table of contents with links to the headings on the current page. If no headings are found, `{{toc}}` is returned.
* `{{childPages}}`: Generates a list of links to the child pages of the current page. If no child pages are found, `{{childPages}}` is returned.
* `{{<wikiPage>#<Heading>}}`: Creates a link to a wiki page within the same wiki by replacing `<wikiPage>` with the name of the
wiki page and `<Heading>` with the title of the paragraph. If the wiki page is not found, `{{<wikiPage>#<Heading>}}` is returned.
@@ -131,7 +131,7 @@ The are macros that can be used within the editor:
.. tip::
It is possible to upload images to the editor with "drag and drop" or the upload feature. Images are stored under `fileadmin/imageUploadDir/wiki/pageSlug`.
It is possible to upload images to the editor with "drag and drop" or the upload feature. Images are stored under `fileadmin/wiki/<pageSlug>/img`.