Wiki → How To Use Wiki
Contents
Metadata
UPDATED | 23 July 2023 |
HISTORY | GitHub |
How to create a new page
To create a new page, go to https://creatorsgarten.org/wiki/<YourPageName>
and start editing! The page name must be CamelCase.
How to edit pages
-
Edit directly on the website: Click on the “Edit this page
” button to start editing. It is optimized for making quick and small changes. TIP
On a wiki page, you can hit the
e
key to go to the Edit page.WARNING
The editor is very rudimentary and not stable, so we recommend that you save your changes frequently to avoid conflicts and avoid losing your work.
-
Edit on GitHub: All of the wiki contents is stored inside the
creatorsgarten/wiki repository. This lets you manage the wiki contents using your favorite tools like VS Code or Obsidian. Changes will be reflected on the website in a few minutes. -
Edit on Visual Studio Code for the Web:
Click here to launch VS Code for the Web. TIP
On a wiki page, you can hit the
.
key to edit the page in Visual Studio Code for the Web.
How to get notified of changes to the wiki
- Join the Creatorsgarten Discord server and follow the “Wiki change log” thread in the forum, then you will receive notifications over Discord.
Who can edit pages using the web editor
You can edit a page using the web editor if you meet all of these 3 conditions:
-
You are logged in. To log in, click the Login button at the top of the page, and sign in with Eventpop.
-
You have a linked GitHub account. To link your GitHub account, click the Dashboard button at the top of the page.
-
You are in the
creatorsgarten
GitHub organization. To join the GitHub organization, submit a pull request that adds your GitHub username to theindex.ts
file in our configuration repository. Once the PR has been approved and merged, you will get invited into the organization. Once you accept the invitation, you can edit the wiki pages directly from the website.
What syntax is supported?
See Syntax page.
Metadata
UPDATED | 23 July 2023 |
HISTORY | GitHub |