ezsh

Results 4 issues of ezsh

```bash $ wget -O tweego.zip https://github.com/tmedwards/tweego/releases/download/v2.1.1/tweego-2.1.1-linux-x64.zip $ unzip tweego.zip $ ls -l  ✔  6698  14:45:38  total 7732 -rw-r--r-- 1 username username 1341 Feb 24 2020 LICENSE...

investigate

Could you, please, add a way to supply DOM tree directly to completely bypass text parsing for specific passages? Something like: ```js function userRenderedPassageContent(passageName) { const fragment = document.createDocumentFragment(); ......

enhancement

Could you, please, add a third sigil to the TwineScript that maps identifiers to the properties of the `setup` object? And make it read-only. Or even a way to add...

question

It would be really nice to be able to use the build dir for CMake find_package calls. I saw it was temporarly enabled, but then 103af352d65061b50b98d78af377f6dc2ef90943 removed this possibility. Could...