[nodebb-plugin-buzzer] Annoying nostalgia!

NodeBB Plugins

Suggested Topics


  • 0 Votes
    6 Posts
    4k Views

    @julian I found the category notifications plugin earlier today and I think it's going to be quite useful for our users so I'm glad that it exists!

  • 0 Votes
    2 Posts
    1k Views

    I would really appreciate clarity on this. Thank you.

  • 9 Votes
    1 Posts
    4k Views

    Hi nodebb. Another friend from BitBangers here to show you my first plugin.

    Trying to look through a thread of phone screenshots was just painful, so I made a little plugin to allow you to resize images.

    The syntax is based loosely on the way iOS handles multple image sizes combined with normal markdown image embedding:
    ![alt text](http://someurl.com/someimage.png@<size>)

    Size can take the following formats:
    100x200 - Absolute size
    100x x200 - Absolute size where the other dimension is calculated to maintain aspect ratio
    50% - Percentage
    0.5 - Scalar Multiplier

    So for example, my original picture:
    http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG
    is 1000x750.
    All of the following would produce the same image at 1/2 size:
    ![white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@500x375)
    ![white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@500x)
    ![white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@x375)
    ![white house](http://cl.ly/image/2L3F1M2E1X3l/IMG_0136.JPG@50%)
    ![white house](http://cl.ly/image/2L3F1M2E1X3l/[email protected])

    Install via npm:
    npm install nodebb-plugin-image-sizer

    Source:
    https://github.com/Kern--/nodebb-plugin-image-sizer

    Known Issues:
    Images that are set to be wider than their container become elongated (width is set to match the container, but height is not adjusted). This means that mobile can get a bit dicey.

  • 4 Votes
    37 Posts
    14k Views

    @julian Scrollbar! 🙂 You can't drag it. Turns into a weird image type drag. You can click, and it scrolls, but not drag.

    Capture.PNG

  • 2 Votes
    5 Posts
    3k Views

    As far as I know there is not an official plugin yet to support OpenID Connect in NodeBB.

    If anyone is still looking for a work-able OpenID Connection option, we've built one for production usage but it should work with any OpenID Connect identity provider.

    Supports discovery using the .well-known/openid-configuration URL Supports configurable email claim, defaults to email Supports Logout URL Optionally map roles by a named claim provided in the Userinfo endpoint response Documented option to bypass the default login panel

    Feel free to open an issue if you find it is missing anything.
    https://github.com/FusionAuth/nodebb-plugin-fusionauth-oidc