ezsh
ezsh
@Uzume , my [fork](https://gitlab.com/ezsh/tweexx) can do that to some extent and provides the following options: ``` Source split: --max-depth=NUM Maximal depth for nested passage folders (default: -1) --min-fragment-length=NUM Minimal length...
Why do you want to port it to Web when the sole purpose of the Tweego project was a local command-line compiler that can be used to assemble large projects...
I have been often finding myself creating passages consisting of a single ``, and that was almost OK. But I also want to inject a DOM fragment in a passage,...
Maybe just make `Story.add()` and the the rendering part of the Passage class API public? Then one will be able to inherit `Passage`, override its `render()` method and add it...
Thank you for the suggestion, but I don't want to accept it. To me it looks no simpler than what I have now. The extension from your suggestion is a...
`Story.add()` would be a better choice, because of passage tags: there is no way to provide tags from render event handlers.
I'm asking about a new sigil because my intention is to use it in the naked variable markup. Something like: ```js Engine.registerObject('^', myObj); ``` So then I could simply use...
Right now I use a hack creating a property on `State.temporary`, but that has an obvious bad implication.
Templates can only return strings, right? I would like to access the object equally easy in the passage text as wells as in conditions and assignments (``). Of course, that...
They already adopted `#`, maybe it is safe to use it now?