Skip to content

Editing Pages

If you click on the pencil icon on the top right you can edit notes in the browser.

A screenshot of the edit notes icon in the top right social bar.

Alternativley, there is an edit link on the bottom right of editable notes.

A screenshot of the edit page link in the bottom left of editable notes.

The first time you log in you will be asked to login to your Github account. If you don’t already have access to the Github repo message me for approval. Once you are logged in you will be redirected to your dashboard.

On your dashboard you will see your current branch and collections.

You can choose to make a new branch or stay on master. Making changes to master will publish your edits to the website within a minute or two. Making changes in a new branch is safer but will require manual approval. Staying on master is perfectly fine, just dont spam changes in case the website host gets mad at me.

Notes are in the collections tab. Right now its just Max’s notes. I can make other notes editable if people want them.

In order to highlight combos you need to use code blocks or inline code.

You can create fenced code blocks by placing triple backticks ``` before and after the code block. Make sure you specify 2xko as the language for highlighting.

Example code block usage:

```2xko
L M H S1 S2 Super 1
```
L M H S1 S2 Super 1

For inline code surround your combo in single backticks `. Put {:2xko} at the end to specify 2xko as the language for highlighting.

A combo in the middle of text `L M H S1 S2 Super 1{:2xko}` would look like this.

A combo in the middle of text L M H S1 S2 Super 1 would look like this.