MitchBarnett / wiki-bank-tag-integration

Allows the creation of bank tags from categories on the offical OSRS wiki
BSD 2-Clause "Simplified" License
9 stars 14 forks source link

Add additional syntax to specify an existing tag to add a catecory to/name the new category #8

Open brainard52 opened 3 years ago

brainard52 commented 3 years ago

For example:

Tags: none ::btCat ores smithing Tags: smithing (contains all ores) ::btCat bars smithing Tags: smithing (contains all ores and all bars)

bdnugget commented 8 months ago

For example:

Tags: none ::btCat ores smithing Tags: smithing (contains all ores) ::btCat bars smithing Tags: smithing (contains all ores and all bars)

You seem to be able to use boolean operators like and and or, so for example ::btCat ores||smithing or ::btCat ores&&smithing

MitchBarnett commented 1 month ago

I'm not sure if @brainard52 was requesting something slightly different to that, I interpreted as modifying an existing tag rather than making a new one.

bdnugget commented 1 month ago

Aah, I misread it then. Sounds like a great feature to have though!