Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Add-on for custom formatting syntax? Extended Transmogrifier perhaps?
There are a few add-ons for different types of formatting, but afaik there is no simple way to adapt the formatting to your own needs (without rewriting the add-ons of course).
I'm thinking of something like the "transmogrifier" but with support for start and end tags. It really should be pretty straight forward, say that you have it look for
That would allow for your own take on user friendly styling, with such things as
Hmm?
I'm thinking of something like the "transmogrifier" but with support for start and end tags. It really should be pretty straight forward, say that you have it look for
[scream]
and transforms it to something like <p class="scream">
but only of it can also find a [/scream]
to replace with </p>
If it can't find a pair, it simply doesn't parse it.That would allow for your own take on user friendly styling, with such things as
.:
and :.
for making text bold, or ./
and /.
for making it italic, etc...Hmm?
0
This discussion has been closed.
Comments
The first thing you already can do using the BBCodeParser. All you have to do is edit one of the filter files and you're done