Can I use xterm as a tree editor? #5133
Unanswered
ivan-suhorukov
asked this question in
Q&A
Replies: 1 comment
-
I wonder if it might not be better to use the Monaco editor for this. That's what I'm going to do after seeing this is one of the only mentions of this on the web. I am going to try to implement a tree-view file selector in Monaco that I could only get to display in xterm.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm writing a tool for editing data trees of json, yaml, XML and so on in one visual way. That's not a text editor, it's data editor. And I need a graphical area with ability to show a text in ways I want.
How do you suggests, does xterm.js itself, without any underlying terminal program, satisfying these needs?
Or may be there is a better way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions