1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 17:23:07 +01:00

181 Commits

Author SHA1 Message Date
Ian Storm Taylor
4f06f322cd add raw serializer tests 2016-07-14 16:17:26 -07:00
Ian Storm Taylor
7e5642d848 add ability to turn off collapsed cursor marks, closes #88 2016-07-14 14:34:04 -07:00
Ian Storm Taylor
bf1ea4f975 fix delete forward/backward to be unicode aware, closes #87 2016-07-14 13:42:10 -07:00
Ian Storm Taylor
d324165978 adds ability to delete in word or line increments, fixes #80 2016-07-14 13:20:27 -07:00
Ian Storm Taylor
21cde81ee7 typo 2016-07-14 09:27:41 -07:00
Ian Storm Taylor
87ea0887bf add support for collapsed cursor marks, fixes #82 2016-07-14 09:22:41 -07:00
Ian Storm Taylor
2aa8239448 fix wrapInline selecting, add rendering tests 2016-07-13 18:56:03 -07:00
Ian Storm Taylor
3d33ab3da2 add plain text serializer 2016-07-13 14:55:41 -07:00
Ian Storm Taylor
510eb63d8d fixes 2016-07-12 21:14:21 -07:00
Ian Storm Taylor
f960bf588c more docs 2016-07-12 21:08:40 -07:00
Ian Storm Taylor
cf72a88bdb add document, inline and node reference 2016-07-12 17:31:45 -07:00
Ian Storm Taylor
fae913b2c2 add moveToOffsets transform, fixes #70 2016-07-12 12:26:32 -07:00
Ian Storm Taylor
7aa475d74d fix state.moveTo transform 2016-07-12 12:24:13 -07:00
Ian Storm Taylor
2f22fb3366 fix placeholder positioning 2016-07-11 19:44:24 -07:00
Ian Storm Taylor
aec4d299ce fix typo 2016-07-11 19:32:02 -07:00
Ian Storm Taylor
56cc6101d9 add editor className and style properties 2016-07-11 19:28:35 -07:00
Ian Storm Taylor
1d075c71c7 add editor placeholder styles properties 2016-07-11 19:24:10 -07:00
Ian Storm Taylor
1dd2ff6243 placeholder fixes 2016-07-11 19:06:08 -07:00
Ian Storm Taylor
3d191dbf14 add placeholder 2016-07-11 18:36:45 -07:00
Ian Storm Taylor
806ffc38df add blur/focus, add dist 2016-07-11 16:44:37 -07:00
Ian Storm Taylor
b6f7f70c53 update docs 2016-07-11 13:47:28 -07:00
Ian Storm Taylor
4cafb94837 add more docs 2016-07-08 12:24:49 -07:00
Ian Storm Taylor
9b3bcd837d fix firefox support 2016-07-07 19:37:34 -07:00
Ian Storm Taylor
226b6592dc add linting 2016-07-06 20:19:19 -07:00
Ian Storm Taylor
8679445fbc update readmes 2016-07-06 16:23:01 -07:00
Ian Storm Taylor
ef207a35b9 update utils readme 2016-07-06 16:21:42 -07:00
Ian Storm Taylor
047488dfbb add more readmes 2016-07-06 16:21:05 -07:00
Ian Storm Taylor
69f990cccb add plugins and serializers readmes 2016-07-06 16:16:58 -07:00
Ian Storm Taylor
6a25bee4e4 update components readme 2016-07-06 16:07:28 -07:00
Ian Storm Taylor
702ac2940f update components readme 2016-07-06 16:07:00 -07:00
Ian Storm Taylor
72cc44380b add models readme 2016-07-06 16:05:48 -07:00
Ian Storm Taylor
28e6753f3b update components readme 2016-07-06 15:59:16 -07:00
Ian Storm Taylor
bee2a6d9be update components readme 2016-07-06 15:43:59 -07:00
Ian Storm Taylor
eeb571cf03 update components readme 2016-07-06 15:33:50 -07:00
Ian Storm Taylor
6db926a21c update components readme 2016-07-06 15:31:42 -07:00
Ian Storm Taylor
2e96c1b5b3 update components readme 2016-07-06 15:31:05 -07:00
Ian Storm Taylor
249f0431fb update components readme 2016-07-06 15:30:36 -07:00
Ian Storm Taylor
b192d5438a add components readme 2016-07-06 15:29:40 -07:00
Ian Storm Taylor
14e02b1c67 fix renderers in core plugin 2016-07-06 14:48:40 -07:00
Ian Storm Taylor
de4afd38b1 cleanup renderers in examples, fixes #43 2016-07-06 14:42:59 -07:00
Ian Storm Taylor
e9ed40dd7f remove default export, fixes #42 2016-07-06 14:21:11 -07:00
Ian Storm Taylor
48573e529e add code highlighting example, still slow 2016-07-06 14:05:35 -07:00
Ian Storm Taylor
aa8e295a2d fix void selection behavior 2016-07-01 13:03:22 -07:00
Ian Storm Taylor
1c8986019d fix double selecting 2016-06-30 18:58:07 -07:00
Ian Storm Taylor
a8f26df61b fix deleting for void nodes; 2016-06-30 18:42:10 -07:00
Ian Storm Taylor
c98845e3a0 fix arrow key behavior on void nodes 2016-06-30 14:37:29 -07:00
Ian Storm Taylor
1069fee13a add isVoid property to nodes 2016-06-30 11:13:56 -07:00
Ian Storm Taylor
aba40a2aaf got void components working 2016-06-30 10:43:24 -07:00
Ian Storm Taylor
27e71715a6 fix fragment pasting, remove <b> and <i> from paste html marks 2016-06-29 11:27:06 -07:00
Ian Storm Taylor
2f2437476e add paste html example with first stab at html serializer 2016-06-29 10:43:22 -07:00