focalboard/website/site/content/guide/user/_index.md
2021-03-08 12:03:47 -08:00

97 lines
3.7 KiB
Markdown

---
title: "User's Guide"
date: "2020-12-15T12:01:23-04:00"
section: "guide"
weight: 2
---
This guide is an overview of the basic features to get you started. Focalboard is an open source project that is being updated continuously.
[Let us know](/feedback/) if there's a feature you are looking for, or [connect with our vibrant community](/contribute/getting-started/) to help bring it to life.
## 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
![image](./all%20tasks.png)
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
## Renaming Boards
Click on the board title to edit it. You can also set an icon on boards and cards.
## Adding new Views
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.
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
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.
Press ESC or click outside the card editor dialog to close the card editor.
### Table Views
Each column corresponds to a card property. Cells can be edited directly, or you can open the card editor for a row by hovering over the title and clicking "open".
Click on headers to sort them, or insert new properties.
![image](./table%20header%20menu.png)
### Card templates
Each board can have a set of card templates. To create a new card template, click on the dropdown by the "New" button and select "+ New template".
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"
### 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"
![image](./board%20sidebar%20menu.png)
### Archives
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.
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.