Inline Relationships at text editor

System Information
  • Strapi Version: 4.3.8
  • Operating System: Ubuntu 22.04
  • Database: SQLite
  • Node Version: 14.20.0
  • NPM Version:
  • Yarn Version: 1.22.10

Hi!

Im looking to implement a function to the strapi wyswyq text editor where i can make inline relationships. I have a great example (sorry another framewrok): How To Use Document Fields - Keystone 6 Documentation
Almost exatly what i want to recreate at strapi. Everybody has some hint, or some experience with text editors in strapi and inline relations with gui?

Thany a lot!

1 Like

Hi @c001os ! Have you found a solution for this? I’m facing the same use case, so far here’s what I’m planning to do:

  • Replacing native wysiwyg editor with Tiptap editor (custom plugin)
  • Building a custom “Node” in TipTap to let my publishers select and embed current relations of the content-type they’re editing. (TipTap gives you control on the editing experience as well as the html output)

What I’m trying to figure out is how can I access “current relations” of a content-type from within the editor…

Will update here as I move forward on this.

1 Like