Chris Klimas

Results 342 comments of Chris Klimas

> > I'm a little confused, where do you picture this "Use as story format" button existing? Is it just another button next to the Details one, or something else?...

This looks like it [is an issue with Electron](https://github.com/electron/electron/issues/29996).

This could be something we put into the story list. I'm reluctant to pop an alert at a user because they may be well aware of newer story format versions...

Could you specify what version of Windows you're using? I don't think that's a factor but it'll help reproducing. The long delay is odd to me. I feel like something...

The cause of this is that Twine 2.4+ uses [i18next](https://www.i18next.com) instead of a [bespoke locale loading system](https://github.com/klembot/twinejs/blob/2.3-maintenance/src/locale/index.js). The old system loaded locale strings using specially-generated JS files which skipped browser...

The workaround is to serve this version using a local web server. There are many options available to do this, so I can't recommend any one in particular.

Agree that when you have tags and a format toolbar, there's a lot of dialog chrome, and you're right that it's too airy. My current thought on this is to...

I don't know yet re: default toolbar tab because I want to try it out and see what the experience is like.

Appreciate the thoughts on tagging but I'd like to keep this issue related to the amount of space the toolbars take up (I get that these are related issues, though)....

This seems like a reasonable request, to turn off hardware accel. [It looks like doing this in Electron is a function call](https://www.electronjs.org/docs/latest/api/app/#appdisablehardwareacceleration).