.context: 1 .type: masonry .width: 33 created: 20240129095948486 creator: Octt modified: 20240129234018781 modifier: Octt tags: $:/Apps title: $:/Apps/MagicBox \define SearchResults(fields) <$list filter="[!is[system]search:$fields${$:/temp/MagicBox!!.input}sort[title]limit[100]]">
<$button class="tc-btn-invisible"> <$action-sendmessage $message="tm-close-tiddler" $param=<>/> <$action-navigate $to={{!!title}}/>

<$link to={{!!title}} tabindex="-1"/>

<$if value={{$:/Apps/MagicBox!!.context}}> <$context term={{$:/temp/MagicBox!!.input}} tabindex="-1"/>
\end
<$checkbox field=".context" checked="1">Context   <$checkbox field=".type" checked="grid" unchecked="masonry">Fixed Grid   <$range field=".width" min="19" max="49"/>{{!!.width}}   <$edit-text tiddler="$:/temp/MagicBox" field=".input" class="_input" placeholder="Search..." tabindex="0"/>
<$action-sendmessage $message="tm-focus-selector" $param=".MagicBoxApplet.options > ._input"/> <