Skip to content
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

Open
jtauber opened this issue Jul 3, 2015 · 6 comments
Open

Support front-end creation and editing of posts #62

jtauber opened this issue Jul 3, 2015 · 6 comments

Comments

@jtauber
Copy link
Member

jtauber commented Jul 3, 2015

as is done for pinax-pages, would be nice to support in pinax-blog

@paltman
Copy link
Member

paltman commented Nov 1, 2015

I would like to see this as a very rich experience leveraging pinax-images and pinax-images-panel. I'm thinking a ReactJS frontend coupled with a pinax-blog-authoring package (or similar) with the following features:

@ossanna16 ossanna16 changed the title support front-end creation and editing of posts Support front-end creation and editing of posts Dec 22, 2015
@paltman
Copy link
Member

paltman commented Jan 23, 2016

Check out the work @davelowe did in #8

@jtauber jtauber added this to the post-16.04 milestone Mar 18, 2016
@jtauber jtauber modified the milestones: post-16.04, post-16.07 Jul 23, 2016
@paltman paltman modified the milestones: post-16.07, post-16.10 Sep 6, 2016
@paltman
Copy link
Member

paltman commented Sep 6, 2016

Instead of ace.js, I wonder about https://quilljs.com/

@paltman
Copy link
Member

paltman commented Sep 6, 2016

@paltman
Copy link
Member

paltman commented Sep 7, 2017

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.

@paltman
Copy link
Member

paltman commented Sep 7, 2017

But this also raises the question of do we care about the Revision model anymore? Do we want to require markup or can we post directly to *_html fields?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants