Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

editure

tuture-dev74MIT0.1.13TypeScript support: included

The richtext markdown editor from the future.

readme

Editure Core

This package contains low-level utilities for building awesome markdown editors with Slate.

Project Structure

The editure package consists of five components:

  1. helpers: this directory contains utilities for working with Nodes in Slate.
  2. plugins: this directory implements several ready-to-use Slate plugins.
  3. serializers: this directory provides serializers/parsers for working with HTML and markdown.
  4. selection.js: this module provides helpers for working with editor selection.
  5. utils.js: this module provides miscellaneous utilities.

API Reference

NOTE: All APIs below are exported from the package level.

helpers