Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
304 changes: 0 additions & 304 deletions user_manual/talk/advanced_features.rst

This file was deleted.

67 changes: 67 additions & 0 deletions user_manual/talk/attachments.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
===========
Attachments
===========

Sharing files in a chat
-----------------------

You can share files in a chat in 3 ways.

First, you can simply drag'n'drop them on the chat.

.. image:: images/drag-and-drop.png
:width: 600px

Second, you can select a file from your Nextcloud Files or a file manager by choosing the little paperclip and selecting where you'd like to pick the file from.

.. image:: images/share-files-in-chat.png
:width: 500px

.. image:: images/share-files-in-chat-selection.png
:width: 600px

You can add more files until you are done and decide to share the files. You can also add a text caption to your shared files, providing a brief description or context.

.. image:: images/talk-upload-files.png
:width: 500px

All users will be able to click the files to view, edit or download them, irrespective of them having a user account. Users with an account will have the file automatically shared with them while external guest users will get them shared as a public link.

.. image:: images/editing-document-in-chat-room.png
:width: 600px

Polls in chat
-------------

You can create a poll in groups chats from the new message additional actions.

.. image:: images/create-new-poll.png
:width: 400px

A poll has two settings:

- **Anonymous polls**: Participants cannot see who voted for which option.
- **Allow multiple choices**: Participants can select more than one option.

You can also import polls for auto-fill and export polls as JSON files to save it locally.

.. image:: images/import-poll.png
:width: 400px

Closing poll is possible from the poll dialog.

.. image:: images/close-poll.png
:width: 400px

As a moderator, you can create the poll directly or you can save it as a draft to edit it later.

.. image:: images/save-poll-draft.png
:width: 400px

You can find poll drafts in ``Shared items`` tab or next to the poll title input field.

.. image:: images/poll-drafts-list.png
:width: 400px


.. FIXME voice messages?, shared items view
22 changes: 22 additions & 0 deletions user_manual/talk/bots.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:orphan:

Bots
====

.. FIXME Replace with bots as commands are removed, or remove?

Commands
--------

Nextcloud allows users to execute actions using commands. A command typically looks like:

``/wiki airplanes``

Administrators can configure, enable and disable commands. Users can use the ``help`` command to find out what commands are available.

``/help``

.. image:: images/command-help.png
:width: 600px

Find more information in the `administrative documentation for Talk. <https://nextcloud-talk.readthedocs.io/en/stable/commands/>`_
Loading