1.0.0-beta.18 • Published 12 months ago
@pyrodata/editor v1.0.0-beta.18
@pyrodata/editor
!WARNING
Note that this is still in beta, so expect bugs and breaking changes until we reach v1
This editor is used on the pyrodata.com website to edit posts and pages. It is heavily inspired by the editor used on Reddit.
Installation
Install the package with the package manager you are using.
npm install @pyrodata/editor
Usage
To create a new editor, use the createEditor
method as shown below:
import { createEditor } from '@pyrodata/editor'
import '@pyrodata/editor/dist/style.css'
const element = document.getElementById('editor')
const editor = createEditor(element)
This code snippet initializes a new editor with the default configuration.
More to follow ...
1.0.0-beta.18
12 months ago
1.0.0-beta.17
12 months ago
1.0.0-beta.16
12 months ago
1.0.0-beta.15
12 months ago
1.0.0-beta.14
12 months ago
1.0.0-beta.13
1 year ago
1.0.0-beta.12
1 year ago
1.0.0-beta.11
1 year ago
1.0.0-beta.10
1 year ago
1.0.0-beta.9
1 year ago
1.0.0-beta.8
1 year ago
1.0.0-beta.7
1 year ago
1.0.0-beta.6
1 year ago
1.0.0-beta.5
1 year ago
1.0.0-beta.4
1 year ago
1.0.0-beta.3
1 year ago
1.0.0-beta.2
1 year ago
1.0.0-beta.1
1 year ago
0.0.1
1 year ago