notes editor - dynamically load 'tiny' script

This commit is contained in:
Azgaar 2022-02-14 23:53:15 +03:00
parent fe8457ac4c
commit b970ea12ad
3 changed files with 51 additions and 60 deletions

View file

@ -2919,7 +2919,7 @@
<input id="notesName" data-tip="Set element name" autocorrect="off" spellcheck="false" style="width: 16em">
<span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span>
</div>
<div id="notesLegend" style="padding: .4em 0"></div>
<div id="notesLegend" contenteditable="true"></div>
<div style="margin-top: 0.3em">
<button id="notesFocus" data-tip="Focus on selected object" class="icon-target"></button>
<button id="notesPin" data-tip="Toggle notes box dispay: hide or do not hide the box on mouse move" class="icon-pin"></button>
@ -4555,8 +4555,6 @@
<script defer src="modules/io/export.js"></script>
<script defer src="modules/io/export-json.js"></script>
<script src="https://cdn.tiny.cloud/1/4i6a79ymt2y0cagke174jp3meoi28vyecrch12e5puyw3p9a/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
<!-- Web Components -->
<script defer src="components/fill-box.js"></script>
</body>