autumnnote-vue 1.8.1 → 1.8.2
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/autumnnote-vue)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
|
-
Official **Vue 3 wrapper** for [AutumnNote](https://
|
|
7
|
+
Official **Vue 3 wrapper** for [AutumnNote](https://autumn.konexforge.com/) — the zero-dependency WYSIWYG rich-text editor built with vanilla JavaScript.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -51,7 +51,7 @@ function handleSave() {
|
|
|
51
51
|
|
|
52
52
|
| Prop | Type | Description |
|
|
53
53
|
|---|---|---|
|
|
54
|
-
| `options` | `AsnOptions` | Editor configuration. See [all options](https://
|
|
54
|
+
| `options` | `AsnOptions` | Editor configuration. See [all options](https://autumn.konexforge.com/docs.html#options). |
|
|
55
55
|
|
|
56
56
|
## Accessing the editor instance
|
|
57
57
|
|
|
@@ -131,8 +131,8 @@ const options: AsnOptions = { height: 300, bubbleToolbar: true };
|
|
|
131
131
|
|
|
132
132
|
## Links
|
|
133
133
|
|
|
134
|
-
- [Documentation](https://
|
|
135
|
-
- [Playground](https://
|
|
134
|
+
- [Documentation](https://autumn.konexforge.com/docs.html)
|
|
135
|
+
- [Playground](https://autumn.konexforge.com/playground.html)
|
|
136
136
|
- [GitHub](https://github.com/cmm-cmm/Autumn-Note)
|
|
137
137
|
- [npm — autumnnote](https://www.npmjs.com/package/autumnnote)
|
|
138
138
|
- [npm — autumnnote-react](https://www.npmjs.com/package/autumnnote-react)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autumnnote-vue",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Official Vue 3 wrapper for AutumnNote — zero-dependency WYSIWYG editor. Mount the editor with a single component and access the full Context API via ref.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"quill-alternative",
|
|
41
41
|
"tinymce-alternative"
|
|
42
42
|
],
|
|
43
|
-
"homepage": "https://
|
|
43
|
+
"homepage": "https://autumn.konexforge.com/",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
46
|
"url": "git+https://github.com/cmm-cmm/Autumn-Note.git",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
60
60
|
"vite": "^6.0.0",
|
|
61
61
|
"vue": "^3.4.0",
|
|
62
|
-
"autumnnote": "1.8.
|
|
62
|
+
"autumnnote": "1.8.2"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "vite build"
|