Provide a way to build embeds with tags
Possibly, we could provide a parameter inside the tag command(to call them), to have the name of the tag as a title, and the content of the tag as the description of the embed?
Basically, you can call the tag as text or as an embed.
I would say tags that are embeds can only be created in the Web Client.
Would that require changes to the model? How would MODiX know when a tag is called(either inline or with the command itself), whether to generate as an embed or as text? We could just theoretically just pass in a boolean GenerateAsEmbed on the TagEntity itself.