pull/1/head
Nicolas Sanchez 3 years ago
parent 94caed69c4
commit 357e23d5da

@ -15,10 +15,10 @@ button {
textarea#ta {
display: none;
width: 100%;
height: 10rem;
height: 15rem;
padding-left: 3rem;
padding-right: 3rem;
background-color: #aaddff;
background-color: #cceeff;
}
div#mdnotes {

@ -13,7 +13,7 @@
</head>
<body>
<div><button id="saveButton">💾</button> <button id="taButton">📋</button></div>
<textarea id="ta" class="mdnotes" style="display: none;">{{md}}</textarea>
<textarea id="ta" class="mdnotes" spellcheck="false">{{md}}</textarea>
<div id="mdnotes" class="mdnotes" contenteditable="true" spellcheck="false"></div>
<script type="module">

Loading…
Cancel
Save