TaggingRulesCopy to clipboard.
✖
TaggingRules
is an option for selections that specifies a list of strings to be associated with a selection.
Details

- TaggingRules provides a way of storing additional information with a selection, for example, to be used by other programs in processing a notebook. It can be set to a list of one or more strings.
- With the default setting TaggingRules< >, no additional information is associated with the selection.
- Typically, structured metadata is broken up into pieces that can be identified using keys in the form "key"value. The key can then be individually queried using AbsoluteCurrentValue[obj,{TaggingRules,"key"}].
- Another typical method for storing highly structured data is to use subkeys inside of keys. For example, "key"<"key1"data1,"key2"data2,… >. The subkeys can then be queried using AbsoluteCurrentValue[obj,{TaggingRules,"key","subkey"}]. Subkeys can have their own subkeys to an arbitrary depth.
- TaggingRules can be set at the cell, notebook, and global level.
- TaggingRules<key1val1,… > effectively merges the keyi with any keys inherited from a more general scope. The fully merged set of keys and values can be read using AbsoluteCurrentValue. Specifying keys and values as a list instead of an association will cause inherited keys to be ignored.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
Apply TaggingRules at the cell level:

https://wolfram.com/xid/0n4l1iklrv2-yw7iot

Use nested rules as TaggingRules:

https://wolfram.com/xid/0n4l1iklrv2-i919l5

Reference specific TaggingRules values using CurrentValue:

https://wolfram.com/xid/0n4l1iklrv2-idkm39

Reference nested values directly by using subselectors in CurrentValue:

https://wolfram.com/xid/0n4l1iklrv2-fmij1u

Scope (5)Survey of the scope of standard use cases
Basic Uses (3)
Apply TaggingRules at the notebook level:

https://wolfram.com/xid/0n4l1iklrv2-uyuvmz

Apply TaggingRules at the global level:

https://wolfram.com/xid/0n4l1iklrv2-hjdufu
Restore TaggingRules to its default value:

https://wolfram.com/xid/0n4l1iklrv2-hjk4gc
If a tagging rule key does not exist, CurrentValue returns Inherited for its value:

https://wolfram.com/xid/0n4l1iklrv2-ead0md

Inheritance (2)
TaggingRules{} clears all rules at the scope at which it is set:

https://wolfram.com/xid/0n4l1iklrv2-jlx2k

TaggingRules specified as an Association will be merged with inherited rules:

https://wolfram.com/xid/0n4l1iklrv2-fam92x

Specifying the inner value as a list will ignore inherited rules:

https://wolfram.com/xid/0n4l1iklrv2-dax7rz

Rules with the same name but differing values will be overwritten upon inheritance:

https://wolfram.com/xid/0n4l1iklrv2-csqa8

If the value is an Association, then the associations are instead merged:

https://wolfram.com/xid/0n4l1iklrv2-fd2dhi

Applications (1)Sample problems that can be solved with this function
TaggingRules can be used like a DynamicModule variable that spans cells:

https://wolfram.com/xid/0n4l1iklrv2-npopao

https://wolfram.com/xid/0n4l1iklrv2-4z9ewu


https://wolfram.com/xid/0n4l1iklrv2-xvl25j

Wolfram Research (1999), TaggingRules, Wolfram Language function, https://reference.wolfram.com/language/ref/TaggingRules.html (updated 2021).
Text
Wolfram Research (1999), TaggingRules, Wolfram Language function, https://reference.wolfram.com/language/ref/TaggingRules.html (updated 2021).
Wolfram Research (1999), TaggingRules, Wolfram Language function, https://reference.wolfram.com/language/ref/TaggingRules.html (updated 2021).
CMS
Wolfram Language. 1999. "TaggingRules." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/TaggingRules.html.
Wolfram Language. 1999. "TaggingRules." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/TaggingRules.html.
APA
Wolfram Language. (1999). TaggingRules. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TaggingRules.html
Wolfram Language. (1999). TaggingRules. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TaggingRules.html
BibTeX
@misc{reference.wolfram_2025_taggingrules, author="Wolfram Research", title="{TaggingRules}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/TaggingRules.html}", note=[Accessed: 06-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_taggingrules, organization={Wolfram Research}, title={TaggingRules}, year={2021}, url={https://reference.wolfram.com/language/ref/TaggingRules.html}, note=[Accessed: 06-April-2025
]}