Show HN: A simple TUI orgmode editor inspired by nano and k9s (github.com)

3 points by RWejlgaard ↗ HN
Hello everyone I wanted to share a program I've been working on.

I'm writing this primarily for myself and my own setup. I found emacs keybinds too hard to memorize and too unintuitive.

It's still a little early in development but it works for my own use case. Please let me know of any improvements that would be nice to have

1 comment

[ 2.7 ms ] story [ 15.0 ms ] thread
As an emacs user since the mid-80s, I do note this functionality would be nice as a Major Mode, if one were an avid Lisp programmer.

As a Perl Monger since 1994, and as a developer who has used and extended Org::Parser from CPAN, I am happy to see support in any other language, as you have done with Go here. I wonder whether you plan to extend your parser to fairly complete support of all/most of what Org offers.

Thanks for this!