-
- Issue Type: `Performance`
- Extension Name: `twee3-language-tools`
- Extension Version: `0.26.1`
- OS Version: `Darwin arm64 23.3.0`
- VS Code version: `1.93.1`
:warning: Make sure to **attac…
-
### Describe the bug.
This is a list of bugs I have found with the Twee export in Twine 2.6
- In the Twee file, there is an extra blank line between each passage
- In StoryData, the format-versio…
-
Right now a parameter has to have a distinct type, but I have a case where I have a macro that takes any for one parameter, does internal type checking, and then hands off to my backend. Having an `an…
-
When I leave the Story Map tab and then go back to it, the position resets to the origin. (I'm not closing the Story Map tab; it remains in the "open files" area the whole time.) I think this behavior…
-
I noticed with **Harlowe**, if not using straight links to passages `[[Text|Passage]]` and things like:
- `(goto:)`
- `(click-goto:)`
- `(link-goto:)`
- `(link-reveal-goto:)`
- `(mouseover-goto…
-
### Is your feature request related to a problem? Please describe.
I am a new and upcoming web developer currently trying to create a story using twine 2 but having to keep switching between VS code …
-
Hi and thanks for this great extension. Would it be possible to have passage titles appear in the Outline box in the bottom-left and navigate from there?
-
I'm currently mapping a story that increases a stat either a little (+), a little more (++), or a lot (+++). I tag passages as "Stat+", "Stat++", and "Stat+++". These three tags get three different co…
-
Type: Bug
## Issue Description ##
When using .editorconfig with `indent_style: tab`, IDE0055 warnings are displayed around comments.
## Steps to Reproduce ##
1. Create an editor config with the …
-
IT would be useful to provide an error when putting the else macro before the elseif macro in an if statement.
```twine
/* Should error */
```
While we could add a complex feature to the …