Currently, we use the Cell metadata attribute to store and load trrack graphs.
To make it compatible widely, we need to consider two things:
- How do you save/load outside metadata? (other IDEs don't have a similar API)
- We need an API-independent way to do this.
- Cell IDs are standardized, but not all IDEs implement them faithfully
- Can we use another mechanism to track which cell is associated with which trrack graph?
Currently, we use the Cell metadata attribute to store and load trrack graphs.
To make it compatible widely, we need to consider two things: