From 7759f9e427ef9654c19de540c9079c0de1b9186a Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 16 Dec 2025 13:24:43 +0100 Subject: [PATCH] feat: add single-file standalone editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created full-editor-standalone.html that embeds all JavaScript inline. This file can be copied anywhere and opened directly without needing any other files or dependencies (except marked.js from CDN). Perfect for distribution and testing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- examples/full-editor-standalone.html | 1200 ++++++++++++++++++++++++++ 1 file changed, 1200 insertions(+) create mode 100644 examples/full-editor-standalone.html diff --git a/examples/full-editor-standalone.html b/examples/full-editor-standalone.html new file mode 100644 index 0000000..9fe3cfb --- /dev/null +++ b/examples/full-editor-standalone.html @@ -0,0 +1,1200 @@ + + + + + + TestDrive-JSUI - Full Editor (Standalone) + + + + +
+

📝 TestDrive-JSUI Full Editor (Standalone)

+

+ Complete interactive markdown editor - all JavaScript embedded in this single file. + Click any section to edit, use the toolbar for document operations. +

+
+ +
+ ✨ Single File: This version includes all JavaScript code embedded, + so you can copy this one file anywhere and it will work! +
+ +
+ + + + + +
+ +
+ +
+ +
+
+ Mode: + edit +
+
+ Sections: + 0 +
+
+ Words: + 0 +
+
+ Characters: + 0 +
+
+ + + + + + + + + + + + +