Project at Github
A frequent problem my guild has was importing and exporting Method Raid Tools notes. This simple addon provides the capability to do so, using JSON as an interchange format.
To use, run `/mrtni`.
- Then paste Base64 encoded JSON and click "Set Notes".
- You can untick Base64 and paste the unencoded JSON as well if you like.
- If you wish instead to export the current notes, you can click "Fetch Notes" and copy the results.
The JSON is a simple dictionary, with the keys as Note Names, and the Values as the Note Strings.
Example JSON.
{
"1 - Anub": "Kill big undead thing",
"2 - Grand Widow": "Kill woman and worshipers",
"3 - Maexxna": "Kill big spider thing"
}