Instructions!
To avoid duplication of work, and to avoid confusion for me, I only want one person to work on this. Read through what I want, and if you know how to do it, then reply here that you will do it, unless someone else already replied first.
The macro define should be
\define block(span:"" tid:"")
If the tiddler in the tid part of the macro is missing, it should render as:
<span class="$span$"><span class="missing"><$link to="$tid$"/></span></span>
If the tiddler exists, it should render as:
<span class="$span$"><details><summary><$view tiddler="$tid$" field="title"/> <$link>*</$link></summary><span class="indent1"><$transclude tiddler="$tid$" field="text" mode="block"/></span></details></span>
Can either be a json tiddler or something pasted here.