1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 09:13:24 +01:00
Samy Pessé 17f703cecb WIP: Add transform wrapText (#227)
* Add basic implementation of wrapText

* Default suffix for wrapText to prefix

* Add more tests for afterText

* Add tests "whole-block" and "empty-block" for wrapText

* Add tests for across-blocks and across-inlines

* Preserve selection on wrapText

* Remove comment about cursor position

* Document transformation "wratTextAtRange"
2016-08-09 09:11:21 -07:00
..
2016-08-09 09:11:21 -07:00
2016-07-06 16:23:01 -07:00

This directory contains the core logic of Slate. It's separated further into a series of directories:

  • Components — containing the React components Slate renders.
  • Models — containing the models that define Slate's internal data structure.
  • Plugins — containing the plugins that ship with Slate by default.
  • Serializers — containing the serializers that ship with Slate by default.
  • Utils — containing a few private convenience modules.

Feel free to poke around in each of them to learn more!