xiaodao-editor 0.1.15 → 0.1.16

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,6 +1,6 @@
1
1
  # 小刀编辑器 (Xiaodao Editor)
2
2
 
3
- **中文** | [English](./README.md)
3
+ **中文** | [English](./README.md) | [演示](https://editor.xdz.me)
4
4
 
5
5
  [![Downloads](https://img.shields.io/npm/d18m/xiaodao-editor)](https://www.npmjs.com/package/xiaodao-editor)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Xiaodao Editor
2
2
 
3
- [中文](./README.ZH.md) | **English**
3
+ [中文](./README.ZH.md) | **English** | [Demo](https://editor.xdz.me)
4
4
 
5
5
  [![Downloads](https://img.shields.io/npm/d18m/xiaodao-editor)](https://www.npmjs.com/package/xiaodao-editor)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaodao-editor",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Notion-style block editor for Vue 3",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -8,11 +8,22 @@
8
8
  "keywords": [
9
9
  "vue",
10
10
  "vue3",
11
- "editor",
11
+ "vue-component",
12
12
  "block-editor",
13
13
  "notion",
14
+ "editor",
14
15
  "rich-text",
15
- "wysiwyg"
16
+ "text-editor",
17
+ "wysiwyg",
18
+ "markdown",
19
+ "content-editor",
20
+ "block",
21
+ "note",
22
+ "块编辑器",
23
+ "富文本编辑器",
24
+ "笔记编辑器",
25
+ "内容编辑",
26
+ "模块化编辑器"
16
27
  ],
17
28
  "files": [
18
29
  "dist"