Commit Graph

29 Commits

Author SHA1 Message Date
Tom Moor
3613e01094 Insert block menu (#297)
* Insert block behavior

* Functional with horizontal rule

* Add list and image upload working

* Cleanup typing

* Closest to correct behavior so far

* Improve block insert on list

* Hide (+) after clicking menu item

* Bad merge
2017-10-17 20:22:20 -07:00
Tom Moor
7bdfab84e3 Merge branch 'master' into ui-improves 2017-10-01 21:52:25 -04:00
Tom Moor
6ddd07172a Strike through done checkbox items 2017-10-01 16:05:40 -07:00
Tom Moor
cfc9e6fb6b Dont show caption placeholder in reading mode.
Make it easier to escape image selected state
2017-10-01 10:58:20 -07:00
Tom Moor
abff5aa331 Prevent cropping of descenders 2017-10-01 10:05:59 -07:00
Tom Moor
2c07ab4216 Added ability to caption images (stored in alt) 2017-10-01 10:03:05 -07:00
Tom Moor
606dc69204 Link Toolbar Improves (#269)
* WIP

* Internal link handling

* Keyboard navigation of link select

* More constants

* Save relative urls.
Relative urls are atlas urls
2017-09-27 23:29:48 -04:00
Tom Moor
6d4466b994 Fix up/down arrow navigation 2017-09-25 21:45:01 -07:00
Tom Moor
fc98e96d94 cleanup 2017-09-25 21:40:59 -07:00
Tom Moor
799ba2f5e3 Markdown shortcuts for checkbox lists 2017-09-25 20:55:13 -07:00
Tom Moor
c3c9c68ce6 Fix target on editor links, closes #246 2017-09-13 23:18:21 -07:00
Tom Moor
42972fda39 Update Heading.js 2017-09-13 19:11:55 -07:00
Tom Moor
406e94372f Fixes no formatting toolbar on selecting heading 2017-09-12 07:59:01 -07:00
Jori Lallo
57853861e5 LinkToolbar fixes 2017-09-11 00:07:51 -07:00
Jori Lallo
1e3caa00a7 fixed 2017-09-10 18:58:15 -07:00
Jori Lallo
c3d918e165 lint 2017-09-10 18:44:35 -07:00
Jori Lallo
2140a0698a Refactor CSS modules out 2017-09-10 18:44:35 -07:00
Tom Moor
3c378daa19 Remove unused icons 2017-09-04 13:23:20 -07:00
Tom Moor
5f514f559c Show selected state 2017-08-27 09:51:37 -07:00
Tom Moor
667d1caf11 Added: Placeholder when uploading images 2017-08-26 22:37:20 -07:00
Tom Moor
38c8a46d32 'Copy to Clipboard' functionality (#163)
* Adds 'Copy to Clipboard' functionality to all code blocks in readOnly

* Show on hover, move to SC

* 💚

* PR feedback
2017-08-02 22:10:58 -07:00
Tom Moor
ca35cee841 Move star out of editor into documentpreview (#174)
* Move star out of editor into documentpreview

* 💚
2017-08-02 20:45:09 -07:00
Tom Moor
297bf850c2 Align title correctly when first character is emoji 2017-07-29 16:15:04 -07:00
Tom Moor
9c3e1d470c Fixes #169 2017-07-18 22:55:50 -07:00
Tom Moor
b6616cd05a Various editor fixes (#160)
* Tab should move to body from heading

* Focus editor on mount, closes #156

* Closes #154 - Just went for the simple approach here, considered something more complex but this is clear

* Added body placeholder
2017-07-17 09:03:29 -07:00
Jori Lallo
306e81a731 Fixed padding and aligned for editor in readonly mode 2017-07-16 14:50:34 -07:00
Jori Lallo
f175d4c1d2 Style fixes 2017-07-12 23:37:46 -07:00
Tom Moor
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
Tom Moor
e791509dac Moving previews to client side rendering for consistency 2017-05-25 00:07:41 -07:00