SkillAgentSearch skills...

Blank

:pencil: Blank is a minimalist, opinionated markdown editor made for writing

Install / Use

/learn @FPurchess/Blank
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- packages --> <p align="center"> <a href="https://github.com/FPurchess/blank"> <img src="images/logo.svg" alt="Blank Logo" width="299"> </a> </p> <p align="center"> A minimalist, opinionated markdown editor made for writing </p> <p align="center"> <a href="https://github.com/FPurchess/blank/releases"><img src="https://badge.fury.io/gh/fpurchess%2Fblank.svg" alt="latest version"></a> <a href="https://github.com/FPurchess/blank/blob/master/LICENSE"><img src="https://img.shields.io/github/license/FPurchess/blank.svg" alt="License"></a> <a href="https://img.shields.io/github/downloads/FPurchess/blank/total"><img src="https://img.shields.io/github/downloads/FPurchess/blank/total.svg" alt="Downloads Total"></a> <a href="https://github.com/FPurchess/blank/actions/workflows/test.yml"><img src="https://github.com/FPurchess/blank/actions/workflows/test.yml/badge.svg?branch=dev" alt="CI"></a> </p> <p align="center"> <img src="images/screenshot.gif" alt="Blank Logo"> </p>

Blank :thought_balloon:

Next Generation Writing Experience

  • :keyboard: purely keyboard-based
  • :pear: minimalist WYSIWYG for distraction-free writing
  • :page_with_curl: Export to PDF
  • :waxing_crescent_moon: Themes: Light & Dark-Mode
  • available for Linux, macOS and Windows

Download & Installation

You can download the latest version of Blank here:

<table width="100%"> <tr> <td align="center"> <a href="https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_x64.dmg"> Download blank.dmg<br/> <img src="https://api.iconify.design/logos/macos.svg" alt="Donwload blank.dmg" height="100" width="120" /><br/> </a> </td> <td align="center"> <a href="https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_x64_en-US.msi"> Download blank.msi<br/> <img src="https://api.iconify.design/logos/microsoft-windows.svg" alt="Donwloads blank.msi" height="100" width="120" /><br/> </a> </td> <td align="center"> <a href="https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_amd64.deb"> Download blank.deb<br/> <img src="https://api.iconify.design/logos/linux-tux.svg" alt="Donwloads blank.deb" height="100" width="120" /> </a> </td> </tr> </table>

Keyboard Bindings

In order to change the keyboard bindings copy your modified version of the default configuration file (blank.json) of this repository into the app config dir (default: ~/.config/com.github.fpurchess.blank/blank.json).

Mod translates to Ctrl under Windows / Linux or Cmd on Mac.

| Command | Keyboard Binding | | ---------------------------- | --------------------------- | | New File | Mod + N | | Save File | Mod + S | | Save as | Mod + Shift + S | | Open File | Mod + O | | Export as PDF | Mod + Alt + P | | Cycle through themes | Mod + Alt + T | | Undo | Mod + Z | | Redo | Mod + Shift + Z | | Insert line break | Mod + Enter / Shift + Enter | | Paragraph | Mod + 0 | | Heading Level 1 | Mod + 1 | | Heading Level 2 | Mod + 2 | | Heading Level 3 | Mod + 3 | | Heading Level 4 | Mod + 4 | | Heading Level 5 | Mod + 5 | | Heading Level 6 | Mod + 6 | | Bullet List | Mod + 8 | | Numbered List | Mod + 9 | | Increase indent of list item | Tab | | Decrease indent of list item | Shift + Tab | | Insert Horizontal Line | Mod + H | | Blockquote | Mod + G | | Toggle code | Mod + C | | Toggle bold | Mod + B | | Toggle italic | Mod + I |

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Recommended IDE Setup

License

Distributed under the MIT License.

FOSSA Status

Acknowledgments

This project would not exist without the hard work of others, first and foremost the maintainers and contributors of the below mentioned projects:

Related Skills

View on GitHub
GitHub Stars291
CategoryContent
Updated6d ago
Forks12

Languages

TypeScript

Security Score

100/100

Audited on Mar 27, 2026

No findings