Text and Markdown Editor
Last updated
Was this helpful?
Last updated
Was this helpful?
: open from local and cloud, write, save, donwload to local and cloud, no grammar
: read write local file, no grammar
: only write to local file, no import, grammar support
or : in mytextarea read write local but .txt only, grammar support
, grammar support
: write, save, download, grammar support
data:text/html, <body contenteditable style="font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;">
: work for LanguageTools
data:text/html, <body contenteditable style="font-size:2rem;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;>
data:text/html;charset=utf-8, <title>TextEditor</title><body contenteditable style="font-size:2rem;font-family:monaco;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;" spellcheck="false">
data:text/html,<html contentEditable>
: work for Grammarly
data:text/html;charset=utf-8, <html contenteditable></code>
data:text/html, <textarea style="font-size: 1.5em; width: 100%; height: 100%; border: none; outline: none" autofocus>
data:text/html,<button onClick="SaveTextArea()">Save</button> <script language="javascript" type="text/javascript"> function SaveTextArea() { window.location = "data:application/octet-stream," + escape(txtBody.value); } </script> <textarea id="txtBody" style="font-size: 1.5em; width: 100%; height: 100%; boarder: none; outline: none" autofocus> </textarea>
: with save button
data:text/html,<pre onkeyup="(function(d,t){d[t]('iframe')[0].contentDocument.body.innerHTML = d[t]('pre')[0].textContent;})(document,'getElementsByTagName')" style="width:100%;height:48%;white-space:pre-wrap;overflow:auto;" contenteditable></pre><iframe style="width:100%;height:48%">
: with live preview
VNote
data:text/html, <html contenteditable autofocus>
: with local access, Chrome only
, : Import Export, LT supported
: Export, LT Supported
Import, Export, LT Supported
, note taking web based local only and GitHub-hosted
,
, a nicely polished Markdown editor–has the best support for math input I've seen
, a split-pane Markdown editor focused on bidirectional linking
a Markdown editor focused on publishing / academics
between markdown, RST, asciidoc, html etc.