autumnnote 1.12.0 → 1.14.0

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 CHANGED
@@ -1,6 +1,6 @@
1
- # AutumnNote — WYSIWYG Rich Text Editor
1
+ # Autumn Note — WYSIWYG Rich Text Editor
2
2
 
3
- <p align="center"><img src="public/image/banner.png" width="120" alt="AutumnNote Banner"/></p>
3
+ <p align="center"><img src="public/image/banner.png" width="120" alt="Autumn Note Banner"/></p>
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/autumnnote?label=version&color=blue&logo=npm)](https://www.npmjs.com/package/autumnnote)
6
6
  [![npm downloads](https://img.shields.io/npm/dw/autumnnote?label=downloads%2Fweek&logo=npm&color=cb3837)](https://www.npmjs.com/package/autumnnote)
@@ -18,7 +18,7 @@ A **zero-dependency WYSIWYG rich-text editor** built with vanilla JavaScript (ES
18
18
 
19
19
  [Live Demo](https://autumn.konexforge.com/) · [Docs](https://autumn.konexforge.com/docs.html) · [Playground](https://autumn.konexforge.com/playground.html)
20
20
 
21
- <p align="center"><img src="examples/Screenshot.png" alt="AutumnNote Screenshot"/></p>
21
+ <p align="center"><img src="examples/Screenshot.png" alt="Autumn Note Screenshot"/></p>
22
22
 
23
23
  ---
24
24
 
@@ -770,9 +770,9 @@ Build output in `dist/`:
770
770
 
771
771
  ## Comparison
772
772
 
773
- The table below compares AutumnNote against popular WYSIWYG editors: **Summernote**, **Quill**, and **TinyMCE**. Comparison is based on publicly documented feature sets.
773
+ The table below compares Autumn Note against popular WYSIWYG editors: **Summernote**, **Quill**, and **TinyMCE**. Comparison is based on publicly documented feature sets.
774
774
 
775
- | Feature | Summernote | Quill | TinyMCE | **AutumnNote** |
775
+ | Feature | Summernote | Quill | TinyMCE | **Autumn Note** |
776
776
  |---|---|---|---|---|
777
777
  | jQuery dependency | Required | Required | Optional | **None** |
778
778
  | Runtime dependencies | Several | Several | 1–2 | **Zero** |
@@ -17962,7 +17962,7 @@ var AutumnNote = {
17962
17962
  /** All pre-built button definitions — accessible in every module format including UMD/CJS. */
17963
17963
  buttons,
17964
17964
  /** Library version */
17965
- version: "1.12.0"
17965
+ version: "1.14.0"
17966
17966
  };
17967
17967
  /**
17968
17968
  * @param {string|Element|NodeList|Element[]} selector