hi,
I compiled the following code,
\setuplayout [leftmargin=4cm,
backspace=5cm]
\define[3]\FancyEntry {
\ifnum\structurelistrealpagenumber=\realpageno\relax SAME \else OTHER \fi PAGE
\blank[medium]
\doifelse \rawstructurelistfirst \MyMark
{\color[red] {#1 = \MyMark}}
{\color[blue]{#1 = \MyMark}}
\blank[medium]
}
\definelist[MyTopics][criterium=all]
\def\MyMark{}
\def\Topic%
{\dosingleargument\doTopic}
\def\doTopic[#1]{%
\def\MyMark{#1}%
\writetolist[MyTopics]{#1}{}%
}
\setuplist[MyTopics]
[pagenumber=no,
alternative=command,
command=\FancyEntry]
\setuptexttexts[margin][\vbox{\placelist[MyTopics]}][]
\starttext
\Topic[First]
First Topic
\page
\Topic[Second]
Second Topic
\stoptext
but I can not get the right pdf, please check the attachment!
context version: 2013.01.08 01:19
LuaTeX, Version beta-0.74.0-2012122510
Thanks!
BEST REGARDS
PengCZ