@KK, please consider a new event for an unknown tag possibly located at couch/parser/parser.php::490.
I would like to have an option to run some code and customize the error message before the page dies with a warning. I am considering a kind of suggestion list there or correct spelling hint. I am often confused whether it is a <cms:addslashes> or <cms:add_slashes> (as in <cms:add_querystring), <cms:json_escape> or <cms:escape_json>
I have already written a wrapper for some ambiguously named custom tag pairs like <cms:json_print> & <cms:print_json> or <cms:base64encode> or <cms:base64_encode>. So, I am going to do the same for the <cms:addslashes> but I might have a shot at suggestion algorithms and a described event will probably help there.
Some tags belong to addons and it will probably be helpful to display a note for tags like <cms:pp_..>.
I would like to have an option to run some code and customize the error message before the page dies with a warning. I am considering a kind of suggestion list there or correct spelling hint. I am often confused whether it is a <cms:addslashes> or <cms:add_slashes> (as in <cms:add_querystring), <cms:json_escape> or <cms:escape_json>

I have already written a wrapper for some ambiguously named custom tag pairs like <cms:json_print> & <cms:print_json> or <cms:base64encode> or <cms:base64_encode>. So, I am going to do the same for the <cms:addslashes> but I might have a shot at suggestion algorithms and a described event will probably help there.
Some tags belong to addons and it will probably be helpful to display a note for tags like <cms:pp_..>.