OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Suggestion: insert/edit snippets of html source code #8673

Closed HermesSbicego-Laser closed 1 year ago

HermesSbicego-Laser commented 1 year ago

It would be convenient to have the possibility to directly insert a snippet of HTML source code in a specific position of the bodypart (or text field): in our case, for example, we need to embed (copy/paste) some html block of a form whose HTML snippet is produced by a third party service. It would also be convenient to be able to modify this block without having to find the specific HTML portion within the entire HTML source code. We implemented it as TinyMce 4 plugin, see #8668