Creating Tags
Hi folks. I'm wondering how I might go about adding new tags to Tiki, such as the ^ or ! tags? So far I've been creating Quicktags using straight HTML, but it's leading to horribly cluttered looking pages when I go to edit.
For example, I'd like to replace the following:
<xmp> <center> <DIV STYLE="position:relative; Text-align: left; padding: 5px; background-color: white; width:90%; border:1px #000000 solid;"> Some text </DIV> </center> </xmp>
with something as simple as: ~box~ Some text ~/box~
Can anyone explain how I can do this?