Faulty
Faulty
As far as I can tell this is either currently impossible, or currently being drafted and worked on as far as what is allowed in browsers and what isn't (this...
Hello I've run into this issue on my own fork of YarnEditor. It's actually not the downloading that locks up YarnEditor, the hunspell dictionary provided for the language just doesn't...
Again, the issue isn't retrieving these dictionaries from the web. The issue is `nspell` parsing these dictionaries. It would need a new updated dictionary for `nspell` to parse it properly,...
Oh it would be cool if the arrow took the color of the starting node and faded into the color of the ending node?
Not sure why it would be done with CSS. This can be accomplished by adding a gradient to the html5 canvas when the arrows are being drawn inside `workspace.js`.
Good ideas. Do you have any thoughts on how color selection for arrows would work? Currently arrows are drawn by looking at the "linked nodes" array list on individual nodes,...
No I think @Barbarezza is suggesting you be able to choose the arrow color individually for more of an organizational benefit and not have it be linked to the nodes...
Perhaps storing the data in header tags would be a better option similar to position and colorID? Could be something like: ``` colorID: 0 position: 256,-448 arrowColorIDs: node2|0,node1|2 tags: title:...
Would it be possible to load the dictionary asynchronously to avoid freezing altogether?
Hmm I'm not sure what the issue with this could be. Is this still occurring?