juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
887 stars 112 forks source link

Cut and paste between diagrams #247

Open sanyimano opened 11 months ago

sanyimano commented 11 months ago

Hi! The cut/paste excellently works in the same diagram. Az a first step I prepare a scheme, and draw the details on individual diagrams. Than I build the scheme again from the detailled diagrams. Is it possible to make the use of cut/paste between diagrams if the job is not too complicated?

best regards

juzzlin commented 11 months ago

Should be doable at least in theory :)

sanyimano commented 11 months ago

A solution came up to my mind. What about this: Export the selected nodes with the accompanied edges to intermediate "graph" xml file On the paste side with adjusting the node numbering and the paste point the "graph" could be imported.

juzzlin commented 11 months ago

A solution came up to my mind. What about this: Export the selected nodes with the accompanied edges to intermediate "graph" xml file On the paste side with adjusting the node numbering and the paste point the "graph" could be imported.

Yes, I can make this happen. I'm really busy ATM with my private life, but I'll get back to this.

sanyimano commented 11 months ago

Thanks in advance