colonynote 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -2
- package/README.zh.md +39 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,8 +12,43 @@ Edit server-side Markdown files directly in your browser — no upload, no downl
|
|
|
12
12
|
|
|
13
13
|
## Screenshots
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
### Editor — Light & Dark Themes
|
|
16
|
+
|
|
17
|
+
<table>
|
|
18
|
+
<tr>
|
|
19
|
+
<td width="50%"><img src="screenshots/light-editor.png" alt="Light Theme Editor"></td>
|
|
20
|
+
<td width="50%"><img src="screenshots/dark-editor.png" alt="Dark Theme Editor"></td>
|
|
21
|
+
</tr>
|
|
22
|
+
<tr>
|
|
23
|
+
<td align="center"><sub><b>Light Theme</b> — file tree, tabs, and outline panel with a 380px draggable width</sub></td>
|
|
24
|
+
<td align="center"><sub><b>Dark Theme</b> — same layout, follows system / light / dark</sub></td>
|
|
25
|
+
</tr>
|
|
26
|
+
</table>
|
|
27
|
+
|
|
28
|
+
### Outline Navigation & Version History
|
|
29
|
+
|
|
30
|
+
<table>
|
|
31
|
+
<tr>
|
|
32
|
+
<td width="50%"><img src="screenshots/outline.png" alt="Outline Panel"></td>
|
|
33
|
+
<td width="50%"><img src="screenshots/version-history.png" alt="Version History Diff"></td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td align="center"><sub><b>Outline Panel</b> — H1–H6 headings, click-to-jump, scroll-spy highlighting; drag the left edge to resize (200–400px)</sub></td>
|
|
37
|
+
<td align="center"><sub><b>Version History</b> — local snapshots with side-by-side diff (previous / current)</sub></td>
|
|
38
|
+
</tr>
|
|
39
|
+
</table>
|
|
40
|
+
|
|
41
|
+
### Search & Mobile
|
|
42
|
+
|
|
43
|
+
<table>
|
|
44
|
+
<tr>
|
|
45
|
+
<td width="50%"><img src="screenshots/search.png" alt="Full-text Search"></td>
|
|
46
|
+
<td width="50%"><img src="screenshots/mobile-editor.png" alt="Mobile Editor"></td>
|
|
47
|
+
</tr>
|
|
48
|
+
<tr>
|
|
49
|
+
<td align="center"><sub><b>Full-text Search</b> — ripgrep-powered fuzzy matching (⌘K)</sub></td>
|
|
50
|
+
<td align="center"><sub><b>Mobile-first UI</b> — 4-item top bar with ⋯ overflow menu, bottom sheet outline</sub></td>
|
|
51
|
+
</tr>
|
|
17
52
|
</table>
|
|
18
53
|
|
|
19
54
|
## Features
|
|
@@ -25,6 +60,7 @@ Edit server-side Markdown files directly in your browser — no upload, no downl
|
|
|
25
60
|
- **LaTeX Math** — Full support for mathematical expressions via KaTeX.
|
|
26
61
|
- **Code Highlighting** — Syntax highlighting for 15+ programming languages with copy-to-clipboard.
|
|
27
62
|
- **Outline Navigation** — Toggleable document outline panel with H1–H6 multi-level headings, click-to-jump and scroll-spy highlighting; works across all editing modes.
|
|
63
|
+
- **Version History** — Local snapshot history with auto-save and manual checkpoints. Side-by-side diff view compares snapshots with the previous version and the current content for easy review and restoration.
|
|
28
64
|
- **Full-text Search** — Search across all your documents with ripgrep-powered fuzzy matching.
|
|
29
65
|
- **Multi-directory Support** — Manage multiple document directories simultaneously, each with its own file tree.
|
|
30
66
|
- **Multi-tab** — Open multiple files in tabs, with dirty-state indicators and auto-save.
|
package/README.zh.md
CHANGED
|
@@ -12,8 +12,43 @@
|
|
|
12
12
|
|
|
13
13
|
## 界面预览
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
### 编辑器 — 浅色与深色主题
|
|
16
|
+
|
|
17
|
+
<table>
|
|
18
|
+
<tr>
|
|
19
|
+
<td width="50%"><img src="screenshots/light-editor.png" alt="浅色主题编辑器"></td>
|
|
20
|
+
<td width="50%"><img src="screenshots/dark-editor.png" alt="深色主题编辑器"></td>
|
|
21
|
+
</tr>
|
|
22
|
+
<tr>
|
|
23
|
+
<td align="center"><sub><b>浅色主题</b> — 文件树、标签页、大纲面板(宽度可拖拽至 380px)</sub></td>
|
|
24
|
+
<td align="center"><sub><b>深色主题</b> — 同一布局,支持浅色 / 深色 / 跟随系统</sub></td>
|
|
25
|
+
</tr>
|
|
26
|
+
</table>
|
|
27
|
+
|
|
28
|
+
### 大纲导航与历史版本
|
|
29
|
+
|
|
30
|
+
<table>
|
|
31
|
+
<tr>
|
|
32
|
+
<td width="50%"><img src="screenshots/outline.png" alt="大纲面板"></td>
|
|
33
|
+
<td width="50%"><img src="screenshots/version-history.png" alt="历史版本 diff"></td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td align="center"><sub><b>大纲面板</b> — H1-H6 标题、点击跳转、scroll spy 高亮;左侧可拖拽调整宽度(200-400px)</sub></td>
|
|
37
|
+
<td align="center"><sub><b>历史版本</b> — 本地快照,支持与上一版本 / 当前内容双栏 diff 对比</sub></td>
|
|
38
|
+
</tr>
|
|
39
|
+
</table>
|
|
40
|
+
|
|
41
|
+
### 搜索与移动端
|
|
42
|
+
|
|
43
|
+
<table>
|
|
44
|
+
<tr>
|
|
45
|
+
<td width="50%"><img src="screenshots/search.png" alt="全文搜索"></td>
|
|
46
|
+
<td width="50%"><img src="screenshots/mobile-editor.png" alt="移动端编辑器"></td>
|
|
47
|
+
</tr>
|
|
48
|
+
<tr>
|
|
49
|
+
<td align="center"><sub><b>全文搜索</b> — 基于 ripgrep 的模糊匹配(⌘K)</sub></td>
|
|
50
|
+
<td align="center"><sub><b>移动端优先</b> — 顶栏 4 项精简 + ⋯ 溢出菜单,大纲用底部 Sheet</sub></td>
|
|
51
|
+
</tr>
|
|
17
52
|
</table>
|
|
18
53
|
|
|
19
54
|
## 功能特性
|
|
@@ -24,7 +59,8 @@
|
|
|
24
59
|
- **Mermaid 图表** — 支持流程图、时序图、类图、状态图、ER 图、甘特图、饼图和用户旅程图。
|
|
25
60
|
- **LaTeX 数学公式** — 通过 KaTeX 完整支持数学公式渲染。
|
|
26
61
|
- **代码高亮** — 支持 15+ 编程语言的语法高亮,带一键复制功能。
|
|
27
|
-
- **大纲导航** — 可切换显隐的文档大纲面板,支持 H1-H6 多级标题、点击跳转、scroll spy 高亮跟随,所见即所得 / 源码 /
|
|
62
|
+
- **大纲导航** — 可切换显隐的文档大纲面板,支持 H1-H6 多级标题、点击跳转、scroll spy 高亮跟随,所见即所得 / 源码 / 阅读三种模式通用。桌面端支持 200-400px 拖拽调整宽度。
|
|
63
|
+
- **历史版本** — 本地快照历史版本,自动保存 + 手动 checkpoint。支持与上一版本、当前内容的双栏 diff 视图,方便预览与恢复。
|
|
28
64
|
- **全文搜索** — 基于 ripgrep 的模糊匹配搜索,快速定位文档内容。
|
|
29
65
|
- **多目录管理** — 同时管理多个文档目录,每个目录独立文件树。
|
|
30
66
|
- **多标签页** — 支持多文件标签页打开,带脏状态提示和自动保存。
|