reactjs-tiptap-editor-pro 0.2.22

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 hunghg255
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,79 @@
1
+ <p align="center">
2
+ <a href="https://www.npmjs.com/package/reactjs-tiptap-editor" target="_blank" rel="noopener noreferrer">
3
+ <img src="https://api.iconify.design/ic:round-wysiwyg.svg?color=%23bbdf58" alt="logo" width='100'/></a>
4
+ </p>
5
+
6
+ <p align="center">
7
+ A modern WYSIWYG rich-text editor base on Tiptap uses Shadcn components.
8
+ </p>
9
+
10
+ <p align="center">
11
+ <a href="https://www.npmjs.com/package/reactjs-tiptap-editor" target="_blank" rel="noopener noreferrer"><img src="https://badge.fury.io/js/reactjs-tiptap-editor.svg" alt="NPM Version" /></a>
12
+ <a href="https://www.npmjs.com/package/reactjs-tiptap-editor" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/dt/reactjs-tiptap-editor.svg?logo=npm" alt="NPM Downloads" /></a>
13
+ <a href="https://bundlephobia.com/result?p=reactjs-tiptap-editor" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/bundlephobia/minzip/reactjs-tiptap-editor" alt="Minizip" /></a>
14
+ <a href="https://github.com/hunghg255/reactjs-tiptap-editor/graphs/contributors" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/all_contributors-1-orange.svg" alt="Contributors" /></a>
15
+ <a href="https://github.com/hunghg255/reactjs-tiptap-editor/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/hunghg255/reactjs-tiptap-editor" alt="License" /></a>
16
+ <a href="https://webuild.community" target="_blank" rel="noopener noreferrer"><img src="https://raw.githubusercontent.com/webuild-community/badge/master/svg/love.svg" alt="webuild" /></a>
17
+ <a href="https://webuild.community" target="_blank" rel="noopener noreferrer"><img src="https://raw.githubusercontent.com/webuild-community/badge/master/svg/WeBuild.svg" alt="member" /></a>
18
+ </p>
19
+
20
+ ![App Screenshot](./screenshot/screenshot.png)
21
+
22
+ ## Demo
23
+
24
+ [Demo](https://reactjs-tiptap-editor-playground.vercel.app/)
25
+
26
+ ## Documentation
27
+
28
+ [Documentation](https://reactjs-tiptap-editor.vercel.app/)
29
+
30
+ ## Run Locally
31
+
32
+ Clone the project
33
+
34
+ ```bash
35
+ git clone https://github.com/hunghg255/reactjs-tiptap-editor.git
36
+ ```
37
+
38
+ Go to the project directory
39
+
40
+ ```bash
41
+ cd reactjs-tiptap-editor
42
+ ```
43
+
44
+ Install dependencies
45
+
46
+ ```bash
47
+ pnpm install
48
+ ```
49
+
50
+ Start the Demo server
51
+
52
+ ```bash
53
+ npm run build:lib:dev
54
+ npm run playground
55
+ ```
56
+
57
+ ## All Contributors
58
+
59
+ Thanks to the following friends for their contributions to project:
60
+
61
+ ![App Screenshot](./screenshot/contributor-wide.svg)
62
+
63
+ ## Star History
64
+
65
+ <img src="https://api.star-history.com/svg?repos=hunghg255/reactjs-tiptap-editor" />
66
+
67
+ ## Related
68
+
69
+ Here are some related projects
70
+
71
+ [Tiptap](https://tiptap.dev)
72
+
73
+ [Shadcn](https://ui.shadcn.com/)
74
+
75
+ [echo-editor](https://github.com/Seedsa/echo-editor)
76
+
77
+ ## License
78
+
79
+ [MIT](./LICENSE)