Hey There,
Umbraco already has this:
https://docs.umbraco.com/umbraco-cms/reference/umbraco-flavored-markdown
But it is very basic and does not have what Angular magic strings had. Your one is not much different really and both use Markdown.
People are needing the conditional logic etc.
Creating back office views is also more complicated now and I created this discussion:
https://forum.umbraco.com/t/custom-block-grid-views-too-complicated/2894
In that discussion Liquid JS / Liquid .NET has come up. Liquid is open source and an easy syntax so if this was available in the back office you can do a bit more a lot easier.
Hey There,
Umbraco already has this:
https://docs.umbraco.com/umbraco-cms/reference/umbraco-flavored-markdown
But it is very basic and does not have what Angular magic strings had. Your one is not much different really and both use Markdown.
People are needing the conditional logic etc.
Creating back office views is also more complicated now and I created this discussion:
https://forum.umbraco.com/t/custom-block-grid-views-too-complicated/2894
In that discussion Liquid JS / Liquid .NET has come up. Liquid is open source and an easy syntax so if this was available in the back office you can do a bit more a lot easier.