Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to suffix tags in passage #11

Open
morbus opened this issue Feb 4, 2021 · 1 comment
Open

Add option to suffix tags in passage #11

morbus opened this issue Feb 4, 2021 · 1 comment

Comments

@morbus
Copy link

morbus commented Feb 4, 2021

When a story has a lot of tags, and especially when it has multiple tags per passage, the generated Graph leaves a lot to be desired: 1) There is effectively no end-user inferable meaning to the coloring of a tag; 2) Tags are only ever displayed at the top of the graph, which might be hundreds of pixels away from where you're currently looking; 3) Multiple tags just "don't work" (meaningfully) since only one color is ever seen.

To combat this, I'd like an option to "Add tags as title suffix" or "Suffix title with tags". Presumably this would override/ignore any existing (non-UI) "suffix" values or, alternatively, show up BEFORE the configured "suffix". The end result would be something like the following (though, I wish there were someway of bolding the word "Tags"):

Screen Shot 2021-02-04 at 11 09 00 AM

The above approach COULD be done in a .tw2 file (and was, for that screenshot), but it's messy:

::What's next?
[[Fly directly to a big city\nTags: tagone, tagtwo]]
[[Head to the mountain pass]]
[[Send one of my goblin minions]]
[[That's enough activity]]

::Fly directly to a big city\nTags: tagone, tagtwo [tagone, tagtwo]

Alternatively, maybe just displaying "[tagone, tagtwo]" as the suffix would work (no "Tags: ").

@morbus
Copy link
Author

morbus commented Feb 5, 2021

Or maybe a placeholder replacement like "suffix": "Tags: $tags".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant