-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't figure out how to delete a node #65
Comments
Aaah... more experimentation shows you can use the backspace key. That said, it would be helpful to make the delete key (also known as the forward-delete key) also respond as that's a dedicated 'Delete' button on full-sized keyboards. Additionally, please consider adding a 'Delete' button in the editor. I'd recommend up near the add buttons (since it's the opposite, but related), or all the way down at the bottom. It's nice to be able to just click around for the initial setup, then use the keyboard to refine things later. |
Thanks for your advice!
I have created a pull request to support using the "Delete" button to delete a node.
This will make the user think they can select nodes in the graphics by selecting text in the input? I am not sure...
If you make it resizable and want to make it wider, the right panel will not have enough width to show the full content.
I will consider where to place it. BTW, do you find the icons for the buttons under the Edit tab of the right pane confusing? They may not effectively convey their meaning, so I plan to modify them. Please feel free to discuss these with me |
I love this editor. Very easy to add/modify things you've added, but for the life of me, I can't figure out how to delete what I have selected. A simple enhancement would be to select the text in the editor textbook representing what you have selected in the diagram. You could then simply press delete.
For that same reason, the editor text box and the regex text viewer over on the right info pane seem a little redundant, with the one on the right highlighting but not being editable, and the one on the bottom being editable but not highlighting. If you combined the functionality into a single editor (at the bottom) and added the highlighting like I suggested, then that would go a long way to being even more usable.
Speaking of that box down at the bottom, can you please make it resizable? Personally Id' love it to be full-width, but I get visually it's not as appealing. So give us drag handles to make it so you can drag them out. (Currently I'm planning on attacking this with CSS injection, but that's a hack.)
The text was updated successfully, but these errors were encountered: