mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-13 11:44:55 +01:00
- slate-base64-serializer@0.1.16 - slate-dev-logger@0.1.17 - slate-html-serializer@0.2.2 - slate-hyperscript@0.2.2 - slate-plain-serializer@0.2.2 - slate-prop-types@0.2.2 - slate-react@0.5.3 - slate-simulator@0.1.16 - slate@0.27.2
This package contains the core logic of Slate. It's separated further into a series of directories:
- Changes — containing the changes that are used to alter a Slate document.
- Constants — containing constants that are used in Slate's codebase.
- Models — containing the models that define Slate's data structure.
- Operations — containing the low-level operations that create Slate changes.
- Schemas - containing the core schema that ships with Slate by default.
- Utils — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!