How To Format Your Text in Trello - Using Markdown Syntax and AHK (en-sub)

Опубликовано: 14 Октябрь 2024
на канале: Bence Markiel
1,700
4

English subtitle is available for the video

Markdown is a simple language to format text. Trello allows using a few commands.
AutoHotkey (also known as AHK) is a scripting language that helps me to format the text strings with hotkeys like CTRL+B and with the basic GUI.
Works in card's description, checklists, and comments, in your Trello bio.
Note, doesn't work in card titles!

Available, supported text formats by Trello:
Bold: *bold*
Italic: italic
Crossed Out, Strikethrough: ~~crossed out~~
Text code: `code`
URL, Link: [linkname](URL)
Horizontal line / Page break: --- (wrapped by empty lines)
Quote: every quoted line starts with Greater than sign
Quote code: the text is wrapped by three tildes ``` text ```
Bullet list: every line starts with a hyphen, followed by a space, then your text
Numbered list: every line start with a number and followed by a dot.

Hint: you can create a numbered list with typing the same number, it will still show as a numbered list.

You can easily format your text as a header using the hashtag symbol.

H1: hashtagHeader
H2: hashtaghashtagHeader
H3: hashtaghashtaghashtagHeader
...

Or use
====

Or
---

#AHK #AutoHotkey #Trello

Reference, more information on https://help.trello.com/article/821-u...