Andika is a simple open source word processor built on top of the atom-shell. It reuses popular ideas from distraction free plain text editor.
Instead of being yet another markdown editor, andika uses markdown as a file storing format. The edition itself remaining purely HTML with basic formatting capabilities.
This software is aimed at writers, journalists and students.
You can contact me on twitter at @m0g89
...
Since I'm myself not much of a writer, I would like this application to have a community driven development. So anyone is welcomed to request features or to report bugs via the Github issues thingy.
- Open a file => Ctrl+O
- Save a file => Ctrl+S
- Undo => Ctrl+Z
- Redo => Ctrl+Y
- Format H1 => Ctrl+1
- Bold => Ctrl+B
- Italic => Ctrl+I
- Add a link => Ctrl+K
- Go to the top of the file => Ctrl+G
- Go to the bottom of the file => Ctrl+Shift+G
You can either download the latest version for your system here or build it yourself.
First you need to go to download and install Atom-shell, you can find it at this url: https://github.com/atom/atom-shell/releases. Then you just have to type:
npm install && npm run bundle && atom /path-to/andika
...
- https://github.com/daviferreira/medium-editor
- https://github.com/atom/atom-shell
- https://github.com/evilstreak/markdown-js
...