Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Alighieri

# 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)