Automattic / liveblog

Liveblogging done right. Using WordPress.
https://wordpress.org/plugins/liveblog/
308 stars 122 forks source link

Add headline/title to each update #375

Open paulschreiber opened 6 years ago

paulschreiber commented 6 years ago

Allow live blog updates to have an optional headline/title.

cain commented 6 years ago

@paulschreiber any specifications on the best way to do this? Inside the editor or a separate field? I love the way medium does it.

paulschreiber commented 6 years ago

We have this done. @adamsilverstein will be submitting a PR soon. You can see it in my fork.

adamsilverstein commented 6 years ago

@cain We implemented this as comment meta on the live updates. A new headline field is added above the editor and sent along with crud requests. You can see the changes for this feature (with only a few auxiliary changes) in this PR: https://github.com/paulschreiber/liveblog/pull/17/files and as Paul mentioned I'm working on a more complete PR with all of our recent updates.

cain commented 6 years ago

@jvpcode

cain commented 6 years ago

Awesome! I'll check this out 😻