mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 08:29:52 +01:00
start export and import
This commit is contained in:
parent
ed4fda4651
commit
908508584f
2 changed files with 69 additions and 4 deletions
|
|
@ -10,9 +10,13 @@
|
|||
|
||||
<h1>CodeX Editor</h1>
|
||||
|
||||
<button id="export_html">Экспорт</button>
|
||||
<button id="import_html">Импорт</button>
|
||||
<br>
|
||||
<br>
|
||||
<form action="">
|
||||
|
||||
<textarea name="" id="codex_editor" cols="30" rows="10"></textarea>
|
||||
<textarea name="" id="codex_editor" cols="30" rows="10" style="width: 100%;height: 300px;"></textarea>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue