wagtaildraftail
wagtaildraftail copied to clipboard
🐦📝🍸 Draft.js editor for Wagtail, built upon Draftail and draftjs_exporter
from django.utils.encoding import force_text
I am running the `wagtaildraftail` test environment locally and playing around online at: https://springload.github.io/draftail/ Maybe I am bit of a n00b on this matter but I'm having some difficulty in...
Now that it is merged into Wagtail 2.0, there's little point in updating this package compatibility. Instead, provide an upgrade path since since are handled a bit differently.
See https://github.com/springload/draftail/issues/85. Until there is a new API there, those two sources need to either: - Bail out of the entity adding workflow if the selection is collapsed. - Insert...
See screencast: 
For this to be a pleasant editing experience, we need the styling of the editor to be aligned with that of Wagtail. I don't want to tie Draftail to Wagtail...
- [ ] Do they need a DB? - [ ] Add `test-watch` command. The one in `draftjs_exporter` is based on nodemon. Perhaps there is a more sanctified way to...
It is possible to [configure `style_map`](https://github.com/springload/draftjs_exporter#configuration) with `draftjs_exporter` but `wagtaildraftail` [doesn't forward](https://github.com/springload/wagtaildraftail/blob/6721dd3faf27cc0f13d47d6ec101212b0ab366c7/wagtaildraftail/utils.py#L27-L29) it (it only pass `entity_decorators`, `composite_decorators` and `block_map` through).
Linked from the README, likely on Heroku, ideally without an admin login –– or with a login, but with a daily auto-reset? What is the best practice? To investigate for...