@nonoim/editor-react
v0.5.1
Published
The official React adapter for nonoMark.
Readme
@nonoim/editor-react
The official React adapter for nonoMark. It shares Markdown protection and image upload contracts with the Vue adapter.
import { NonoEditor } from '@nonoim/editor-react';
import '@nonoim/editor-react/style.css';
<NonoEditor value={markdown} onChange={setMarkdown} />Use importRemoteImages={importRemoteImages} to let the host import http/https images found in the current Markdown or HTML paste. Successful assets should return the input reference id; storage and download security remain host responsibilities.
