teodosin / karta

16 stars 1 forks source link

Handle duplicate paths #20

Closed teodosin closed 10 months ago

teodosin commented 10 months ago

Handle duplicate node paths.

For now this mainly concerns virtual nodes, because they have default names upon creation. Since they are named after their node type, there will be a lot of duplicates if many of the same type are created. A number suffix should be added to each node:

Text Card Text Card 1 Text Card 2 etc

Suffix will suffice for now.