You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mind map syntax concept is wonderful and just what I have been looking for!
However, it has a small glitch -- the multiline text does not accept a hyphen character (ie '-').
I am afraid I do not know enough of Javascript, let alone Typescript to fix this.
Multiline actually works! See below (I changed the '-' dashes to '_' underlines):
I like the idea of using quotes, though. There's just the problem of what to do when the label itself has quote characters. May I suggest using triple quotes, like they do in python.
The mind map syntax concept is wonderful and just what I have been looking for!
However, it has a small glitch -- the multiline text does not accept a hyphen character (ie '-').
I am afraid I do not know enough of Javascript, let alone Typescript to fix this.
The following code:
Using pintora CLI, generated the following:
I see a similar error when trying the same code in Pintora Live Editor:
The text was updated successfully, but these errors were encountered: