npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

nodebb-plugin-internalnotes

v1.1.0

Published

Add internal staff notes and assignees to topics in NodeBB. Notes are only visible to privileged users (moderators/admins).

Downloads

136

Readme

Lint and publish to npm Draft release on tag

nodebb-plugin-internalnotes

A NodeBB plugin that adds internal staff notes and topic assignment to forum topics. By default only administrators can see and manage notes and assignments; you can optionally allow global moderators and/or category moderators in the plugin settings. They are completely invisible to everyone else.

Version: 1.0.2 · NodeBB: 4.x (tested on 4.8.1)

Features

  • Internal Notes — Add, view, and delete private notes on any topic. Notes are stored per-topic and include the author and timestamp.
  • Topic Assignment (User or Group) — Assign a topic to a specific user or an entire group. All members of an assigned group receive a notification.
  • "Assign to myself" — The first option in the assignment modal lets the current user instantly assign the topic to themselves.
  • Permission-based visibility — Notes, assignment badges, and the thread tool buttons are completely invisible to regular users. By default only admins can see them; you can enable global moderators and/or category moderators in the plugin settings. No DOM elements are rendered for unprivileged users.
  • Right sidebar placement — On topic pages, "Internal Notes" and "Assign Topic" buttons are shown in the far-right sidebar (component="sidebar/right"). A widget is also available for themes that use a different layout.
  • Admin settings page — Configure who can access notes: allow global moderators and/or category moderators (ACP > Plugins > Internal Notes & Assignments).

Demo - Version 1.0.2

View Demo

Installation

cd /path/to/nodebb
npm install nodebb-plugin-internalnotes

Then activate the plugin from the Admin Control Panel > Extend > Plugins.

Where the buttons appear: On topic pages, the Internal Notes and Assign Topic buttons are automatically placed in the far-right sidebar (the thin vertical bar on the right edge of the page). No widget setup is required. If your theme does not have this component, you can add the Internal Notes & Assign Topic widget to the Global Sidebar in ACP > Appearance > Widgets as a fallback.

Configuration

Navigate to ACP > Plugins > Internal Notes & Assignments to configure:

  • Allow global moderators — Enable to let global moderators view and manage internal notes and assignments (default: off; only admins have access).
  • Allow category moderators — Enable to let category moderators view and manage internal notes in their categories (default: off).

Usage

  1. Navigate to any topic as a user who has access (admin, or global/category moderator if enabled in settings).
  2. In the far-right sidebar (the vertical bar on the right edge of the page), click Internal Notes to open the notes side panel, or Assign Topic to assign the topic.

Notes panel

  • View all existing notes for the topic
  • Add new notes (supports Ctrl+Enter to submit)
  • Delete notes
  • See current assignee (user or group) and unassign

Assignment modal

  • Assign to myself — one-click self-assignment (first option)
  • User tab — search and select any user by username
  • Group tab — search and select any group by name

Compatibility

NodeBB v4.x. Tested on NodeBB 4.8.1.

The right-sidebar button placement (injection into component="sidebar/right") is only tested with the default theme nodebb-theme-harmony v2.1.36. Other themes may need the Internal Notes & Assign Topic widget in ACP > Appearance > Widgets.

For developers

License

MIT