1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-04-11 11:19:56 +02:00

Update _index.md (#573)

* Update _index.md

Added install steps, light formatting changes.

* Update website/site/content/guide/user/_index.md

* Update website/site/content/guide/user/_index.md

* Update _index.md

Removed "Enabling Focalboard" as it's been moved to a different section.
This commit is contained in:
Justine Geffen 2021-06-21 16:11:05 +02:00 committed by GitHub
parent fd9be03445
commit 1349e3b50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,22 @@ This guide is an overview of the basic features to get you started. Focalboard i
## Adding new Boards
1. Click "+ Add Board" at the lower left of the sidebar to add a new board to Focalboard.
2. Pick "Project Tasks" from the list of templates.
3. This shows the first view of the new board, which is a table of all tasks
1. Select **+ Add Board** in the bottom left of the sidebar to add a new board to Focalboard.
2. Pick a template, such as **Project Tasks**, from the list.
3. This shows the first view of the new board, which is a table of all tasks.
![image](./all%20tasks.png)
4. Click on "By Status" in the sidebar to see a board view
4. Click on "By Status" in the sidebar to see a board view.
![image](./by%20status.png)
5. Click on the properties menu, and turn on "Priority" and "Date created". This will add those properties to the card display.
![image](./by%20status%20properties.png)
6. You can likewise change the "Group By", "Filter", and "Sort" settings of the view
7. In general, all changes you make are saved immediately
6. You can likewise change the **Group By**, **Filter**, and **Sort** settings of the view.
7. In general, all changes you make are saved immediately and are visible to all other users.
## Renaming Boards
@ -28,30 +34,23 @@ Click on the board title to edit it. You can also set an icon on boards and card
## Adding new Views
Click on the dropdown next to the view name, and click "Add view" to add a new view.
Click on the dropdown next to the view name, and click **Add view** to add a new view.
![image](./add%20view.png)
### Dragging cards
Drag cards from one column to another to change their group-by property. For example, drag a card to the "Completed" column to mark it as completed.
Drag cards from one column to another to change their group-by property. For example, drag a card to the **Completed** column to mark it as completed.
When a board is unsorted, you can drag a card to a specific row in a column.
For sorted boards, dragging a card to a column with auto-sort it using the specified sort settings.
When a board is unsorted, you can drag a card to a specific row in a column. For sorted boards, dragging a card to a column with auto-sort it using the specified sort settings.
### Editing cards
Click on a card to edit it. A card consists of:
1. A set of properties
2. A list of comments
3. A set of content
Select a card to edit it. A card consists of:
Properties are common to all cards in a board. Board views can group cards by "Select" type properties into different columns.
Comments are useful for noting important changes or milestones.
The content of a card can consist of markdown text and images. Use this to record detailed specs or design decisions for an item for example.
1. **A set of properties:** Properties are common to all cards in a board. Board views can group cards by "Select" type properties into different columns.
2. **A list of comments:** Comments are useful for noting important changes or milestones.
3. **A set of content:** The content of a card can consist of markdown text and images. Use this to record detailed specs or design decisions for an item for example.
Press ESC or click outside the card editor dialog to close the card editor.
@ -72,29 +71,32 @@ A card editor opens with a banner indicating this is a template.
You can new create new cards using this new template.
Alternatively, you can turn any card into a template:
1. Open the card editor
2. Click on the options menu (... at the top right)
3. Select "New template from card"
1. Open the card editor.
2. Select the options menu (**...** at the top right), then select **New template from card**.
### Board templates
Similarly, you can create board templates from the "+ Add board" menu. To turn an existing board into a template:
1. Hover over the board title in the sidebar
2. Click on the options menu (...) and select "New template from board"
1. Hover over the board title in the sidebar.
2. Select the options menu (**...**), then select **New template from board**.
![image](./board%20sidebar%20menu.png)
### Sharing Boards
### Sharing boards
1. Hover over the right-hand side of the board menu.
2. Click on the options menu (…) and select "Share board".
2. Click on the options menu (**...**) and select **Share board**.
![image](./share%20board.png)
3. Turn the switch on which says "Publish to web and share this board with anyone".
3. Turn the switch on which says **Publish to web and share this board with anyone**.
![image](./share%20board%20menu.png)
4. Copy the given link.
5. You can now share the copied link with others. (Anyone with the link will be able to view the board).
6. Click on "Regenerate Token" if you want to invalidate all the previously shared links.
7. A message asking "This will invalidate previously shared links. Continue?" will pop up. Click "OK" and the token will be regenerated.
5. You can now share the copied link with others. Anyone with the link will be able to view the board)
6. Select **Regenerate Token** if you want to invalidate all the previously shared links.
7. A message asking **This will invalidate previously shared links. Continue?** will pop up. Select **OK** and the token will be regenerated.
### Archives
@ -102,8 +104,6 @@ You can export an archive of all your boards from the settings menu.
![image](./settings%20menu.png)
This is handy to quickly back-up snapshots, or to transfer them to different installations, for example from a Personal Desktop to a server install.
This is handy to quickly back-up snapshots, or to transfer them to different installations, for example from a Personal Desktop to a server install. Note that the archive does not (currently) include image and file attachments, such as images included in a card.
Note that the archive does not (currently) include image and file attachments, such as images included in a card.
Also note that importing an archive will overwrite changes to items, but will not affect additional items (e.g. boards and cards) that are not part of the archive.
Also note that importing an archive will overwrite changes to items, but will not affect additional items (e.g. boards and cards) that are not part of the archive.