Josh Sutphin

Results 10 comments of Josh Sutphin

If you still see `RegisterLinks` being called then you're behind the main repo, since that's been refactored to `ActivateElement` now. But with that being said, I suspect the issue is...

Discussion on localization has moved into pull request #35

Yeah I've been thinking about something similar for a while. There's this tangential potential use case for Fractive as a vaguely Jekyll-esque website builder but the current lack of deep-linking...

Aside from the lack of deep-linking, the other (currently) shitty thing about using Fractive for a website as opposed to a hypertext story is that on a website you probably...

Thinking about this some more today, splitting the languages out into separate files like I previously suggested may actually be premature. I doubt we'll see a lot of games getting...

I've added `Compiler.OnMinifierLog` to trap "log" output from the minifier, but it's a stopgap at best.

I thought this was already happening...? Unless this only occurs when installing from a local source as opposed to when installing from the npm online repository.

That error message is obviously nonsense, so I'll look into that. But the broader issue here seems to be that `:inline` is an unclear name... I wonder if that tag...

Yeah, `:inline` is what you add to a link destination to say "replace the link with the expanded destination content when clicked". It has no meaning in any non-link context.

As this percolates in the back of my mind I find myself thinking this should be a feature of a given template, not a feature of Fractive itself (although I...