Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FPurchess/blank
:pencil: Blank is a minimalist, opinionated markdown editor made for writing
https://github.com/FPurchess/blank
editor markdown writing
Last synced: 3 months ago
JSON representation
:pencil: Blank is a minimalist, opinionated markdown editor made for writing
- Host: GitHub
- URL: https://github.com/FPurchess/blank
- Owner: FPurchess
- License: mit
- Created: 2015-11-01T00:31:44.000Z (about 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-10T09:33:00.000Z (7 months ago)
- Last Synced: 2024-04-27T15:34:45.287Z (6 months ago)
- Topics: editor, markdown, writing
- Language: TypeScript
- Homepage:
- Size: 2.22 MB
- Stars: 150
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Blank - Minimalistic, opinionated markdown editor made for writing. (Applications / Office & Writing)
README
[downloads-shield]: https://img.shields.io/github/downloads/FPurchess/blank/total
[macos-shield]: https://api.iconify.design/logos/macos.svg
[macos-pkg]: https://github.com/FPurchess/blank/releases/download/v0.2.0/blank_0.2.0_x64.dmg
[windows-shield]: https://api.iconify.design/logos/microsoft-windows.svg
[windows-pkg]: https://github.com/FPurchess/blank/releases/download/v0.2.0/blank_0.2.0_x64_en-US.msi
[linux-deb-shield]: https://api.iconify.design/logos/linux-tux.svg
[linux-deb-pkg]: https://github.com/FPurchess/blank/releases/download/v0.2.0/blank_0.2.0_amd64.deb
A minimalist, opinionated markdown editor made for writing
# 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:
Download blank.dmg
Download blank.msi
Download blank.deb
## Keyboard Shortcuts
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 |## 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## License
Distributed under the [**MIT License**](LICENSE).
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FFPurchess%2Fblank.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FFPurchess%2Fblank?ref=badge_large)
## Acknowledgments
This project would not exist without the hard work of others, first and foremost the maintainers and contributors of the below mentioned projects:
- [Tauri](https://tauri.app/)
- [ProseMirror](https://github.com/ProseMirror/) - thanks to [@marijnh](https://github.com/marijnh) and [@adrianheine](https://github.com/adrianheine)
- [Vite](https://github.com/vitejs/vite)