Skip to main content
Fylepad’s rich text editor is powered by TipTap, a modern headless editor built on ProseMirror. You can create formatted content using either visual controls or Markdown syntax.

Formatting options

Text styling

Apply basic text formatting with toolbar buttons or keyboard shortcuts:
  • Bold — Make text stand out with bold formatting
  • Italic — Emphasize text with italics
  • Underline — Add underlines to important text
  • Strikethrough — Mark deleted or outdated content
  • Highlight — Draw attention with background color
  • Superscript^2^ — Add superscript text
  • Subscript2 — Add subscript text
You can combine multiple formatting styles on the same text. For example, bold + italic + highlight.

Headings

Organize your notes with six levels of headings:
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Lists

Create structured content with different list types:
- First item
- Second item
  - Nested item
  - Another nested item
- Third item

Quotes and callouts

Add context with blockquotes:
> This is a blockquote
> It can span multiple lines
Create hyperlinks to external resources or other tabs:
[Link text](https://example.com)
Fylepad supports tab linking. Type @ followed by a tab name to create links between your notes.

Text customization

Font selection

Choose from 30+ professional fonts across different categories:
  • Sans-serif — Inter, Roboto, Open Sans, Lato, Poppins
  • Serif — Merriweather, Lora, Playfair Display
  • Monospace — Roboto Mono, Fira Code, JetBrains Mono
  • Display — Archivo Black, Bebas Neue
Access font selection from the styling menu in the toolbar.

Text color

Customize text color with:
  • Predefined color palette
  • Custom hex color picker
  • Color indicator showing current selection

Text alignment

Align your content:
  • Left aligned (default)
  • Center aligned
  • Right aligned
  • Justified

Advanced formatting

Details/Summary (collapsible sections)

Create expandable sections to keep your notes organized:
<details>
  <summary>Click to expand</summary>
  Hidden content goes here
</details>

Horizontal rules

Separate sections with horizontal rules:
---

Character count

The editor includes a built-in character counter to track:
  • Total characters
  • Character count per selection
  • Word count
The counter appears in the editor status bar.

Next steps

Markdown support

Learn about Markdown syntax and shortcuts

Custom styling

Customize fonts, colors, and alignment

Build docs developers (and LLMs) love