@airalogy/aimd-editor 1.9.0 → 1.9.1
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 +4 -4
- package/README.zh-CN.md +4 -4
- package/dist/{AimdEditorTopBar.vue_vue_type_script_setup_true_lang-DUzstO_i.js → AimdEditorTopBar.vue_vue_type_script_setup_true_lang-BL2zaxn-.js} +375 -355
- package/dist/{AimdSourceEditor.vue_vue_type_script_setup_true_lang-ttzw5IdG.js → AimdSourceEditor.vue_vue_type_script_setup_true_lang-CHXbJJa_.js} +606 -551
- package/dist/embedded.js +1 -1
- package/dist/index.js +2 -2
- package/dist/vue.js +2 -2
- package/package.json +7 -7
- package/src/vue/AimdEditor.vue +26 -1
- package/src/vue/AimdEditorToolbar.vue +2 -2
- package/src/vue/index.ts +3 -0
- package/src/vue/types.ts +18 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @airalogy/aimd-editor
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@airalogy/aimd-editor)
|
|
4
|
-
[](https://github.com/airalogy/
|
|
4
|
+
[](https://github.com/airalogy/airalogy/blob/main/LICENSE)
|
|
5
5
|
|
|
6
6
|
AIMD (Airalogy Markdown) authoring toolkit for Monaco + Vue (WYSIWYG/source workflows).
|
|
7
7
|
|
|
@@ -43,9 +43,9 @@ For advanced embedding, the low-level `AimdWysiwygEditor` now accepts a custom M
|
|
|
43
43
|
|
|
44
44
|
## Documentation
|
|
45
45
|
|
|
46
|
-
- EN: <https://airalogy.github.io/aimd/en/packages/aimd-editor>
|
|
47
|
-
- 中文: <https://airalogy.github.io/aimd/zh/packages/aimd-editor>
|
|
48
|
-
- Source docs: `aimd/
|
|
46
|
+
- EN: <https://airalogy.github.io/airalogy/aimd/en/packages/aimd-editor>
|
|
47
|
+
- 中文: <https://airalogy.github.io/airalogy/aimd/zh/packages/aimd-editor>
|
|
48
|
+
- Source docs: `docs/aimd/en/packages/aimd-editor.md`, `docs/aimd/zh/packages/aimd-editor.md`
|
|
49
49
|
|
|
50
50
|
## Citation
|
|
51
51
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @airalogy/aimd-editor
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@airalogy/aimd-editor)
|
|
4
|
-
[](https://github.com/airalogy/
|
|
4
|
+
[](https://github.com/airalogy/airalogy/blob/main/LICENSE)
|
|
5
5
|
|
|
6
6
|
面向 AIMD(Airalogy Markdown)的编辑工具包(Monaco + Vue,可视化/源码双模式)。
|
|
7
7
|
|
|
@@ -43,6 +43,6 @@ Vue 源码编辑器会显示 parser 级语义 warning,包括 AIMD var 默认
|
|
|
43
43
|
|
|
44
44
|
## 文档
|
|
45
45
|
|
|
46
|
-
- EN: <https://airalogy.github.io/aimd/en/packages/aimd-editor>
|
|
47
|
-
- 中文: <https://airalogy.github.io/aimd/zh/packages/aimd-editor>
|
|
48
|
-
- 文档源码:`aimd/
|
|
46
|
+
- EN: <https://airalogy.github.io/airalogy/aimd/en/packages/aimd-editor>
|
|
47
|
+
- 中文: <https://airalogy.github.io/airalogy/aimd/zh/packages/aimd-editor>
|
|
48
|
+
- 文档源码:`docs/aimd/en/packages/aimd-editor.md`、`docs/aimd/zh/packages/aimd-editor.md`
|