|
|
|
|
|
by adi_hn07
301 days ago
|
|
Seems like a cool project !! Can you implement auto-parse as soon as the tree is pasted? Right now we can use arrow keys to reorder files, would love drag and drop ability for that too. Would love to have ASCII Tree Editor on https://www.superlaun.ch |
|
Drag-and-drop functionality was actually the first thing I considered. However, I want to keep the code clean and avoid involving too many third-party libraries. So, I came up with this method to make reordering easy while keeping it simple to implement.
I will submit it to Superlaunch, although I feel that it might not be valuable enough to be considered a product :)