diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 5b6fabc..c5a0985 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/README.md b/README.md index dc6629f..4b4a796 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@
- [Demo](#demo) + - [Installation](#installation) - [Get started](#get-started) @@ -20,6 +21,8 @@ - [Props](#props) +- [Contributing](#contributing) +
## Demo @@ -194,3 +197,7 @@ function App () { |onChange|`(value: string) => void`|-| Function to call when the input change |userPathname|`boolean`|/user| URL pathname for the mentioned user (eg: /user/user_id) |...all tiptap features|[EditorOptions](https://github.com/ueberdosis/tiptap/blob/e73073c02069393d858ca7d8c44b56a651417080/packages/core/src/types.ts#L52)|empty| Can access to all tiptap `useEditor` props + +## Contributing + +Get started [here](./CONTRIBUTING.md). diff --git a/package.json b/package.json index 063be78..b68217d 100644 --- a/package.json +++ b/package.json @@ -93,8 +93,6 @@ "@tiptap/starter-kit": "^2.3.1", "@tiptap/suggestion": "^2.3.1", "lowlight": "3.1.0", - "vite": "5.0.8", - "vite-tsconfig-paths": "^4.3.1", "y-prosemirror": "^1.2.3", "y-webrtc": "^10.3.0", "yjs": "^13.6.15" @@ -141,7 +139,9 @@ "react-dom": "^18.2.0", "rimraf": "^5.0.5", "semantic-release": "^23.0.8", - "typescript": "^5.2.2" + "typescript": "^5.2.2", + "vite": "5.0.8", + "vite-tsconfig-paths": "^4.3.1" }, "packageManager": "yarn@4.2.1" }