kamrowcj0380 / Node_Based_Notes

A graph style text editor, using nodes to portray text files.
0 stars 0 forks source link

Make a graph file type and graph saving system #8

Open kamrowcj0380 opened 1 day ago

kamrowcj0380 commented 1 day ago

When the user saves and exits the program, a special save file should be created that saves the x, y position of each node in the graph.

kamrowcj0380 commented 1 day ago

At least for now, use .nbg, for 'node based graph'.