This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce7e81f
commit a0e2c01
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,19 @@ export const Config = { | |
'Introducing Monod', | ||
'=================', | ||
'', | ||
'> **TL;DR** Monod is a React-based Markdown editor. You can use it anytime (offline mode), share documents with anyone (encrypted), and render your content with a set of templates. This editor is brought to you by the good folks at [TailorDev](https://twitter.com/_TailorDev) as part of [a **Le lab** experiment (#2)](https://tailordev.fr/blog/2016/04/15/le-lab-2-offline-first-document-sharing-templates-monod-is-back/).', | ||
'', | ||
'Read more about how and why we built Monod at: https://tailordev.fr/blog/.', | ||
'> **TL;DR** Monod is a React-based Markdown editor. You can use it anytime (offline mode), share documents with anyone (encrypted), and render your content with a set of templates. This editor is brought to you by the good folks at [TailorDev](https://twitter.com/_TailorDev), as part of [a **Le lab** experiment (#2)](https://tailordev.fr/blog/2016/04/15/le-lab-2-offline-first-document-sharing-templates-monod-is-back/).', | ||
'', | ||
'### :checkered_flag: Quick start', | ||
'', | ||
'* :pencil: As soon as you modify this document, you get a new unique document. That is yours, so feel free to write anything you want. We support [CommonMark](http://commonmark.org/), and you can write `code` and, obviously, Emoji too! :clap:;', | ||
'* :family: Let your friends review your content by **sharing** the **full URL** with them;', | ||
'* :page_facing_up: You can export your document as **PDF** using the in-browser print feature (<kbd>Cmd</kbd>+<kbd>P</kbd> or <kbd>Ctrl</kbd>+<kbd>P</kbd> on Windows);', | ||
'* :airplane: Monod is Offline-First, meaning you can use all the time. When you go back online, it automatically synchronizes your work;', | ||
'* :lock: Everything is **encrypted in the browser** (_i.e._ on your laptop), the server do not have access or any way to decrypt your documents;', | ||
'* :airplane: Monod is Offline-First, meaning you can use it all the time. When you go back online, it automatically synchronizes your work;', | ||
'* :lock: Everything is **encrypted in the browser** (_i.e._ on your laptop), the server does not have access or any way to decrypt your documents;', | ||
'* :warning: There is no document management system: be sure to bookmark or write the full URLs of your documents somewhere.', | ||
'', | ||
'Read more about how and why we built Monod at: https://tailordev.fr/blog/.', | ||
'', | ||
'---', | ||
'*[Let us know your thoughts](mailto:[email protected]?subject=About%20Monod). We would :heart: to hear from you!*' | ||
].join('\n') | ||
|