Hi,
Below is a MWE achieving the desired behavior, but is a messy solution.
Given a side float, how can one "terminate" filling text or break to after the side float?
There *must* be a very simple and proper command to do this, but I have not found it.
Alan
\starttext
\startplacefigure [location={left,none}]
\framed [width=.3\textwidth,height=.3\textwidth] {}
\stopplacefigure
\input ward
\startplacefigure [location={force,none}]
(this forces a break)
\stopplacefigure
\input knuth
\stoptext