Table of content

Overzicht

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

shared

Mogelijkheden

  • Collaborative edition
  • Ongedaan maken/opnieuw
  • Cut/Copy/Paste
  • Alles zoeken
  • Zoeken
  • Syntax Highlighting (markdown)
  • Voorbeeld van Markdown...
  • Afdrukken
  • Comment or uncomment line
  • Shift Left/Right selected text

Toestemming

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 give 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 give 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 formatting. It is light syntax to get well-defined text.

Voorbeeld:

# Header1

## Header2

* List 1 
* List 2
* List 3

**Bold**
*italic*

To enable the syntax highlighting: Edit > Syntax Hightlighting > Markdown

Voorbeeld

Shared Note provides markdown preview panel. To make it visible, you can either click on the toolbar button or from the menu Edit > Markdown Preview

shared

Syntaxis

Take a look to the Markdown syntax.

Auteurs

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>