Would like to contribute #71
Replies: 2 comments 1 reply
-
Given that I possibly want to take the app in a different direction, perhaps a fork would be better? Would be nice to at least share some of the features such as setting persistence, open recent files, etc. |
Beta Was this translation helpful? Give feedback.
-
Hi! I would have liked to implement some of these features myself, but I didn't because I lacked the time. Of course I won't deter others from trying to do it, so you have my support. Me too would like this app to have many more features. In fact, one of the reasons I created this editor is to prove the point that it isn't so difficult to create a usable text editor for the terminal. Although the Turbo Vision framework is (in my opinion) neither simple nor easy, I believe that using it still saves you time compared to using ncurses or the like directly, like most people do. When it comes to persistent configuration, my idea was to use an INI or TOML-based format. And when it comes to the internal terminal, I suggested that it might be better to instead have a usable independent terminal multiplexer. See #24. Cheers. |
Beta Was this translation helpful? Give feedback.
-
I would like to contribute so that I can use the editor in my workflow as an IDE.
I'd like to add VS Code like features - project browser, terminal window, etc. I would like to be able to remotely work on code through a terminal from say an iPad but also support the ability to spawn an app like running "nom run start" on the host system.
I used Turbo Pascal and Turbo C extensively starting from late 80's.
Would you be open to those contributions? I have not contributed to any Github code so it's a bit new to me for the proper protocol.
Beta Was this translation helpful? Give feedback.
All reactions