This is a question that is similar to this one. I wished to implement two features of tcolorbox:
- Box titles, with their respective list with
placelistofXXX - Ability to choose between rounded and straight box edges.
What I had in mind was basically joining both frames below, but I still can't figure out spacing and overlay.
\starttext
\startframedtext[background=color,backgroundcolor=orange,width=.8\textwidth,align=flushleft,frame=off,bottomframe=on,framecolor=blue,bottomframe=on,rulethickness=2pt,width=.8\textwidth,location=middle,loffset=-1ex,toffset=-1ex,boffset=-1ex]
\bf A grandiose and reverential title, praising the stones and trees
\stopframedtext
\startframedtext[frame=off,topframe=on,bottomframe=on,framecolor=darkgray,background=color,backgroundcolor=lightgray,corner=round,width=.8\textwidth,location=middle]
\input tufte
\stopframedtext
\stoptext
Edit:
Basically what I wanted was a simple tcolorbox with title, number, and content in a separate placecontent:

