in reply to Re^2: black tags (patches)
in thread black tags

Ive refactored the parselinks stuff into a single node called ParseLinksInContent. It has a prototype implementation of a spoiler tags, currently defaulted to do the link and omit strategy. I havent touched User Settings yet, so there is no way to control the style of the link. Ill get to it if nobody else does. You can use the param 'oldparselinks' to revert back to the previous behaviour.

BTW, the CSS does now support the 'spoiler' class so folks can use that directly if they prefer. see :-)

---
demerphq

Replies are listed 'Best First'.
Re^4: black tags (patches)
by ww (Archbishop) on Apr 23, 2005 at 22:06 UTC

      Please don't use class="spoiler" directly in nodes. The class is there for you to use to customize in your CSS settings. Using class="style" instead of <spoiler> tags just gets in the way of visitors selecting the spoiler presentation that best suites their environment and tastes.

      - tye