Writing my own editor using Python and Kivy. Currently, it loads in fullscreen, very vim like, has Markdown syntax highlighting, reads file and save the file again when the app loses focus.
Extremely basic, but close to what I want for my new Android editor:
- Loads fast
- Markdown support.
- No fluff, text is king.
Does the world need another editor? Absolutely not.
Am I having fun? Oh, yes.
#python