geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
39 stars 2 forks source link

Add Insert module for Images on Blog Posts #107

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

I had it configured in Drupal 7, and it was soooo much faster than manually formatting everything like I'm doing currently in Drupal 8...

https://www.drupal.org/project/insert

geerlingguy commented 4 years ago

(Ideally it would be nice to be able to insert as markdown but HTML is fine too.)

geerlingguy commented 4 years ago

Opened upstream issue: If twig debug mode is on, insert injects theme suggestion HTML comments.

geerlingguy commented 4 years ago

Another upstream issue: Maximum image insert width setting not applying when inserting original image.

geerlingguy commented 4 years ago

And one more, for good measure: Alt text is not inserted (nor available to template) with core image field.

geerlingguy commented 4 years ago

I'm gonna roll with it, and just live with the current set of bugs. I've also set up a custom template so I can tweak some of the display so it just has what I need.