- Issue created by @wouters_f
- 🇵🇹Portugal marcofernandes
I've been playing a bit integrating AI module that you mention → with Gutenberg. But didn't progress much.
I think a good example of what Drupal Gutenberg should take inspiration is the AI Writer plugin. - 🇱🇹Lithuania mindaugasd
I started using Gutenberg with AI almost 2 years ago :-) and still do (legacy app).
It just that Gutenberg has nice markup behind the scenes, easy to embed elements to.
For example:
<!-- wp:columns --> <div class="wp-block-columns"> <!-- wp:column {"className":"ai-image"} --> <div class="wp-block-column ai-image"><!-- wp:drupalmedia/drupal-media-entity {"mediaEntityIds":["313"],"viewMode":"content"} /--></div> <!-- /wp:column --> <!-- wp:column {"className":"ai-image"} --> <div class="wp-block-column ai-image"><!-- wp:drupalmedia/drupal-media-entity {"mediaEntityIds":["314"],"viewMode":"content"} /--></div> <!-- /wp:column --> <!-- wp:column {"className":"ai-image"} --> <div class="wp-block-column ai-image"><!-- wp:drupalmedia/drupal-media-entity {"mediaEntityIds":["315"],"viewMode":"content"} /--></div> <!-- /wp:column --> </div> <!-- /wp:columns -->
I don't know how it is useful for you now, but still was very simple to work with.
- 🇱🇹Lithuania mindaugasd
Prototype of this https://www.drupal.org/project/aiwork → is using Gutenberg exactly.
- 🇱🇹Lithuania mindaugasd
New related module https://www.drupal.org/project/gutenberg_ai_tools →