Import

June 24, 2026 · View on GitHub


Table of Contents


Import Markdown

Overview

You can quickly create new Taskade projects from Markdown (.md) files. The importer preserves your formatting — headings, lists, bold/italic text, links, and images — while AI cleans up spacing and line breaks without changing meaning.


Import Markdown Files

Step-by-Step Tutorial

StepAction
1Navigate to your workspace or folder
2Click the + Create new button
3Select Import from the dropdown
4Option A: Drag and drop .md files into the import box
5Option B: Click Paste Text & Markdown to paste content directly
6Click Import to finish

Supported Import Formats

FormatExtensionNotes
Markdown.mdFull Markdown syntax preserved
Plain text.txtConverted to task structure
PDF.pdfSee Import PDF
Word.docxStructure preserved
PowerPoint.pptxSlides converted to sections
Excel.xlsx, .xlsTables preserved
CSV.csvData converted to table view
EPUB.epubChapters converted to sections

Paste Text & Markdown

When you paste .txt or .md content directly, Taskade AI automatically cleans it up:

What AI Does

ActionExample
Adds spacing and line breaksProper paragraph separation
Preserves bullet points- item stays as a bullet
Preserves numbered lists1. item stays numbered
Preserves headings## Title becomes H2
Preserves bold/italic**bold** stays bold
Preserves links and imagesURLs and image references kept

What AI Does NOT Do

ActionGuarantee
Summarize contentOriginal content unchanged
Translate textLanguage preserved
Add/remove meaningNo content modification
Add intro/outroNo extra text added
Comment on textNo AI commentary

Create Markdown Sources

Create .md files directly in Taskade and use them as project sources:

StepAction
1Go to your workspace or folder
2Click + Create newAI Project
3Click + Add sourcePaste text
4Paste Markdown-formatted text
5The .md file is created and added to the Media Tab

Created Markdown documents can be used as agent knowledge, project context, or Taskade Genesis app context.


How AI Processing Works

InputOutput
## Task List[H2] Task List
- Buy milkBullet: Buy milk
1. Launch by FridayNumbered: Launch by Friday
**Important**Bold: Important
_Note_Italic: Note
[Link](url)Clickable link

Where Markdown Is Used in Taskade

LocationHow Markdown Is Used
Project editorFormat tasks, checklists, and paragraphs inline
Import/ExportConvert .md files to projects and vice versa
AI Project StudioAdd .md files as context for AI-generated projects
AI AgentsFine-tune agents using Markdown knowledge sources
Chat & CommentsFormat messages with Markdown syntax
Quick Add widgetAdd formatted notes and tasks
Genesis ContextUpload .md files as app-building context

Import PDF

Overview

Taskade supports PDF import in three powerful ways: convert PDFs to structured projects, use them as AI agent knowledge, or add them as context for AI-generated projects. PDFs can also be processed in automation flows using the pdf.convertToText action.

Genesis connection: Upload PDFs as Genesis context to create apps that match your existing documents, forms, and processes.


Convert PDF Into Projects

Turn any PDF into a structured Taskade project:

StepAction
1Click + Create new in your workspace (top-right corner)
2Choose Import from the dropdown
3Select an import mode:
ModeWhat It Does
Convert to TaskadeConverts the PDF into a structured project with headings, tasks, and sections
Summarize with AICreates a concise summary of the PDF in a new project
StepAction
4Drag files into the box or click to upload
5Wait for the importer to process
6Click + Create Project to create the new project

Add PDF as Agent Knowledge

Train your AI agents on PDF content:

StepAction
1Go to your workspace → Agents tab
2Click the three dots (⋯) next to your agent → Edit agent
3Open the Knowledge tab
4Enable agent knowledge (toggle on)
5Option A: Drag PDF files into the box, or click to upload
6Option B: Click Add Media to select files from your workspace

Result: Your agent can now answer questions using information from the uploaded PDFs. References are cited in agent responses.


Use PDF as Project Context

Use PDFs as seed data for AI-generated projects:

StepAction
1Click + Create newAI Project
2Describe the project you want to generate
3Click Upload Files and upload your .pdf files
4Click Enter to generate the project

What happens: AI reads the PDF content and uses it as context to generate a more relevant, customized project.


PDF in Automations

PDFs can be processed automatically within automation flows:

ActionWhat It DoesUse Case
pdf.convertToTextConverts PDF content to plain textExtract text for AI analysis, data processing
Upload File to MediaSaves PDF to workspace MediaArchive incoming attachments
Agent Knowledge AddAdds PDF content to agent knowledgeAuto-train agents on new documents

Example Automation Flow

StepAction
TriggerNew Email with PDF attachment (Gmail)
Action 1Loop through attachments
Action 2Convert PDF to text (pdf.convertToText)
Action 3AI summarizes the text (ai.generate)
Action 4Create task with summary in project
Action 5Notify team on Slack

What's Next

GuideWhat You'll Learn
Markdown SupportFull syntax reference and usage guide
Editing & FormattingFormat tasks and projects
REST API GuideImport and create projects programmatically via the API