|
|
|
@ -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">
|
|
|
|
|