Markdown Support
Updated over a week ago

What Is Markdown?

Markdown is a "lightweight" language that uses tags and other symbols—this can include "*" or "#" characters—to determine how text should be displayed when processed by the computer.

How It Works

Taskade supports Markdown in several ways. You can use Markdown syntax to communicate with your team in chat and comments (including the AI Chat), import/export Markdown (.md) files, take notes/save links with the Quick Add widget, and format tasks, checklists, and paragraphs.

Here is a list of supported syntax elements:

Markdown Feature

Output

Remarks

Bold

image

**bold**

Italic

image

_italic_

Underline

image

Double underline __test__

Block quote

image

> block quote

Strikethrough

image

~~hi~~

Inline code

image

```inline code```

Code block

image
image

```code
block```

Workspace links

image

check out this space

"workspace link"

Project links

image

visit this project "project link"

Formatting Nodes with Markdown

Add the following characters followed by a space at the beginning of a task/node:

  1. [] to convert a node into Check 1 .

  2. # to convert a node into H1 .

  3. ## to convert a node into H2 .

  4. - to convert a node into Bullet 1 .

  5. 1.,2.,3. to convert a node into Numbered List .

markdown-paragraph.gif

Markdown in Chat/Comments

  1. Start a chat conversation or add a new comment.

  2. "Wrap" your message in Markdown syntax.

  3. Taskade will display your text accordingly.

taskade-markdown-1.gif

Quick Add Markdown

  • 🔴 (macOS) Click the Taskade icon in the Menu Bar, or

  • 🔵 (Windows) Click the Taskade icon in the System Tray.

    1. Type a text/task ➡ choose target Workspace/Folder and Project.

      • (optional) Pick the Block where you want to add the task.

    2. Click Add to Project or use the ⌨️ ⌘ + Enter/Ctrl + Enter shortcut to confirm.

quick-add-markdown-support.png

Import Markdown

  1. Go to a workspace/folder.

  2. Click the arrow ˅ next to the ➕ New Project button.

  3. Select Import and choose Markdown.

  4. Copy and paste Markdown text or upload a .txt/.md file.

  5. Click Import to finish 🥳.

mceclip1.gif

Export Markdown

  1. Open a Project you want to export as Markdown.

  2. Click ··· at the top right-hand corner of your Project and select 📥 Export.

mceclip0.png

😊 Helpful Links

Did this answer your question?