A minimalist, opinionated markdown editor made for writing
Next Generation Writing Experience
- ⌨️ purely keyboard-based
- 🍐 minimalist WYSIWYG for distraction-free writing
- 📃 Export to PDF
- 🌒 Themes: Light & Dark-Mode
- available for Linux, macOS and Windows
You can download the latest version of Blank here:
Download blank.dmg |
Download blank.msi |
Download blank.deb |
Mod translates to Ctrl under Windows / Linux or Cmd on Mac.
Keyboard Shortcut | Action |
---|---|
Mod + N | New File |
Mod + S | Save File |
Mod + Shift + S | Save as |
Mod + O | Open File |
Mod + Alt + P | Export as PDF |
Mod + Alt + T | Toggle Theme (Dark / Light) |
Mod + Z | Undo |
Mod + Shift + Z | Redo |
Mod + Enter / Shift + Enter | Insert line break |
Mod + 0 | Paragraph |
Mod + 1 | Heading Level 1 |
Mod + 2 | Heading Level 2 |
Mod + 3 | Heading Level 3 |
Mod + 4 | Heading Level 4 |
Mod + 5 | Heading Level 5 |
Mod + 6 | Heading Level 6 |
Mod + 8 | Bullet List |
Mod + 9 | Numbered List |
Tab | Increase indent of list item |
Shift + Tab | Decrease indent of list item |
Mod + H | Blockquote |
Mod + G | Toggle code |
Mod + B | Toggle bold |
Mod + I | Toggle italic |
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
This project would not exist without the hard work of others, first and foremost the maintainers and contributors of the below mentioned projects:
- Tauri
- ProseMirror - thanks to @marijnh and @adrianheine
- Vite