Editure Core
This package contains low-level utilities for building awesome markdown editors with Slate.
Project Structure
The editure
package consists of five components:
- helpers: this directory contains utilities for working with
Node
s in Slate. - plugins: this directory implements several ready-to-use Slate plugins.
- serializers: this directory provides serializers/parsers for working with HTML and markdown.
- selection.js: this module provides helpers for working with editor selection.
- utils.js: this module provides miscellaneous utilities.
API Reference
NOTE: All APIs below are exported from the package level.