rickysarraf / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

Allow HTML as input to be replaced #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I underdstand correctly, as of yet FoxReplace can replace plaintext with 
plaintext and plaintext with HTML, but not HTML with plaintext or HTML with 
HTML. It would be nice if users could perform the latter two operations by 
adding support for HTML input to FoxReplace.

Original issue reported on code.google.com by habs....@gmail.com on 4 Mar 2014 at 1:31

GoogleCodeExporter commented 9 years ago
You can already have HTML in the input and the output. There are currently 3 
options for HTML:

- No: this replaces plain text with plain text
- Output only: this replaces plain text with HTML
- Input & output: this replaces HTML with HTML

As for the other option, replace HTML with plain text, I don't think it makes 
sense, since with the third option you can already output untagged text if you 
want.

Original comment by marc.r...@gmail.com on 4 Mar 2014 at 9:04