Finding active tools
路
I wrote a script for use in the Markdown.root tool. It’s purpose is to check and see if a tool is loaded given the name of the tool as a parameter. [Steve][1] says that I should just use [`user.tools`][2] but I think doing what I did is easier. If I used `user.tools.databases` I’d have to…