Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.82 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.82 KB

Andika

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

Features

...

Participation

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.

Keyboard shortcuts

  • 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

Installing

You can either download the latest version for your system here or build it yourself.

Running

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

Building

...

Credits

Licence

...