https://github.com/oplik0/nodebb-plugin-category-queue
A simple nodebb plugin that allows you to automatically queue all new topics in selected categories
https://github.com/oplik0/nodebb-plugin-category-queue
nodebb nodebb-plugin
Last synced: 15 days ago
JSON representation
A simple nodebb plugin that allows you to automatically queue all new topics in selected categories
- Host: GitHub
- URL: https://github.com/oplik0/nodebb-plugin-category-queue
- Owner: oplik0
- License: mit
- Created: 2019-03-23T21:32:51.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-03-10T05:51:53.000Z (about 1 month ago)
- Last Synced: 2026-03-10T13:58:39.382Z (about 1 month ago)
- Topics: nodebb, nodebb-plugin
- Language: JavaScript
- Homepage:
- Size: 524 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/oplik0/nodebb-plugin-category-queue/actions/workflows/test.yml)
# Category Queue
A simple plugin that allows you to automatically queue all new content in selected categories. Configurable to allow for filtering only new topics and allowing exemptions from the queue.
## Installation
Just install via ACP plugins page, or manually using npm (or any other compatible package manager)
```bash
npm install nodebb-plugin-category-queue
```