Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hundredrabbits/Left
Distractionless Writing Tool
https://github.com/hundredrabbits/Left
editor text text-editor writing-app writing-application
Last synced: about 2 months ago
JSON representation
Distractionless Writing Tool
- Host: GitHub
- URL: https://github.com/hundredrabbits/Left
- Owner: hundredrabbits
- License: other
- Created: 2017-06-24T00:28:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:53:12.000Z (over 1 year ago)
- Last Synced: 2024-08-01T00:54:10.432Z (4 months ago)
- Topics: editor, text, text-editor, writing-app, writing-application
- Language: JavaScript
- Homepage: http://hundredrabbits.itch.io/left
- Size: 6.1 MB
- Stars: 1,770
- Watchers: 26
- Forks: 142
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- starred - hundredrabbits/Left - Distractionless Writing Tool (JavaScript)
- awesome-starred - hundredrabbits/Left - Distractionless Writing Tool (others)
README
# Left
Left is distractionless plaintext editor designed to quickly navigate between segments of an essay, or multiple documents. It features an auto-complete, synonyms suggestions, writing statistics, markup-based navigation and a speed-reader.
The application was initially created to help Rek with the writing of the upcoming novel Wiktopher, and later made available as a free and open source software.Learn more by reading the manual, or have a look at a tutorial video. If you need help, visit the Community.
## Install & Run
You can download [builds](https://hundredrabbits.itch.io/left) for **OSX, Windows and Linux**, or if you wish to build it yourself, follow these steps:
```
git clone https://github.com/hundredrabbits/Left.git
cd Left/desktop/
npm install
npm start
```## Extras
- This application supports the [Ecosystem Theme](https://github.com/hundredrabbits/Themes).
- Support this project through [Patreon](https://patreon.com/100).
- Left's source code is licensed under [MIT](https://github.com/hundredrabbits/Left/blob/master/LICENSE) and the **images, text and assets** are licensed under [BY-NC-SA 4.0](https://github.com/hundredrabbits/Left/blob/master/LICENSE.by-nc-sa-4.0.md). View individual licenses for details.
- Pull Requests are welcome!