Headings...
are H1 to H6, use # sign the number of times you want the heading type e.g. #### is for H4
Linking...
- to a document: type `[[`, a list of documents you can link to appears
- to a heading in another document: type `[[`, a list of documents you can link to appears, select the document to list, the use `#` sign, the headings that can be linked appears, just click the heading to link to
- to a text block in another document: type `[[`, a list of documents you can link to appears, select the document to link to, the use `^` sign, the text blocks that can be linked appears, just click the text block to link to
- to a heading in another document: type `[[`, a list of documents you can link to appears, select the document that is currently being edited, the use `#` sign, the headings that can be linked appears, just click the heading to link to
- to a text block within the document: similar to anchor tags, type `[[`, a list of documents you can link to appears, select the document that you are currently editing, list of text blocks in the document appears, select the text block to link to
- to an image
![[AbsolutePathOfImage]]
- to an image with an alternate name to display
![AlternameName](./relative/path/to/imageFileName)
- to an image and resize
![[AbsolutePathOfImage|500]]
Using tags
Arrows
- Up arrow (↑): ↑
- Down arrow (↓): ↓
- Left arrow (←): ←
- Right arrow (→): →
- Double headed arrow (↔): ↔
Colouring the text...
- View developer console --> (on Mac: ⌘ + option + i)
- And then edit CSS elements when it becomes necessary
Superscript or Subscript
- Prefer to use latex formats
- Superscript ^
- Subscript _
- In the developer console, use html tags
- <sup>some text</sup>
- <sub>some other test</sub>