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 🙏

© 2024 – Pkg Stats / Ryan Hefner

nodebb-plugin-calendar

v1.3.0

Published

Calendar and events for NodeBB

Downloads

860

Readme

nodebb-plugin-calendar

This plugin adds a site-wide calendar to NodeBB, letting you create and customize events.

Event

Calendar

Installation

  1. Install and activate this plugin on the ACP "Plugins" page
  2. Restart and rebuild your NodeBB

Manual Installation

Current alpha/beta version can be installed by doing the following:

  1. Open a terminal in the NodeBB root directory
  2. Install the latest nodebb-plugin-calendar: npm install nodebb-plugin-calendar@latest
  3. Restart nodebb and activate the plugin

Configuration

Before do anything with the Calendar, make sure you have the correct settings set up in the ACP plugin settings page. Also, configure permissions for who can post events in the category management section of the ACP.

Features

  • Events created, edited, and deleted as part of a post
  • Native NodeBB category permissions are used to determine who can post and view events
  • Public events as part of the same permissions system
  • Response system for easy user responses (yes, maybe, no)
  • Configurable automated reminders for upcoming events using NodeBB's notifications system
  • Centralized calendar interface to view all upcoming events

How event creation works

  • Open the composer for creating a new topic or replying to a post. If you have permissions to post an event, you'll see a calendar icon in the toolbar. Click it to add an event to the post or edit an existing event.
  • Enter an Event name, this will show up on the calendar and on the previews.
  • All day defines if the event has a particular time or if you only want to be specific to the day.
  • Enter the start and end Dates. The end date must be after the start date.
  • The Location is parsed like a post, but can only be one line.
  • Put details in the Description field, which is also parsed like a post.
  • Add Reminders determine when subscribers get notifications about the event.
  • Mandatory events disable responses and send all reminders to any user that can view the event.

In The Works

  • iCal export
  • Simplistic, graceful calendar UI (infinite scroll) with mobile support

Suggestions? Encountered a Bug?

Please submit all feature requests and bugs with the Issue tracker at Github. Thanks!