inkle / inkle/ink

bug when tagging choices in a thread

Open
#373 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

if i tag one choice, all the choices i'm threading, even if it's separate threads, get the tag. irritating when you're using tags for CSS styling purposes.

As in:
```
=== room ===
- (opts)
<- room(-> room.act, -> opts)
<- dialogue(-> room.talk, -> opts)
<- exits

= act
* [a choice]

= talk
* [a choice]

= exits
#.exit
+ [EXITS]
#.exit__submenu
+ + [ANOTHER ROOM]
-> next_room
```
even though i only meant to tag `[EXITS]` and `[ANOTHER ROOM]`, for some reason all the choices i am gathering get tagged with `#.exit`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.