mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-23 16:55:23 +01:00
* Experimental release to see if CustomTypes holds up through a publish * Add experimental release script * Fix lint * v0.60.5-alpha.0 * Allow null properties in setNodes * v0.60.6-alpha.0 * Revert null properties on Transforms.setNodes * v0.60.7-alpha.0 * Update examples to use custom Element and Text with discriminated unions * Add documentation for using TypeScript improvements * Be explicit about typescript version in package.json * Force lerna bootstrap to fix build issues on CI and fix a few type examples * Add slate devDependencies with * back * v0.60.7 * Switch to a non prerelease version to fix lerna not linking in root * Add documentation for not using prerelease versions and on how to create experimental releases * Try removing lerna bootstrap and see if it works
1.5 KiB
1.5 KiB
Walkthroughs
- Installing Slate
- Adding Event Handlers
- Defining Custom Elements
- Applying Custom Formatting
- Executing Commands
- Saving to a Database
- Using the Bundled Source
Concepts
- Interfaces
- Nodes
- Locations
- Commands
- Operations
- Editor
- Plugins
- Rendering
- Serializing
- Normalizing
- TypeScript
- Migrating