https://github.com/collaborne/prosemirror-hyperlink
Prosemirror plugin to add hyperlink support
https://github.com/collaborne/prosemirror-hyperlink
Last synced: about 2 months ago
JSON representation
Prosemirror plugin to add hyperlink support
- Host: GitHub
- URL: https://github.com/collaborne/prosemirror-hyperlink
- Owner: Collaborne
- License: apache-2.0
- Created: 2020-06-20T09:09:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T14:21:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T22:38:54.646Z (2 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prosemirror-hyperlink
A Prosemirror plugin to add hyperlink support.
## Installation
```bash
npm i prosemirror-hyperlink
```## Usage
See [Markdown Editor component](https://github.com/Collaborne/mwc-markdown-editor) for an example how to integrate this plugin.