gingko / client

Gingko Writer. Tree-based writing software, written in Elm.
https://gingkowriter.com
MIT License
361 stars 49 forks source link

1.gko....n.gko Files merge to n+1.gko #204

Open diagoo opened 4 years ago

diagoo commented 4 years ago

Merge multiple files into one file

brainchild0 commented 4 years ago

How would this idea work in practice? Tree merging is underdefined in general. In principle one could build a new tree by creating a root node with the children being the sequence of input documents given for the merge. It may not be obvious, however, whether this algorithm, or another, is most natural for whatever use case one might consider.

diagoo commented 4 years ago

I've merged it manually by modifying the json file. Thanks for the reply.