-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support front-end creation and editing of posts #62
Comments
I would like to see this as a very rich experience leveraging
|
Instead of ace.js, I wonder about https://quilljs.com/ |
I'm now thinking we add the views to support templates/static initially built out in the pinax blog starter project that will run: https://github.com/yabwe/medium-editor with https://github.com/orthes/medium-editor-insert-plugin To provide a medium-like editing experience, complete with auto-saving: yabwe/medium-editor#856 In order to auto-save, we'll need to create a post as soon as we have content to send. This raises the question of how to handle all the various fields. Perhaps we only have a Title and Content fields. The subtitle, which medium seems to make out of an h4 if it's the first bit of content in the content area, could be extracted as the teaser. |
But this also raises the question of do we care about the |
as is done for pinax-pages, would be nice to support in pinax-blog
The text was updated successfully, but these errors were encountered: