Skip to main content
Markdown Support

Apply Markdown syntax in your chats and comments to style your content.

Updated over a month ago

What Is Markdown?

Markdown is a "lightweight" markup language that uses tags and other symbols β€” this can include "*" or "#" characters β€” to determine how text should be displayed.


Markdown in Taskade

Taskade supports Markdown in several places:

  1. AI Agents to fine-tune agents using custom knowledge.

  2. AI Project Studio to add context to generated projects.
    ​

  3. Chat and comments to communicate with your team.
    ​

  4. Import/export to turn Markdown (.md) docs into projects.
    ​

  5. Quick Add widget to instantly add notes and tasks to projects.
    ​

  6. Project editor to format tasks, checklists, and paragraphs.

Here is a list of supported syntax elements:
​

πŸ› οΈ Feature

πŸ“€ Output

πŸ”€ Syntax

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.
    ​

    • Type a text/task ➑ choose target Workspace/Folder and Project.
      ​

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

    • 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


Markdown in Agent Chat

Use Markdown syntax to structure your prompts in conversations with agents:

  • **bold**
    ​

  • _italic_
    ​

  • > block quote
    ​

  • ~~strikethrough~~
    ​

  • 'inline code'
    ​

  • ```code
    ​

    block```
    ​

  • - or * unordered list
    ​

  • 1. ordered list

πŸ’‘ Vist: Visit AI Agent Chat to learn more.



Create a Source

You can instantly create Markdown documents in the AI Project Studio and use them as sources in the project generator. New .md files will also be added to the Media Tab.

  • Go to your workspace/folder.
    ​

  • Click βž• Create new ➑ AI Project.
    ​

  • Choose βž• Add source ➑ Paste text.
    ​

  • Paste a text in the Markdown format to add it as a source.


😊 Helpful Links

Did this answer your question?