1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-25 01:33:37 +01:00

52 Commits

Author SHA1 Message Date
Ian Storm Taylor
48573e529e add code highlighting example, still slow 2016-07-06 14:05:35 -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
78a902d7a0 add start of image example 2016-06-28 18:26:56 -07:00
Ian Storm Taylor
85361bf749 add hovering menu example 2016-06-28 15:47:29 -07:00
Ian Storm Taylor
cb2dda5bf4 fix insert fragment logic; 2016-06-27 15:15:11 -07:00
Ian Storm Taylor
9fd4e0af86 cleanup 2016-06-27 14:23:40 -07:00
Ian Storm Taylor
f6c1e8de28 fix fragment pasting 2016-06-27 14:08:30 -07:00
Ian Storm Taylor
0caa49fb10 got pasting fragments working 2016-06-24 18:35:54 -07:00
Ian Storm Taylor
d9a33657a8 got insert fragment working 2016-06-24 18:01:34 -07:00
Ian Storm Taylor
0af3dbcc79 finish draft of insert fragment 2016-06-24 17:22:08 -07:00
Ian Storm Taylor
ef21157dea add insert fragment, remove normalize ranges 2016-06-24 16:02:59 -07:00
Ian Storm Taylor
ce1adf1b36 fix basic copy pate 2016-06-24 14:07:11 -07:00
Ian Storm Taylor
9d62948b1a update link example 2016-06-23 23:39:08 -07:00
Ian Storm Taylor
1c45670ff8 adding selections to transforms 2016-06-23 15:39:44 -07:00
Ian Storm Taylor
c639db25c4 cleanup 2016-06-23 12:34:47 -07:00
Ian Storm Taylor
d637d9e053 change from ordered map to list for nodes 2016-06-23 11:32:24 -07:00
Ian Storm Taylor
06d4216146 make create methods more helpful 2016-06-23 10:43:36 -07:00
Ian Storm Taylor
9c60d7593c add inline wrapping and unwrapping with tests 2016-06-23 10:04:49 -07:00
Ian Storm Taylor
08b77d4c88 more cleanup 2016-06-22 18:59:19 -07:00
Ian Storm Taylor
74cab690e3 broke lots of stuff, but added tests 2016-06-22 18:42:49 -07:00
Ian Storm Taylor
158f390d32 add unwrap transform 2016-06-21 19:02:39 -07:00
Ian Storm Taylor
fccf762efd add wrap transform 2016-06-21 18:00:18 -07:00
Ian Storm Taylor
38b85fe720 fix bugs in rich text example 2016-06-21 17:08:15 -07:00
Ian Storm Taylor
c3257a37d4 distinguish between block and inline nodes 2016-06-21 16:44:11 -07:00
Ian Storm Taylor
7fa78870c3 fix auto-markdown example 2016-06-21 10:43:04 -07:00
Ian Storm Taylor
eae70f0f17 more stuff, started adding auto-markdown example 2016-06-20 19:16:36 -07:00
Ian Storm Taylor
8bf081d26f add set type, bug fixes 2016-06-20 17:38:56 -07:00
Ian Storm Taylor
420d38edec bug fixing 2016-06-20 13:21:24 -07:00
Ian Storm Taylor
6bcac30e64 fixing lots of marks logic 2016-06-20 12:57:31 -07:00
Ian Storm Taylor
d9b4e58029 change isnative flag name 2016-06-18 23:07:55 -07:00
Ian Storm Taylor
ba483d6e7b added no rerendering for character insertion 2016-06-18 23:05:38 -07:00
Ian Storm Taylor
8f64e8941f got undo working properly for different transforms! 2016-06-18 19:18:47 -07:00
Ian Storm Taylor
3bc080d967 add transforms, document, and normalizing 2016-06-18 18:21:21 -07:00
Ian Storm Taylor
1413d57a04 add plaintext example 2016-06-17 19:57:37 -07:00
Ian Storm Taylor
e38ddf4c30 fixes 2016-06-17 18:52:23 -07:00
Ian Storm Taylor
e85ada45e9 more refactoring 2016-06-17 18:36:47 -07:00
Ian Storm Taylor
2d46528aae wow big refactor, added raw serializer 2016-06-17 18:20:26 -07:00
Ian Storm Taylor
8b9f5f0c00 added undo/redo support 2016-06-17 16:10:44 -07:00
Ian Storm Taylor
e907979ff6 remove unused method 2016-06-17 13:35:16 -07:00
Ian Storm Taylor
94fbe87232 big refactor and cleanup of transforms 2016-06-17 13:34:29 -07:00
Ian Storm Taylor
88c58debec got insertion working! 2016-06-17 12:00:15 -07:00
Ian Storm Taylor
e7d94c3c35 more fixes 2016-06-17 00:52:15 -07:00
Ian Storm Taylor
cf9eaccf52 fixing things 2016-06-17 00:34:27 -07:00
Ian Storm Taylor
8ecf90bf7c lots of progress and cleanup 2016-06-17 00:09:54 -07:00
Ian Storm Taylor
e0ca80384e handle split 2016-06-16 16:43:02 -07:00
Ian Storm Taylor
ec7da72562 cleanup 2016-06-16 12:21:39 -07:00
Ian Storm Taylor
de6aeb9dfe fix selecting behavior, got delete and backspace working 2016-06-16 12:12:50 -07:00
Ian Storm Taylor
56727704ee remove unnecessary models 2016-06-15 20:00:41 -07:00