Get up and running
This guide will walk you through installing Fylepad and creating your first note with Markdown formatting.Install Fylepad
If you haven’t already, download and install Fylepad for your platform:
Desktop installation
Install on Windows, macOS, or Linux
Web version
Use directly in your browser
Launch the application
Open Fylepad from your applications menu, desktop shortcut, or by visiting the web version.You’ll see a clean, minimal interface with:
- A tab bar at the top for managing multiple notes
- The main editor area in the center
- A toolbar with formatting options
Create your first note
The app opens with a default tab ready for you to start typing. Try entering some text:
Auto-save in action: Notice you don’t need to manually save. Your changes are automatically preserved!
Format your text
Fylepad supports rich Markdown formatting. Try these:
- Basic formatting
- Lists
- Code blocks
- Task lists
Open multiple tabs
Need to work on multiple notes? Click the + button in the tab bar to create a new tab.You can:
- Switch between tabs by clicking on them
- Close tabs with the × button
- Drag tabs to reorder them
Customize your experience
Make Fylepad your own:
- Toggle theme: Switch between light and dark mode
- Change fonts: Customize the editor font to your preference
- Adjust colors: Modify the color scheme
Try advanced features
Now that you’ve created your first note, explore Fylepad’s advanced capabilities:Create diagrams
Learn how to create Mermaid diagrams and PlantUML charts
Build tables
Format data with Markdown tables
Add code blocks
Include syntax-highlighted code in multiple languages
Write math
Add mathematical equations using KaTeX
Example: Create a meeting notes template
Try creating a reusable meeting notes template:Understanding auto-save
Fylepad automatically saves your work as you type:- Your notes persist even if you close the app
- All tabs are restored when you reopen Fylepad
- No manual save button needed
- Your preferences and theme settings are also saved
Keyboard shortcuts
Boost your productivity with keyboard shortcuts:| Action | Windows/Linux | macOS |
|---|---|---|
| New tab | Ctrl+T | Cmd+T |
| Close tab | Ctrl+W | Cmd+W |
| Bold | Ctrl+B | Cmd+B |
| Italic | Ctrl+I | Cmd+I |
| Export | Ctrl+E | Cmd+E |
For a complete list of keyboard shortcuts, visit the Keyboard Shortcuts guide.
Next steps
You’re now ready to use Fylepad effectively! Here’s what to explore next:Markdown support
Master all Markdown features supported in Fylepad
Customization
Personalize Fylepad’s appearance and behavior
Organizing notes
Learn strategies for organizing your notes
Desktop vs Web
Understand the differences between platforms
Getting help
Need assistance or have questions?- Bug reports: Open an issue on GitHub
- Feature requests: Share your ideas in the Issues section
- Contributing: Fork the repo and submit a pull request