mcdemarco / dotgraph

A Twine 2 proofing format that renders nodes as a GraphViz (dot) graph.
http://mcdemarco.net/tools/scree/dotgraph/
MIT License
7 stars 0 forks source link

"Omit by tags" should default to known or expected omissions #4

Closed mcdemarco closed 4 years ago

mcdemarco commented 4 years ago

While looking at the known-Twine-tags for #2, I noticed a number of known-tags had to do with hiding nodes from the rendered display, or otherwise indicates nodes that are not considered part of the story map itself (think "Omit special passages" == "Omit special tags"). These tags should probably be defaulted as omissions within DotGraph as well:

https://twinery.org/wiki/tag

https://twine2.neocities.org/#passagetag_header

http://www.motoslave.net/sugarcube/1/docs/special-names.html#special-tags http://www.motoslave.net/sugarcube/2/docs/special-names.html#special-tags

[Issue created by morbus: 2018-01-14] [Last updated on bitbucket: 2019-06-04]

[Comment created by morbus: 2018-01-14] Perhaps something like this.

[Comment created by morbus: 2018-01-16] We should probably include twee2's known tags too:

[Comment created by mcdemarco: 2019-06-04] Added these as a default omission list for the next release. The existing omit tags functionality remains and will continue to omit special tags if that’s how someone has them set up.

[Comment created by mcdemarco: 2019-06-04] Added in rev. 46.