discourse/plugins/poll
Onaldanm 2a9939cf15 Poll - French Translation
French translation for the plugin Poll
2014-03-11 11:55:36 +01:00
..
assets/javascripts JSHint: Add strict comparisons to poll_ui.js 2014-03-08 01:35:12 -05:00
config/locales Poll - French Translation 2014-03-11 11:55:36 +01:00
spec Fallback to using the first list if [poll] isn't present. 2014-02-20 13:46:27 +05:30
README.md Add README for poll plugin (#2089) 2014-03-09 15:17:58 -07:00
plugin.rb Add poll plugin. 2014-02-13 07:39:01 +05:30
poll.rb Fallback to using the first list if [poll] isn't present. 2014-02-20 13:46:27 +05:30

README.md

Poll plugin

Allows you to add a poll to the first post of a topic.

Usage

  1. Make your topic title start with "Poll: "
  2. Include a list in your post. The first list will be used.
  • If you don't want it to be the first list, do this:
Intro Text

 - Some list
 - Some list con't

Here are your choices:

[poll]
 - Option 1
 - Option 2
[/poll]