Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuck/alighieri
A distraction-free tool for novelists and writers
https://github.com/zuck/alighieri
distraction-free editor novelist quasar quasar-framework vuejs writer writing writing-application writing-software
Last synced: 28 days ago
JSON representation
A distraction-free tool for novelists and writers
- Host: GitHub
- URL: https://github.com/zuck/alighieri
- Owner: zuck
- License: mit
- Created: 2017-08-19T23:43:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T17:36:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T22:08:43.667Z (7 months ago)
- Topics: distraction-free, editor, novelist, quasar, quasar-framework, vuejs, writer, writing, writing-application, writing-software
- Language: Vue
- Homepage: https://zuck.github.io/alighieri/
- Size: 10.7 MB
- Stars: 116
- Watchers: 11
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - zuck/alighieri - A distraction-free tool for novelists and writers (vuejs)
README
# Alighieri
> A distraction-free tool for novelists and writers
[![Build/release](https://github.com/zuck/alighieri/actions/workflows/build.yml/badge.svg)](https://github.com/zuck/alighieri/actions/workflows/build.yml)
![Alighieri UX](https://cdn.jsdelivr.net/gh/zuck/alighieri@HEAD/art/screenshot.png)
## Start your masterpiece
You can try **Alighieri** in your browser:
[zuck.github.io/alighieri](https://zuck.github.io/alighieri)
## Main features
- Distraction-free text editor
- Zen mode (fullscreen)
- Dark mode (don't tire your eyes!)
- Auto-format of typographical symbols (quotes, separators, etc.)
- Counters of chars/words/sentences/paragraphs
- Images
- Markdown import/export
- Plain-text import/export
- HTML5 export
- PDF export
- Multi-platform (Win/Mac/Linux)
- Browser-friendly ([test it!](https://zuck.github.io/alighieri/))
- Mobile-friendly (Android/iOS as a PWA)
- **FREE & Open Source**## Contribute to development
```bash
# Clone repository
$ git clone https://github.com/zuck/alighieri.git# Move to working directory
$ cd alighieri# Install dependencies
$ npm install# Serve with hot reload at localhost:8080
$ quasar dev [-m pwa]# Build for production with minification
$ quasar build [-m pwa]# Package the final Electron app
$ quasar build -m electron# To deploy the bundle to GitHub Pages
$ npm run deploy
```If you want, you can also freely donate to fund the project development:
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://paypal.me/EBertoldi)
## Have you found a bug?
Please open a new issue on:
https://github.com/zuck/alighieri/issues
## License
Copyright (c) Emanuele Bertoldi
[MIT License](http://en.wikipedia.org/wiki/MIT_License)