Hi all,
I’ve been working on a wxPython based word processor and would appreciate some feedback.
https://codeberg.org/chrisecker/miniword
Key aspects:
- Real WYSIWYG editing (no HTML layer, no embedded browser)
- Minimal dependencies (wxPython + Cairo)
- Clean, simple file format
- Markdown support
- Python-plugins
Let me know what you think.