Unobtrusive Writing by Jan-Christoph Borchardt & Jorin Vogel
Litewrite hasn't been maintained for a couple of years now so if anyone still interested in using it and likes to step up and take over maintaining/improving/rewriting it, please reach out in the GitHub issues
Litewrite was built out of a need to have a simple way of taking notes, having them everywhere, working on any device, regardless if on- or offline.
- simple design
- available everywhere (device compatibility + synced data)
- works offline
No current solution provides that. It's quite strange that something as benign as jotting down text isn't really solved unless you buy into one specific »ecosystem«. Either the design is complicated, or they only work on Apple hardware, or they are tied to Dropbox, or you can't do anything if you don't have wifi, or or or …
So we built Litewrite.
- Simple design: There are lots of other self-titled distraction-free editors which offer music, themes, different typefaces, etc etc. We don't, because we think that's unnecessary. If you want music you can listen to it using your favorite music player, if you want to change the font size you can zoom using your browser, …
- Device compatibility: It’s a web app which works on all devices and operating systems.
- Synced data: Notes are available everywhere, using the open remoteStorage standard, Dropbox or Google Drive.
- Offline: Once loaded, it’s essentially a desktop app. Thanks to AppCache and localStorage, both app and data are fully cached offline and synced whenever online.
Now of course it's far from perfect, but we and lots of others use it day-to-day. And that's also why we made it open source. If you experience any problems or have suggestions, please let us know at http://github.com/litewrite/litewrite/issues. And if you know a little about web development, you're welcome to dive into the code at http://github.com/litewrite/litewrite.
Cheers, Jorin & Jan-Christoph
Play with the development version, check out issues and dive into the code if you like.
Set up your development environment:
git clone https://github.com/litewrite/litewrite.git
cd litewrite
- Install node.js
- Run
npm install
to install the development dependencies npm start
to start a web server at http://localhost:8000- Check your code style with
npm run lint
- Build the production version with
npm run build
Inspired by iA Writer & LightWrite. Initial prototype built on Notes. Alegreya typeface by Juan Pablo del Peral.
This is an unhosted web app, meaning its code is fully client-side, without any server backend you need to trust! It also supports the open remotestorage protocol so you can sync your data across devices & browsers.
Copyright (c) 2012 Jan-Christoph Borchardt & Jorin Vogel, licensed under the Affero General Public License version 3 or later. See license.txt for the full license text. Short: Do anything you want as long as you credit us and redistribute your changes under the same conditions.