Table of content
Overview
Shared note is collaborative text editor where anyone can amend the document. The editor supports plain text and markdown.

Features
- Collaborative edition
- Undo/Redo
- Cut/Copy/Paste
- Find All
- Find
- Syntax Highlightment (markdown)
- Markdown Preview
- comment or uncomment line
- Shift Left/Right selected text
Permission
The Participants panel is only visible for the document's owner. It manages permission for each player. By default, the document is not shared to anybody. The owner may gives reading permission and then, the shared editor appears on player's screen. The content is visible and updated if the owner changes it.
Then, the owner may gives write permission to someone who has reading permission. then user may write on the document.
The owner may remove permission. Having no permission means the editor disappears from user's screen.
Markdown
The shared note editor manages markdown formating. It is light syntax to get well-defined text.
Example:
# Header1
## Header2
* List 1
* List 2
* List 3
**Bold**
*italic*
To enable the syntax highlightment: Edit > Syntax Hightlighting > Markdown
Preview
Share Note provides markdown preview panel.
To make it visible, you can either click on the toolbar button or from the menu Edit > Markdown Preview

Syntax
Take a look to the Markdown syntax.
Authors
The shared notes editor is based on cahoots editor, written by
- Emily Dimpfl
- Anandi Hira
- David Vega
FAQ
How to write rich text ?
Markdown supports inline html. So in order to define color or font size, you may do something like that:
<span style="color:darkblue;">Text in blue:</span>