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

16 Commits

Author SHA1 Message Date
Somasundaram Ayyappan
0289edfc29 Rename mark/unmark transforms to addMark/removeMark (#113)
* Rename mark/unmark transforms to addMark/removeMark

* delete gitkeep
2016-07-18 12:00:30 -07:00
Ian Storm Taylor
e6335266eb remove the concept of "unset" selections, normalizing instead, closes #36 2016-07-17 16:50:40 -07:00
Ian Storm Taylor
d995b1ab35 fix a few void block transform and rendering bugs 2016-07-15 12:49:29 -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
d324165978 adds ability to delete in word or line increments, fixes #80 2016-07-14 13:20:27 -07:00
Ian Storm Taylor
f960bf588c more docs 2016-07-12 21:08:40 -07:00
Ian Storm Taylor
226b6592dc add linting 2016-07-06 20:19:19 -07:00
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
1069fee13a add isVoid property to nodes 2016-06-30 11:13:56 -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
cb2dda5bf4 fix insert fragment logic; 2016-06-27 15:15:11 -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