How it works
Fylepad uses a bidirectional Markdown parser:- Write in Markdown — Type Markdown syntax and see it render instantly
- Export to Markdown — Your notes are converted to clean
.mdfiles - Import Markdown — Drop
.mdfiles into Fylepad and continue editing
remark ecosystem with support for GitHub Flavored Markdown (GFM).
Supported Markdown syntax
Headings
Emphasis
Lists
- Unordered
- Ordered
- Task lists
Links and images
Code
- Inline code
- Code blocks
Blockquotes
Horizontal rules
Tables
GitHub Flavored Markdown (GFM)
Fylepad supports GFM extensions:Autolinks
URLs are automatically converted to clickable links:Strikethrough
Tables
Full GFM table syntax with alignment:Task lists
Custom Markdown extensions
Mathematical expressions
Write LaTeX math inline or in blocks:Mermaid diagrams
Create diagrams with Mermaid syntax:PlantUML diagrams
Use PlantUML for UML diagrams:Markdown shortcuts
Fylepad includes helpful Markdown shortcuts:| Type | Result |
|---|---|
# + space | Heading 1 |
## + space | Heading 2 |
- + space | Bullet list |
1. + space | Numbered list |
[] + space | Task list |
``` | Code block |
> + space | Blockquote |
--- | Horizontal rule |
Export and import
Export to Markdown
Export your notes as clean.md files:
Import Markdown files
Bring existing Markdown files into Fylepad:Fylepad preserves your Markdown formatting during import and export, ensuring compatibility with other Markdown editors.
Parser implementation
Fylepad uses the following Markdown parsing stack:- tiptap-markdown — Bidirectional TipTap ↔ Markdown conversion
- remark — Markdown processing framework
- remark-gfm — GitHub Flavored Markdown support
- remark-math — LaTeX math notation support
- remark-directive — Custom directive support
Next steps
Code blocks
Syntax highlighting for 100+ languages
Diagrams
Create Mermaid and PlantUML diagrams