Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: extra data when improt / export #94

Open
jas1 opened this issue Jan 11, 2021 · 0 comments
Open

proposal: extra data when improt / export #94

jas1 opened this issue Jan 11, 2021 · 0 comments

Comments

@jas1
Copy link

jas1 commented Jan 11, 2021

may be really usefull to use the mind map as a fresh start for something. or for general thingking.
then you can use the generated json elsewhere.

ex:

"root": { ... 
"children": [
 {"id": "child 1"},
 {"id":"child 2"} 
 ], ... }

and add some extra properties on each node. like " description " or " comments " elsewhere, manually or by an app
then save this new json with extra properties, on each node.

"root": { ... 
"extraProperty":"an interesting extra property",
"children": [
 {"id": "child 1",
  "description":"some contextual description of child one"},
 {"id":"child 2",
  "description":"some contextual description of child two"} 
 ], ... }

after that try to re import the json on mindmaps for " general thinking " and repeat.

Tried to do that but when i generate the new json with extra properties,
it reads the json , just ignoring the new stuff because it dont need to pay attention about that ( ok )
and when saving the new stuff is gone ( not ok )

what is proposed here is that:

when you load a json with extra info,
and then save the same json,
the extra info is kept under the corresponding node id and not ignored,
if node is deleted, well , that extra info is gone too .

pd: love the application always recommend it =) thanks for the awsome work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant