Hi,
I'm looking for a solution to allow htmlEncodeOutput = false in some condition.
I want to allow htmlEncodeOutput = false only inside bracket, and replace automatically outside bracket.
The idea :
1 < 2 {1 < 2}
Looking at existing plugin : i think it can be great to use something like http://ckeditor.com/addon/placeholder .
Maybe i have to do a new plugin, but maybe placeholder plugin accept this behaviour (or maybe there are other better idea : staring with Math editor ? )
- Replace [[ and ]] by { }
- Automatic search { } in text and set it to placeholder
- Allow specific configuration in placeholder
If someone have an idea, thank's a lot.
Denis