This commit is contained in:
2025-10-26 08:14:23 +04:00
parent 12b4685457
commit 5c9e07eee0
7 changed files with 213 additions and 140 deletions

View File

@@ -80,7 +80,6 @@
<!-- Preview Pane -->
<div class="col preview-pane" id="previewPane">
<h3>Preview</h3>
<div id="preview">
<p class="text-muted">Start typing in the editor to see the preview</p>
</div>
@@ -158,13 +157,13 @@
<!-- Mermaid for diagrams -->
<script src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"></script>
<script src="/static/js/file-tree-actions.js"></script>
<script src="/static/js/webdav-client.js"></script>
<script src="/static/js/file-tree.js"></script>
<script src="/static/js/editor.js"></script>
<script src="/static/js/ui-utils.js"></script>
<script src="/static/js/app.js"></script>
<script src="/static/js/column-resizer.js"></script>
<script src="/static/js/webdav-client.js" defer></script>
<script src="/static/js/file-tree.js" defer></script>
<script src="/static/js/editor.js" defer></script>
<script src="/static/js/ui-utils.js" defer></script>
<script src="/static/js/file-tree-actions.js" defer></script>
<script src="/static/js/column-resizer.js" defer></script>
<script src="/static/js/app.js" defer></script>
</body>
</html>