mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
Add README for poll plugin (#2089)
This commit is contained in:
parent
b7ece53966
commit
489007c700
1 changed files with 24 additions and 0 deletions
24
plugins/poll/README.md
Normal file
24
plugins/poll/README.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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]
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue