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: 5 months 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T15:33:01.000Z (5 months ago)
- Last Synced: 2025-08-13T17:36:58.516Z (5 months ago)
- Topics: nodebb, nodebb-plugin
- Language: JavaScript
- Homepage:
- Size: 554 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 10
-
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
```