All Projects → discourse → discourse-calendar

discourse / discourse-calendar

Licence: MIT license
Adds the ability to create a dynamic calendar in the first post of a topic.

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Handlebars
879 projects

Projects that are alternatives of or similar to discourse-calendar

discourse-backups-to-dropbox
Backups discourse backups in Dropbox
Stars: ✭ 17 (-62.22%)
Mutual labels:  discourse, discourse-plugin
discourse-question-answer
Discourse Question Answer Plugin
Stars: ✭ 44 (-2.22%)
Mutual labels:  discourse, discourse-plugin
discourse-telegram-notifications
A plugin for Discourse which allows users to receive their notifications by telegram message
Stars: ✭ 20 (-55.56%)
Mutual labels:  discourse, discourse-plugin
discourse-translator
No description or website provided.
Stars: ✭ 48 (+6.67%)
Mutual labels:  discourse, discourse-plugin
discourse-data-explorer
SQL Queries for admins in Discourse
Stars: ✭ 70 (+55.56%)
Mutual labels:  discourse, discourse-plugin
discourse-locations
Tools for handling locations in Discourse
Stars: ✭ 31 (-31.11%)
Mutual labels:  discourse, discourse-plugin
discourse-ratings
A Discourse plugin that lets you use topics to rate things
Stars: ✭ 31 (-31.11%)
Mutual labels:  discourse, discourse-plugin
xpeppers-discourse
Provisioning of @discourse
Stars: ✭ 22 (-51.11%)
Mutual labels:  discourse
discourse-steam-login
Allows user authentication with discourse via the Steam user API
Stars: ✭ 45 (+0%)
Mutual labels:  discourse-plugin
NeuralEDUSeg
A toolkit for discourse segmentation (EDU segmentation).
Stars: ✭ 83 (+84.44%)
Mutual labels:  discourse
discourse ynh
Discourse package for YunoHost
Stars: ✭ 23 (-48.89%)
Mutual labels:  discourse
discourse-js
JavaScript wrapper around the Discourse API
Stars: ✭ 16 (-64.44%)
Mutual labels:  discourse
Discourse
A platform for community discussion. Free, open, simple.
Stars: ✭ 34,626 (+76846.67%)
Mutual labels:  discourse
Deep-NLP-Resources
Curated list of all NLP Resources
Stars: ✭ 65 (+44.44%)
Mutual labels:  discourse
discourse-signatures
A Discourse Plugin to show user signatures below posts
Stars: ✭ 16 (-64.44%)
Mutual labels:  discourse-plugin
discourse-docs
No description or website provided.
Stars: ✭ 21 (-53.33%)
Mutual labels:  discourse-plugin
discourse-slack-official
DEPRECATED: Official Slack integration for Discourse
Stars: ✭ 26 (-42.22%)
Mutual labels:  discourse
NextForum
Next Generation Forum App powered by Vue
Stars: ✭ 39 (-13.33%)
Mutual labels:  discourse
discourse-subscriptions
A Discourse plugin that allows payments and subscription management via Stripe.
Stars: ✭ 24 (-46.67%)
Mutual labels:  discourse-plugin
DiscEval
Discourse Based Evaluation of Language Understanding
Stars: ✭ 18 (-60%)
Mutual labels:  discourse

Discourse Calendar

Adds the ability to create a dynamic calendar in the first post of a topic.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-calendar/97376

Customisation

Plugins

Events
  • discourse_post_event_event_will_start this DiscourseEvent will be triggered one hour before an event starts
  • discourse_post_event_event_started this DiscourseEvent will be triggered when an event starts
  • discourse_post_event_event_ended this DiscourseEvent will be triggered when an event ends

Custom Fields

Custom fields can be set in plugin settings. Once added a new form will appear on event UI. These custom fields are available when a plugin event is triggered.

Holidays

See an incorrect or missing holiday? Familiarize yourself with the holiday definition Syntax. Then make your updates in the vendor/holiday/definitions directory.

Generate updated holidays as follows.

cd vendor/holidays

# Generate holiday definitions
bundle exec rake generate:definitions

Install the plugin and switch to the discourse root(not the plugin directory).

# Collect all holiday regions into assets/javascripts/lib/regions.js
bundle exec rake javascript:update_constants
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].