Skip to content

Instantly share code, notes, and snippets.

@agconti
Last active January 30, 2023 11:26
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save agconti/ab7e0cdba700b3907ec6 to your computer and use it in GitHub Desktop.
Save agconti/ab7e0cdba700b3907ec6 to your computer and use it in GitHub Desktop.
Trello. Power tips for power people

Trello

Power tips for power people

Markdown is super powerful. A breakdown of the most common uses is contained below. Full reference.

Bold text - Mark text in double asterisks, like **this**, to make it bold.

Italic text - Mark text in single asterisks, like *this*, or with underscores, _this_, to make it italic.

Bullet point (unordered) list - Prefacing a line of text with a hyphen for each line will create an unordered list. For example:

- Item 1
- Item 2
- Item 3
  • Item 1
  • Item 2
  • Item 3

Numbered list - Prefacing a line of text with a number at each line will create an ordered list. For example:

1. Item 1
2. Item 2
3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3

Links - Create a link by putting the link text in brackets and the URL in parentheses, like [this](http://www.trello.com).

Embedded images - Embed an image by putting the link text in brackets and the image URL or path in parentheses, prefaced with an exclamation mark, like:

![Alt text](http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg)

Alt text

This works in card descriptions, but will not embed an image in a comment.

Indent text / Block Quotes - Indent text by including a “>” in front of each line of the text that you’d like to indent or quote.

> I have a  dream

I have a dream

Headers — Add prepend hashes, #.

# Title
## Sub Title
### Sub Heading

Title

Sub Title

Sub Heading

cards by email

  • The Subject of the email becomes the card's title.
  • The Body of the email becomes the card's description.
  • Attachments in the email will be added to the card.
  • Labels: In the subject, add #labelname, #labelcolor, or #labelnumber (Note: If your label consists of two or more words, in the subject line either join the words or use underscores between the words. For example, if your label is named "To Do" in the subject line of your email either enter #ToDo or #To_Do for the label to render properly on your card.)
  • Members: In the subject, add @username. Members can also be added by putting @username in the body of the email on its own line. If you send an email to Trello and include other Trello users' email addresses as "to" or "CC" addresses, Trello will add them as members of the card as well.

add to Google Cal

  • Copy the iCalendar URL from Trello
  • Open Google Calendar
  • On the left side, choose "Other calendars" > "Add by URL" > Copy && Paste.

trello checklists

  1. Make a card that represents the work to be done for the checklist item
  2. Add members and due date to the card
  3. Copy the card URL into the checklist item. This will automatically be formatted into a "Trello-ified" link so you can easily read the card title.

Upload files from Google Drive

  1. Open a card, click “Attach file…” in the sidebar
  2. select “Dropbox” or “Google Drive”.
  3. Add your file

Drag, drop, and paste attachments

↓/J ↑/K Navigate Cards

Pressing the arrow keys will select adjacent cards on a board. Pressing “j” will select the card below the current card. Pressing “k” will select the card above the current card.

C Archive Card

Pressing “c” will archive a card.

F

Open Card Filter Menu

Use “f” to open the card filter menu. The search by title input is automatically focused.

M Add / Remove Members

Pressing “m” opens the add / remove members menu. Clicking a member’s avatar will assign or unassign that person.

@wjadevries
Copy link

You can use table markdown in Trello if you download the Trello Table Markdown Chrome extension.
https://chrome.google.com/webstore/detail/pgifaolbebmlmfafkgngfjchfpcpndig

Or better yet: download the full featured Trello Cards Optimizer version:
https://chrome.google.com/webstore/detail/trello-cards-optimizer/ipbjjbpopodbnjbjnneakhcppdocpelg

Both are free.

@corrello-robin
Copy link

Full guide to Trello text formatting options is here, includes a few options not mentioned above such as Strikethrough, Emoji, Horizontal Rule and @mentioning users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment