tweecode / twine

UI for creating hypertext stories
http://twinery.org
656 stars 97 forks source link

<<remember>> init is broken #170

Open ivyfae opened 9 years ago

ivyfae commented 9 years ago

the builtin <> macro doesn't load correctly. It tries to JSON.parse the value out of localstorage, then swallows the exception and doesn't assign the variable at all

it also doesn't seem to grab the storytitle for the prefix

15a783f7b7a9721d50ae3e6df9cb2b48

webbedspace commented 9 years ago

I can't verify this because I'm not sure how the stored value in that screenshot became GlupCrypt and not, say, "GlupCrypt" in quotes (which is a valid JSON value).

As for the storyTitle bug, that should be fixed as of a few commits ago.