JujuAdams/Chatterbox

Can't escape metadata symbol (#)

Closed this issue · 2 comments

Currently metadata tags use the hashtag (#) symbol, which interferes with Scribbles text format hexcodes [#79bd77].
An easy solution to this would be with escaping hashtags, but it doesn't seem to work fully. [\#79bd77] It escapes, but it also includes the backslash.

Screenshot below was from Test.yarn in the project repo, with This is the starting node. \#Can this wooooork?
Runner_2023-08-10_16-58-43

This seems to be fixed as of commit 70e40c4 at least.

This is the example \#for displaying sprites from speakerdata.
image

Appears to be fixed.