Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fralonra/awesome-nodebb
Curated list for NodeBB
https://github.com/fralonra/awesome-nodebb
List: awesome-nodebb
awesome-list nodebb
Last synced: 2 days ago
JSON representation
Curated list for NodeBB
- Host: GitHub
- URL: https://github.com/fralonra/awesome-nodebb
- Owner: fralonra
- Created: 2019-03-30T14:55:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T15:56:11.000Z (over 5 years ago)
- Last Synced: 2024-05-19T22:45:19.702Z (6 months ago)
- Topics: awesome-list, nodebb
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-nodebb - Curated list for NodeBB. (Other Lists / PowerShell Lists)
README
# Awesome NodeBB
[NodeBB](https://github.com/NodeBB/NodeBB) is a Node.js based forum software built for the modern web.
[Official Website](https://nodebb.org/)
## Contents
- [Themes (None-Official)](#themes-none-official)
- [Plugins](#plugins)## Themes (None-Official)
* [cerulean](https://github.com/NodeBB/nodebb-theme-cerulean/)
* [cucina](https://github.com/julianlam/nodebb-theme-cucina)
* [halloween](https://github.com/barisusakli/nodebb-theme-halloween)
* [ironbane](https://github.com/ironbane/nodebb-theme-ironbane)
* [material](https://github.com/pichalite/nodebb-theme-material)
* [metrolike](https://github.com/psychobunny/nodebb-theme-metrolike)
* [oxide](https://github.com/youhosi/nodebb-theme-oxide)
* [pewter](https://github.com/psychobunny/nodebb-theme-pewter)
* [qingcloud](https://github.com/imdonkey/nodebb-theme-qingcloud)
* [rocket](https://github.com/NodeBB/nodebb-theme-rocket)
* [slick](https://github.com/pichalite/nodebb-theme-slick)
* [tron](https://github.com/Paaltomo/nodebb-theme-tron)
* [v2mm](https://github.com/revir/nodebb-theme-v2mm)
## Plugins
* [blog-comments](https://github.com/psychobunny/nodebb-plugin-blog-comments) - Lets NodeBB act as a comments engine/widget for your blog.
* [calendar](https://github.com/pitaj/nodebb-plugin-calendar) - Fully-featured calendar plugin for NodeBB.
* [composer-quill](https://github.com/NodeBB/nodebb-plugin-composer-quill) - WYSIWYG composer for NodeBB based off of Quill.
* [composer-redactor](https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor) - Redactor Composer for NodeBB.
* [desktop-notifications](https://github.com/psychobunny/nodebb-plugin-desktop-notifications) - This NodeBB plugin uses the HTML5 Notifications API to display desktop alerts upon new incoming notifications.
* [emoji](https://github.com/NodeBB/nodebb-plugin-emoji) - NodeBB Plugin enabling emoji as seen on http://www.emoji-cheat-sheet.com.
* [imgur](https://github.com/barisusakli/nodebb-plugin-imgur) - A plugin that uploads images to imgur.
* [import](https://github.com/akhoury/nodebb-plugin-import) - Migrate your old crappy forum to NodeBB.
* [markdown](https://github.com/julianlam/nodebb-plugin-markdown) - A Markdown parser for NodeBB.
* [mentions](https://github.com/julianlam/nodebb-plugin-mentions) - NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their username.
* [poll](https://github.com/NodeBB/nodebb-plugin-poll) - Poll plugin for NodeBB.
* [question-and-answer](https://github.com/NodeBB/nodebb-plugin-question-and-answer) - Question and Answer Plugin for NodeBB.
* [recent-cards](https://github.com/NodeBB-Community/nodebb-plugin-recent-cards) - Recent Cards plugin for NodeBB's Persona Theme.
* [rss](https://github.com/barisusakli/nodebb-plugin-rss) - A NodeBB Plugin to post topics using RSS feeds.
* [s2-uploads](https://github.com/KanoComputing/nodebb-plugin-s3-uploads) - A plugin for NodeBB to take file uploads and store them on S3.
* [session-sharing](https://github.com/julianlam/nodebb-plugin-session-sharing) - Allows login sessions from your app to persist in NodeBB.
* [shoutbox](https://github.com/Schamper/nodebb-plugin-shoutbox) - NodeBB Shoutbox plugin.
* [solr](https://github.com/julianlam/nodebb-plugin-solr) - Full-text searching for NodeBB using Apache Solr.
* [sso-oauth](https://github.com/julianlam/nodebb-plugin-sso-oauth) - NodeBB Plugin that allows users to login/register via any configured OAuth provider.
* [widget-essentials](https://github.com/NodeBB/nodebb-widget-essentials) - Several basic widgets bundled together in one package including 'HTML', 'Markdown', 'Recent Replies', 'Active Users', and 'Moderators'.
* [widget-ranking](https://github.com/fralonra/nodebb-widget-ranking) - Nodebb plugin that ranks users by reputation, postcount, topiccount and other values stored in db.
* [write-api](https://github.com/NodeBB/nodebb-plugin-write-api) - A RESTful JSON-speaking API allowing you to write things to NodeBB.