Skip to content
  • Make nodebb-plugin-spoilers compatible with v3

    NodeBB Plugins
    21
    0 Votes
    21 Posts
    1k Views
    crazycellsC
    thanks @baris , I tested and it works but for harmony theme, using data-format leaves an empty space behind, so I changed it to aria-label to remove the whole button... For those who would like to hide some buttons of the composer can use this CSS code: .composer .composer-container .formatting-bar .formatting-group { [aria-label="Code"], [aria-label="Left align"], [aria-label="Center align"], [aria-label="Right align"], [aria-label="Justify"], [aria-label="Grouped code"] { display: none; } }
  • 8 Votes
    6 Posts
    890 Views
    dave1904D
    @brazzerstop Hi Thanks for your response. I think as long as teaser content is not parsed as post content there won't be a big chance. It's smiliar with images being shown as "50012345324-b88c-fe1233-343242fe.png". So maybe more related to recent cards plugin than to magic button plugin
  • 7 Votes
    94 Posts
    51k Views
    T
    Hi, all: Are there plans to update this for 2.0? The formatting in this one looks easier for users than the formatting in nodebb-plugin-btn-spoilers, so I would prefer to use this.