-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Requested enahancement or feature
Suggestion from Bernhard email:
A main change in specification for the .ef format, which I would promote, would be to separate levels and node identifiers. Default for the levels is currently 0,2,4, etc. which are vertical distance in centimeters downwards from the root. Levels have dual functions as vertical coordinates (always rounded to three decimal places in case of longer decimal fractions) and identifiers for nodes. Nodes are identified as pairs of the form level,id
where id can be any identifier, such as x or abc012 (usually integers). But this requires re-naming nodes (easily done by substitution, but still) whenever their level is changed for layout purposes. So I would just give globally unique node identifiers instead.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request