In a tiddler I'm defining a macro then doing a macrocall. The thing is, all the code after my macrocall is not being processed. So somewhere along the line I think I haven't closed something (like a set or wikify or something). Or maybe Im not ending the macro correctly?
Is there a good way to troubleshoot this. My tiddler looks something like:
\define doneButton(proj)
done button code here
\end
Have a nice day
<$macrocall $name="doneButton" proj="my project">/>
code down here to do more magic that is not being executed