cyrusfirheir / twee3-language-tools

[ VSCode extension ] Syntax highlighting and programmatic language tools for Twee 3, and Twine 2 storyformats.
https://marketplace.visualstudio.com/items?itemName=cyrusfirheir.twee3-language-tools
MIT License
47 stars 15 forks source link

Add relative path evaluation in macro md descriptions #138

Closed JustNoon closed 1 year ago

JustNoon commented 1 year ago
  description: "![Test img](./img/various/test.png)"

will now evaluate relative to the location of the definition file.

Implements #137