You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's complicated to add more techniques and corresponding images.
What would really help is a rich editor that would show the technique hierarchy in collapsible folders and allow editing any row by changing any of the fields or adding images.
It should also be possible to add rows with are references to other branches of the tree (so that nothing is repeated). Changing a node in a reference branch would change it everywhere. The references would just be pointers to the original.
When mousing over a row, you should see all the images from the parent to that node.
You should be able to right click on a row and choose to
edit that row (in separate popup editor). If there are other rows that use reference that id, the id needs to change everywhere (if it is changed).
add new child row. Editor opens to add the new row.
add a new sibling row before or after the current row. The editor opens to add the new row.
The editor:
When editing a new row, the id may be selected from a drop list of existing row ids, or be a new row id.
The small and large images (if they exist) should be automatically determined by the id.
The text was updated successfully, but these errors were encountered:
Perhaps the existing Scala-based Adventure editor can be used for these xml files.
The structure of the xml data file is a little different. Adventure is a graph where children are listed explicitly for each node. For the aikido xml, children are implicit according to the hierarchical nesting.
But it seems like the Adventure editor could be easily adapted to read and write the aikido style xml files.
Right now it's complicated to add more techniques and corresponding images.
What would really help is a rich editor that would show the technique hierarchy in collapsible folders and allow editing any row by changing any of the fields or adding images.
It should also be possible to add rows with are references to other branches of the tree (so that nothing is repeated). Changing a node in a reference branch would change it everywhere. The references would just be pointers to the original.
When mousing over a row, you should see all the images from the parent to that node.
You should be able to right click on a row and choose to
The editor:
The text was updated successfully, but these errors were encountered: