From 9728fb7b6ecf8a0aa71596b56dc71ca87f08a60c Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Fri, 24 Jul 2026 17:33:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(site):=20demo.html=20full-feature=20showca?= =?UTF-8?q?se=20=E2=80=94=20all=20v0.1.14=20capabilities=20enabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Demo now demonstrates: - Syntax highlighting editor (toggle via 🎨 高亮 button) - Line numbers with current line highlight - Zen mode (🧘 button) - Outline panel (📋 toggle) - Word wrap toggle (↩ button) - All 6 plugins: autoSave, exportTool, searchReplace, imagePaste, shortcutHelp, fileSystem - Disk file open/save (📂 💾 buttons via File System Access API) - Toast notifications (💬 button) - Theme/locale switching - Mode switching (edit/split/preview) - Preview link interception (onLinkClick) - Mermaid diagram example - Mathematical formulas, footnotes, nested lists, task lists - Custom shortcut Ctrl+Shift+T - File open/save event listeners with toast feedback --- site/demo.html | 674 +++++++++++++++---------------------------------- 1 file changed, 210 insertions(+), 464 deletions(-) diff --git a/site/demo.html b/site/demo.html index 3f2b136..27ef551 100644 --- a/site/demo.html +++ b/site/demo.html @@ -4,196 +4,42 @@ -MetonaEditor v0.1.14 — 在线演示 +MetonaEditor v0.1.14 — 全功能演示 @@ -203,318 +49,218 @@
v0.1.14 零依赖 - 532 tests - MIT + 535 tests + 6 插件 中文优先
-
- 🏠 - +
+ 🏠 - - + - - + -
- - - -
- + + +
- - -
- - -
- - -
- - -
- - - + + + + + + +
-
-
-
+
-
-
📝
-

丰富语法

-

数学公式、脚注、定义列表、嵌套列表、表格对齐、任务列表、Emoji

-
-
-
⌨️
-

快捷键

-

Ctrl+B 粗体 · Ctrl+I 斜体 · Ctrl+S 保存 · Ctrl+F 搜索 · Ctrl+H 替换

-
-
-
🎨
-

4 套主题

-

亮色 · 暗色 · 暖色 · 跟随系统,实例级隔离,外部主题跟随

-
-
-
🔌
-

4 个插件

-

自动保存草稿 · 导出 MD/HTML · 搜索替换 · 图片粘贴

-
-
-
🧩
-

编辑增强

-

行号装订线 · 智能 Enter · 括号自动闭合 · 拖放文件 · 大纲面板

-
-
-
🛡️
-

安全

-

XSS 防护 · URL 协议过滤 · HTML 实体保护 · sanitize 钩子

-
+
🎨

语法高亮编辑区

标题/粗体/斜体/代码/链接/图片/列表等 10 种语法实时着色

+
📂

磁盘文件读写

File System Access API 打开/保存真实磁盘 .md 文件

+
🔢

行号装订线

当前行高亮,与编辑区滚动同步

+
🧘

Zen 专注模式

工具栏自动隐藏,鼠标移到顶部滑入

+
⌨️

快捷键面板

按 ? 查看全部快捷键,Ctrl+F/H 搜索替换

+
📊

Mermaid 图表

```mermaid 代码块,加载 Mermaid.js 即可渲染

+
🔌

6 个预设插件

autoSave / exportTool / searchReplace / imagePaste / shortcutHelp / fileSystem

+
🛡️

XSS 安全防护

HTML 转义 · URL 协议过滤 · sanitize 钩子