# HashtagCommands (/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands)



This is a container for the functions related to the Hashtag-Command, a system that allows to run custom operations from the Ink command using a special syntax. The Hashtag-Command is a string that starts with `#` and is followed by the operation type and its parameters. The system will interpret the Hashtag-Command and run the corresponding operation before running the step. The developer can also add custom handlers to run custom operations from the Hashtag-Command using the [add](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/add) function.

Functions [#functions]

* [add](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/add)
* [addMapper](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/addMapper)
* [clear](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/clear)
* [clearMappers](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/clearMappers)
* [convertListStringToObj](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/convertListStringToObj)
* [convertOperation](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/convertOperation)
* [convertTagTolist](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/convertTagTolist)
* [info](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/info)
* [mergeJsonBlocks](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/mergeJsonBlocks)
* [run](/jsdoc/pixi-vn-ink/index/namespaces/HashtagCommands/functions/run)
