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

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

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<div><button id="saveButton">💾</button> <button id="taButton">📋</button></div> <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> <div id="mdnotes" class="mdnotes" contenteditable="true" spellcheck="false"></div>
<script type="module"> <script type="module">

Loading…
Cancel
Save