Hi Guys,
Here's a little example,
\setupcolors[state=start]
\starttext
\completecontent
\part{First Part}
\chapter{First Chapter}
\chapter{Second Chapter}
\part{Second Part}
\chapter{Third Chapter}
\chapter{Chapter 4}
\stoptext
I would like to show the chapter number 1,2,3,4.. instead of 1.1,1.2,2.1,2.2 .. how to do it?