xiaodao-editor 0.1.13 → 0.1.15

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.ZH.md CHANGED
@@ -1,13 +1,16 @@
1
- # xiaodao-editor
1
+ # 小刀编辑器 (Xiaodao Editor)
2
2
 
3
3
  **中文** | [English](./README.md)
4
4
 
5
+ [![Downloads](https://img.shields.io/npm/d18m/xiaodao-editor)](https://www.npmjs.com/package/xiaodao-editor)
5
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
6
7
  [![Vue 3.4+](https://img.shields.io/badge/Vue-3.4+-42b883.svg)](https://vuejs.org/)
7
8
  [![TypeScript 5.4+](https://img.shields.io/badge/TypeScript-5.4+-3178C6.svg)](https://www.typescriptlang.org/)
8
9
  [![Vite 5.0+](https://img.shields.io/badge/Vite-5.0+-646CFF.svg)](https://vitejs.dev/)
9
10
 
10
- 基于 Vue 3 + TypeScript 的 Notion 风格**块编辑器**。以零运行时依赖的单一包形式提供:一个与框架无关的核心层 + 一个 Vue 视图层。每一种块类型(段落、标题、列表、代码块……)都由**扩展(extension)**提供,因此核心层永远不需要根据块类型做分支判断。
11
+ 基于 Vue 3 + TypeScript 的 Notion 风格 **块编辑器**。以零运行时依赖的单一包形式提供:一个与框架无关的核心层 + 一个 Vue 视图层。每一种块类型(段落、标题、列表、代码块……)都由 **扩展(extension)** 提供,因此核心层永远不需要根据块类型做分支判断。
12
+
13
+ ![预览](./img/preview-1.png)
11
14
 
12
15
  ## 功能特性
13
16
 
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
- # xiaodao-editor
1
+ # Xiaodao Editor
2
2
 
3
3
  [中文](./README.ZH.md) | **English**
4
4
 
5
+ [![Downloads](https://img.shields.io/npm/d18m/xiaodao-editor)](https://www.npmjs.com/package/xiaodao-editor)
5
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
6
7
  [![Vue 3.4+](https://img.shields.io/badge/Vue-3.4+-42b883.svg)](https://vuejs.org/)
7
8
  [![TypeScript 5.4+](https://img.shields.io/badge/TypeScript-5.4+-3178C6.svg)](https://www.typescriptlang.org/)