An open API service indexing awesome lists of open source software.

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

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.