What’s the best pattern to create links inside rich text fields (the markdown default or the HTML flavors offered by CKeditor etc.) that reference other content inside Strapi? It’s easy to put in external links; but how would I go about referencing content in another Strapi content item, which should render to different actual URLs in e.g. staging vs. production?
The rich text fields don’t seem to have any sort of abstraction or documentation. What do people do to create Strapi-to-Strapi links?