Todor Imreorov

Results 512 comments of Todor Imreorov

@hylyh There is some other new stuff too, if you look at https://yarnspinner.dev/docs/syntax I believe we are completely lacking all Format functions that yarnSpinner supports, example: `You have {$apples} [plural...

I would very much welcome a PR that adds this feature :) even the basic ability to display the player name would be amazing. More complicated syntax such as `You...

@alforno any progress on this? I noticed you have a branch of it. People keep asking about this feature

The format functions should be a separate pr anyways :) Sorry I haven't reviewed the other pr yet. I need to get back to my computer after the 9th and...

@Chrissdroid that is a fantastic suggestion. If we can maintain less code by using this library, it would leave us in a much much better place. Whats even better, since...

There is now a PR for this, however its formater syntax is different from the yarnSpinner one. I raised a question at the library if we can make it work...

you have to put them one after the other `This is an inline [[Go to the woods|Test]] [[Go back to the city|Test2]]` otherwise the first one will be treated as...

another alternative action I can take is to sanitise the title input field of nodes in yarn- so users cant enter/paste anything but [A-z0-9] should the fix be in yarn(sanitise),...

The sanitisation approach would be easier for me to do, because I already wrote a method to validate titles of nodes and mark them red when they already exist in...