The getTags method of a Tiddler object returns a string representing all tags that the author has assigned to it. Spaces separate tags, and double brackets indicate tags with spaces in them. For example if you have a fetched a tiddler from the store and saved it in a variable tiddler you would use it like so:
tiddler.getTags();It would return something like:
"method [[tiddlywiki api]]"This method takes no parameters.