ColdSunERA / discourse-plugin-checklist

A simple checklist rendering plugin for discourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checklist Plugin

Adds simple helpers to build (interactive) checklists, rendering "[]", "[*]" and "[x]" into pretty UI parts you can interact with.

Details

Here is a little screenshot of the plugin in action:

Preview screenshot

On top, if there are our checklist-items on the post and the current user is able to edit the post, they are interactively able to toggle the checkbox from the post view by clicking the box:

Interactive before

Interactive waiting

Interactive after

Which will be recorded as a new version of the post:

New version

Installation

Follow the directions at Install a Plugin using https://github.com/cpradio/discourse-plugin-checklist.git as the repository URL.

Limitations:

  • If you want to make multiple changes it creates multiple versions
  • You can only toggle the default type

Authors

Matthew Wilkin (project originally started by Benjamin Kampmann)

License

GNU GPL v2

About

A simple checklist rendering plugin for discourse


Languages

Language:JavaScript 88.1%Language:Ruby 10.2%Language:CSS 1.7%