1448 Commits

Author SHA1 Message Date
Shawn Erquhart
e43edf67b9 Merge pull request #567 from netlify/escape-markdown
escape markdown entities entered as literal text
2017-08-30 10:44:43 -04:00
bruce-one
5dfc0f0f24 Number editor return number. (#541)
Adding support for `min`, `max`, `step` on the input element and adding
`valueType` for specifying the return type, so the `NumberControl` can
return actual numbers.
2017-08-29 19:30:05 -07:00
Shawn Erquhart
8e805cabd8 escape markdown entities entered as literal text 2017-08-29 17:54:52 -04:00
Shawn Erquhart
ac8df98407 Merge pull request #566 from netlify/entry-stop-navigation-on-fail
Do not close entry page if it failed to save or delete.
2017-08-29 14:51:36 -04:00
Caleb
74662cb4bd Do not close entry if it failed to save or delete. 2017-08-29 12:22:48 -06:00
Shawn Erquhart
79c30b9048 Merge pull request #254 from KyleAMathews/cerealize
Migrate rich text editor to Slate backed by Unified
2017-08-25 19:35:11 -04:00
Shawn Erquhart
0ea62e0f9d fix rte pasted links with leading/trailing spaces 2017-08-25 16:45:01 -04:00
Shawn Erquhart
317a876891 fix html paste for visual editor 2017-08-25 16:36:24 -04:00
Shawn Erquhart
9c0b7262ef fix small code issues in RTE implementation 2017-08-25 16:36:22 -04:00
Shawn Erquhart
3d83325afc add node type check to avoid errors in rte 2017-08-25 16:35:25 -04:00
Shawn Erquhart
2bb67321f9 fix visual editor heading line height 2017-08-25 16:35:24 -04:00
Shawn Erquhart
18b98fc1c9 remove superfluous deps, update yarn.lock 2017-08-25 16:35:23 -04:00
Shawn Erquhart
d84b156b0a update existing serialization tests 2017-08-25 16:31:09 -04:00
Shawn Erquhart
cf2b7be25f refactor and document rte serializers 2017-08-25 16:31:09 -04:00
Shawn Erquhart
406ae57d3e add blockquote rte button 2017-08-25 16:31:09 -04:00
Shawn Erquhart
9dcda7b0b9 organize serializers 2017-08-25 16:31:09 -04:00
Shawn Erquhart
dd51f6365c improve visual editor content styling 2017-08-25 16:31:09 -04:00
Shawn Erquhart
1d654662d2 improve shortcode handling in visual editor 2017-08-25 16:31:09 -04:00
Shawn Erquhart
ca60a6b8c9 update Slate shortcode handling to include paragraph 2017-08-25 16:31:09 -04:00
Shawn Erquhart
9174e56414 refactor remarkToRehypeShortcodes 2017-08-25 16:31:09 -04:00
Shawn Erquhart
be7385de29 refactor remark-shortcodes plugin 2017-08-25 16:31:07 -04:00
Shawn Erquhart
6377d8c73e initial refactor, some bugfixes 2017-08-25 16:30:39 -04:00
Shawn Erquhart
1f961d36cf display images inserted through rte 2017-08-25 16:30:39 -04:00
Shawn Erquhart
336cab2592 fix html whitespace truncation 2017-08-25 16:30:39 -04:00
Shawn Erquhart
750fbf5e3d re-implement visual editor link button 2017-08-25 16:30:39 -04:00
Shawn Erquhart
28ee67c35e eliminate unnecessary editor renders 2017-08-25 16:30:39 -04:00
Shawn Erquhart
de1e36108d allow yaml frontmatter parsing 2017-08-25 16:30:39 -04:00
Shawn Erquhart
7a744bef84 improve list handling 2017-08-25 16:30:39 -04:00
Shawn Erquhart
ae7bd79c7a re-implement visual editor html paste 2017-08-25 16:30:39 -04:00
Shawn Erquhart
82d9bdd7ae port history shortcuts from Slate, force focus 2017-08-25 16:30:39 -04:00
Shawn Erquhart
4ac63954ca fix focus update on toolbar block click 2017-08-25 16:30:39 -04:00
Shawn Erquhart
6443f5d808 allow enter key to make space around void nodes 2017-08-25 16:30:39 -04:00
Shawn Erquhart
fbecc887b8 require images to be parsed as shortcodes 2017-08-25 16:30:39 -04:00
Shawn Erquhart
dbf14a8f7b re-enable shortcode insertion via toolbar 2017-08-25 16:30:38 -04:00
Shawn Erquhart
b7379b019e re-implement shortcode parsing to/from mdast 2017-08-25 16:30:38 -04:00
Shawn Erquhart
c95f06138a fix soft break side effects 2017-08-25 16:30:38 -04:00
Shawn Erquhart
842c2935e9 use mdast instead of html for rte local model
markdown is currently serialized to html at load time,
which makes it near impossible to support arbitrary html
in the markdown. This also means we're stringifying to
html on every change.

This commit moves to Remark's MDAST for local serialization,
including parsing from MDAST to Slates's Raw AST. It brings
much more control over the editing experience and full
support for processing unescaped HTML.
2017-08-25 16:30:37 -04:00
Shawn Erquhart
93687d9157 add shortcodes through rte toolbar 2017-08-25 16:28:18 -04:00
Shawn Erquhart
469a50afa4 add idempotent markdown/html shortcode handling 2017-08-25 16:28:18 -04:00
Shawn Erquhart
63e93d79ca improve rte list handling 2017-08-25 16:28:18 -04:00
Shawn Erquhart
31c997897f fix inline code serializing to blocks 2017-08-25 16:28:18 -04:00
Shawn Erquhart
0e50210dcf close blocks on backspace 2017-08-25 16:28:18 -04:00
Shawn Erquhart
09751efe41 allow raw html in markdown 2017-08-25 16:28:18 -04:00
Shawn Erquhart
f22d09b781 add smart soft breaks for visual editor 2017-08-25 16:28:18 -04:00
Shawn Erquhart
fe3d04b722 streamline raw editor pasting 2017-08-25 16:28:18 -04:00
Shawn Erquhart
51cd8d30a5 remove prosemirror dependencies 2017-08-25 16:28:18 -04:00
Shawn Erquhart
24caeadfa4 add list and code toolbar buttons 2017-08-25 16:28:17 -04:00
Shawn Erquhart
ae56ef6dda convert raw editor to Slate 2017-08-25 16:28:17 -04:00
Shawn Erquhart
719c105844 remove logic from raw markdown editor 2017-08-25 16:28:17 -04:00
Shawn Erquhart
b08a9fcaa8 improve Dropbox Paper paste handling 2017-08-25 16:28:17 -04:00