Hi all, There's a problem when I want to define the note so that it's displayed according to the size and font of the text: this MWE change the notation size: \definenote[Mynote][location=text,before={},] \setupnote[Mynote] [location=left, textcommand=\tfb \raise 0.2ex\hbox, ] \starttext hello \Mynote{refrence} \placenotes[Mynote] \stoptext but i cannot set it for \tfxx. also it's relative to my main body font, and my current font and color doesn't apply to text. for example if my current text has color red with another font the note doesn't change according to it, and will display identical everywhere. And when I try to define it like this MWE: \definenote[Mynote][location=text,before={},] \setupnote[Mynote] [location=left, textcommand= \scale [height=0.7ex] \raise 0.2ex\hbox, ] \starttext hello \Mynote{refrence} \placenotes[Mynote] \stoptext it doesn't work. how i should define such notes?