Commit Graph

12 Commits

Author SHA1 Message Date
b25298c8f1 upgraded to react router v4 2017-05-17 19:57:26 -07:00
ff17047791 Slate editor (#38)
* WIP: Slate editor

* WIP

* Focus at start / end working

* ah ha

* Super basic floating toolbar

* Nested list editing

* Pulling more logic into plugins

* inline code markdown

* Backspace at end of code block should remove mark

* Ensure there is always an empty line at editor end

* Add keyboard shortcuts for bold, italic, underline

* Add strikethrough shortcode and toolbar

* Toolbar to declarative
Fixed paragraph styling
Removed unused stuffs

* Super basic link editing

* Split Toolbar, now possible to edit and remove links

* Add new link to selection from toolbar working

* Ensure toolbar doesn't extend off screen

* Fix minor js issues, disable formatting of document title

* Boom, icons

* Remove codemirror, fix MD parsing issues

* CMD+S now saves inplace

* Add --- shortcut for horizontal rule

* Improved styling for link editor

* Add header anchors in readOnly

* More readable core text color

* Restored image file uploading 🎉

* Add support for inline md syntax, ** __ etc

* Centered

* Flooooow

* Checklist support

* Upgrade edit list plugin

* Finally. Allow keydown within rich textarea

* Update Markdown serializer

* Cleanup, remove async editor loading

* Editor > MarkdownEditor
Fixed unsaved changes warning triggered when all changes are saved

* MOAR typing

* Combine edit and view

* Fixed checkboxes still editable in readOnly

* wip

* Breadcrumb
Restored scroll

* Move document scene actions to menu

* Added: Support for code blocks, syntax highlighting

* Cleanup

*  > styled component

* Prevent CMD+Enter from adding linebreak

* Show image uploading in layout activity indicator

* Upgrade editor deps

* Improve link toolbar. Only one scenario where it's not working now
2017-05-17 19:36:31 -07:00
0a76d6af9e Flow for all the files 2017-05-11 17:23:56 -07:00
31d05839ba Removed constants.js 2017-04-29 14:21:02 -07:00
4907bd5d75 Remove cache store 2017-04-29 14:08:15 -07:00
da8cf6f600 Converted a couple of components to flow-types 2017-04-27 22:18:46 -07:00
08b1609440 [chore] added prettier 2017-04-26 21:47:03 -07:00
fcc83dd2d6 New API responses with good errors 2016-09-17 14:53:30 -07:00
f93d979a0f don't supply user agent header 2016-08-15 12:54:33 +02:00
5b3ed8b1f9 Implement 404 for documents 2016-08-03 15:36:50 +03:00
9719496209 Simple cache store 2016-08-01 19:03:17 +03:00
d2187c4b10 Renamed /src to /frontend 2016-07-24 15:32:31 -07:00