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
Hi thanks for writing this. It's syntactically incorrect for there to be a branch between the terminal node label and the terminal node word and many of us who teach syntax try to enforce this. Would it be possible to allow line breaks in node labels so that D\\the would be represented as D with 'the' below it? Alternatively I suppose you could create a terminal node function to add the word to any node.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up, yep this should be doable. Apologies for the late response, I've been very busy. I'll have time to implement this in about a month, but if you want to create a fork and a pull request for this feature that would be very helpful.
Inserting newlines in the getMainTextAndSubText function works, but there needs to be a way to keep track of the maximum width of each line for the box calculation otherwise the box grows to the width of the text if the newlines weren't there. The height of the box also needs to adapt to the newlines too. I'm not sure I understand your code well enough to make that all work.
Hi thanks for writing this. It's syntactically incorrect for there to be a branch between the terminal node label and the terminal node word and many of us who teach syntax try to enforce this. Would it be possible to allow line breaks in node labels so that
D\\the
would be represented as D with 'the' below it? Alternatively I suppose you could create a terminal node function to add the word to any node.The text was updated successfully, but these errors were encountered: