Write.md
File
New File
CTRL+N
Save
CTRL+S
Toggle Preview
CTRL+I
Toggle Editor
CTRL+E
Tools
Share URL
Clear Editor
Help
Markdown Cheatsheet
# Write.md Go ahead, delete all the content in this document to get started writing your own. - To force save use CMD+S/CTRL+S - To open preview use CMD+I/CTRL+I - To share use https://writemd.xyz/p/5e8b1b24961116524 ## Contents [TOC] ## Welcome Welcome to Write.md, a place to write Markdown without any distractions. Your document is secured using AES 256 bit encryption and you can quickly share and collaborate using the URL in your address bar. ## Sharing & Collaboration You can share this doc using https://writemd.xyz/d/5e8b1b24961116524. Anyone that has access to your document URL can make changes that save/overwrite the original content, so be careful who you share with. ## Preview You can enter preview of your document using https://writemd.xyz/p/5e8b1b24961116524 - replacing the D for document in the URL with P for preview. ## Export & Print You can export or print your document by firstly previewing the page (see Preview) and using your browsers default printing option which should allow you to export PDF, HTML or send to printer. ## Variables (new) --var family_name: Dursley When Mr and Mrs {{family_name}} woke up on the dull, grey Tuesday our story starts, there was nothing about the cloudy sky outside to suggest that strange and mysterious things would soon be happening all over the country. Mr {{family_name}} hummed as he picked out his most boring tie for work and Mrs {{family_name}} gossiped away happily as she wrestled a screaming Dudley into his high chair. ## Themes You can set both the editor and preview pane theme by creating a new variable called `wmdEditorTheme` and `wmdPreviewTheme` and setting them anywhere in the page. Heres an example of the default look, remove the space between -- and var to set. ``` -- var wmdPreviewTheme: default -- var wmdEditorTheme: dark ``` The available themes are as follows: ### Editor Themes - default - 3024-day - 3024-night - ambiance - ambiance-mobile - base16-dark - base16-light - blackboard - cobalt - eclipse - elegant - erlang-dark - lesser-dark - mbo - mdn-like - midnight - monokai - neat - neo - night - paraiso-dark - paraiso-light - pastel-on-dark - rubyblue - solarized - the-matrix - tomorrow-night-eighties - twilight - vibrant-ink - xq-dark - xq-light ### Preview Themes - default - dark ## Flow Charts ```flow st=>start: Launch Write.md op=>operation: Start Writing cond=>condition: Success? e=>end: Awesome st->op->cond cond(yes)->e cond(no)->op ``` ## What is Markdown? Markdown (MD) is a lightweight markup language with plain-text-formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. If you would like to see the cheatsheet for writing MD just click [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). ## Love Write.md? Why not leave us a review on product hunt to let others know how much you enjoy using Write.md https://www.producthunt.com/posts/write-md