This section shows all of the possible actions that can be performed with a card, including labelling, notifications and extensive tutorial on description text editor.
Card represents individual task, e.g. "Go buy groceries" or "Fix the wrong button placement".
To create a card you have two options:
+ Add Card
button at the bottom of an existing list.ellipsis
icon at the top-right of the list and select Add Card
. It will create card at the bottom of the list.After you write the title of the card, press Enter
or "Add card" button to create it; alternatively, you can press Ctrl
+ Enter
combination to create the card and immidiately open it. To abort creating a new card, press Cancel
or click in an empty spot on the board (this option will not work if you have filled the title; in that case, click the Cancel
button).
The easiest way to move cards across the board is to drag and drop it in the desired place - just click and hold it! You can put card in both open and hidden lists. When dropping to the hidden list, it will be placed at the bottom of this list. To be sure which hidden list are you putting your card into, look if the title is pushed lower. In the example below, the card will be stored in "To test" list.
There are two other ways to move a card: with card menu (see below) and in the card view, right below the title (see Card options).
To delete the card, you have to move your mouse above the card you want to delete. After that, a three dot icon will appear. Click on it to open a card menu and select Delete Card
.
After clicking the three dots in the card you will open a card menu. Here you can:
When you click on the card, the card view will show up at the right side of your screen. Why not on the centre? The unique feature of 4ga Boards is that you can manipulate the lists and boards while the card view is open.
It is quite convenient if you want to rearrange your cards while still writing the description, or to simply appraise you beautiful card cover picture. Isn't it beautiful?
Also, notice that cards have different appearance that is changing with the amount of options and details set.
The card view is the best way to change all the informations, options and details about your card. If the view gets cluttered, you can hide certain elements (description, tasks, attachments, comments) by clicking on the -
icon next to them. Click the +
icon to show them again. This section will explain all of them from the top to the bottom.
ENTER
to accept)bin
icon to delete card (it will open pop-up to confirm deleting), three dots icon will open the card menu explained before, the X
button will close the card view.Create new label
) or editing existing ones (click on the pencil
icon).+
icon)/edit (pencil
icon) the due date for the card. If the due date is furhter than two weeks, it will appear grey; if it is in the range of two weeks - yellow; if overdue - red.pencil
button to edit the time manually or reset timer. When the timer runs it appears green.bell
icon at the dashboard in the top-right corner) whenever someone adds comment to the card.Save
button or press Ctrl
+ Enter
). See "Text editor" section below for a detailed guide.+
icon or Add Task
button.Enter
or click Save
.ellipsis
icon appears; click it and select delete task
.triangle
icon near the cards taskbar visible on the list.ellipsis
icon and choose appriopriate option ("Edit Due Date" or "Edit Members"). This informations will be displayed at the right side of the appriopriate task.Ctrl
+ V
, dropping them on the card or clicking on Add attachment
field and selecting from the disc. If the attachment is an image, you can use it as a cover that will appear in the list view. To do this, click on Make cover
button near the desired image. To remove cover, use Remove cover
button. To remove the attachment completely, hover over it, click on the pencil
icon and select Delete attachment
.Ctrl
+ Enter
or Add comment
button), edit (pencil
icon) or delete (bin
icon) coments to the card , using the same text editor as in the description field.In 4ga Boards we are using very powerful markdown editor with unique features (marked by bold text). In the bottom-right corner of text editor box there are three small dots: drag them with a mouse to make the box bigger/smaller. The working view should look like this (notice the yellow text local changes - it shows that the text is still in edit mode and the changes are not yet registered on the server):
As the text editor is a markdown editor, it follows typical syntax to other editors like this. More detailed information on any of the options of the markdown editor can be found here: basic syntax.
Editor options are as follows (from left to right; you can click them or use button combination):
Bold text (CTRL + b)
Italic text (CTRL + i)
Strikethorugh text (CTRL + SHIFT + x)
Insert HR/horizontal bar (CTRL + h)
Insert title (CTRL + number from 1 to 6, depending on the size); alternatively you can use hashtags.
Add link (CTRL + l)
Insert a quote (CTRL + q)
Insert code (CTRL + j)
Insert codeblocks (CTRL + SHIFT + j). After creating default codeblock, you can add custom tags:
```
) is a language shortcut, e.g. ```js
will highlight javascript syntax.```js showLineNumbers
```js showLineNumbers {1, 3-4}
- in this example the lines 1, 3 and 4 highlighted.Insert comment (CTRL + /)
Add image (CTRL + k)
Add table
Add unordered list (CTRL + SHIFT + u)
Add ordered list (CTRL + SHIFT + o)
Add checked list (CTRL + SHIFT + c)
Open help (opens the basic syntax site)
Add issue link - with this feature you create a link from card to GitHub issue or pull request. Some ways to do it:
#1
.GH-1
samplefork#1
RARgames/4gaboards#1
Add colored text
<!--black-->This text wil be black<!--black-end-->
Edit code (ctrl + 7) - shows only the edited text with markdown symbols
Live code (ctrl + 8) - shows both markdown symbols (on left) and live preview of the text (on the right)
Preview code (ctrl + 9) - shows just the text preview
Toggle fullscreen (ctrl + 0)
Some functions that don't have special buttons:
Add commit link - type:
1d7e95e8d496564ac5f69a06db60df79a6a585c4
samplefork@1d7e95e8d496564ac5f69a06db60df79a6a585c4
RARgames/4gaBoards@1d7e95e8d496564ac5f69a06db60df79a6a585c4
Add mention - type:
@RARgames
Alternatively you can paste links to link commit, commit comment, issue or PR, issue or PR comment, user.
Special power: if you have read so far, you can use special ability: add invisible comment with: <!-- This comment will be invisible so I can say whatever I want -->