Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Spoilers and Markdown

edited August 2010 in Vanilla 2.0 - 2.8
Can "Spoilers" addon be modified so that it could be used alongside "Markdown".

Tagged:

Comments

  • TimTim Operations Vanilla Staff
    Does it currently not?

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • This is what I'm getting when both are enabled and the [spoiler] tag applied:



    Sorry for pasting an image, but when pasted in plain-text here, it doesn't look quite like that.
  • TimTim Operations Vanilla Staff
    Damn, Markdown is being a douche and Format::Text'ing my carefully crafted Html! What a menace.

    I'll have to look at this.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • did you get a chance to take a look at this yet, Tim? Would love to use this extension :)
  • I would also like to find out how to use this plugin using Markdown. Any new updates @Tim ?

  • I know this is a very old extension, but is there any possibility it could get updated? It's really the only option for using spoiler tags with vanilla.

  • Man. I really wanted to use this, but the community i'm in is used to bbcode & spoiler/nsfw tags. I can't seem to get them to work friendly together.

  • hgtonighthgtonight ∞ · New Moderator

    @WayGroovy IIRC, the BBCode spoiler tag works in any formatter if you have the spoiler plugin enabled. The issue is the button only being displayed when the formatter is set to BBCode.

    I got the spoiler button to display with button bar and markdown formatting. You need to modify /plugins/ButtonBar/js/buttonbar.js.

    Comment out line 332. Replace lines 628 and 629 with $(TextArea).insertRoundTag('spoiler',{opener: '[', closer: ']'});.

    This should enable your spoiler button on ButtonBar.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • rajlakshrajlaksh New
    edited November 2013

    Spoiler Plugin is not good. If content has /, ]* etc then its fall. Its stop where that symbol comes. Also u can't hide content. If u click on show then u can't hide it again. so not good plugin. Its uses preg_replace.

    somehow added Hide text its only worked on double click.

Sign In or Register to comment.