-
Notifications
You must be signed in to change notification settings - Fork 15
Description
To add rich + useful content SmartTemplates should offer a menu to insert external html templates so we can insert paragraphs or buttons. One interesting use case I experience daily is the need to insert a simulacrum of the New Issue button for directing my users to the github issue tracker. Currently I achieve this by going to Insert / Html... and entering the following code:
New Issue
I am including the necessary layout rules to make it look correctly within an external CSS file which I include into my support templates, but it is still significant effort to type out the html above. If we could have a button (just like the change template button) on the composer toolbar that gives a one click selection to insert the html from an external file.
This should have a tree / menu hierarchy so that different snippets can be categorized rather than having a long list to choose from.