mirror of https://github.com/zulip/zulip.git
help: Add create-a-poll.md.
This commit is contained in:
parent
36fecaef94
commit
17528e4ee9
|
@ -0,0 +1,30 @@
|
|||
# Create a poll
|
||||
|
||||
Zulip natively supports creating and editing lightweight polls.
|
||||
|
||||
To create a poll, send a message like
|
||||
```
|
||||
/poll <name of poll>
|
||||
```
|
||||
or
|
||||
```
|
||||
/poll <name of poll>
|
||||
option 1
|
||||
option 2
|
||||
...
|
||||
```
|
||||
|
||||
Once the poll is created, you'll be able to edit the name of the poll and
|
||||
add options, but you won't be able to edit options once they are created.
|
||||
|
||||
Note that anyone can add options to any poll, though only the poll creator
|
||||
can edit the name.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
`/poll` must come at the beginning of the message. It is not possible to
|
||||
send a message that both has a poll and has any other content.
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Format messages using Markdown](/help/format-your-message-using-markdown)
|
|
@ -209,6 +209,14 @@ Under the line
|
|||
|
||||
A summary of the formatting syntax is available in-app.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{!start-composing.md!}
|
||||
|
||||
1. Click the A (<i class="fa fa-font"></i>) icon at the bottom of the compose box.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Create a poll](/help/create-a-poll)
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
## Tools & customization
|
||||
* [Bots and integrations](/help/bots-and-integrations)
|
||||
* [Add a bot or integration](/help/add-a-bot-or-integration)
|
||||
* [Create a poll](/help/create-a-poll)
|
||||
* [Night mode](/help/night-mode)
|
||||
* [Enable emoticon translations](/help/enable-emoticon-translations)
|
||||
* [Manage your uploaded files](/help/manage-your-uploaded-files)
|
||||
|
|
Loading…
Reference in New Issue