One word.
One gesture.
No tooltip.
kNOWTrade does not hover. Dotted-underlined terms open only on click, and only when the reader asks. Here is how it reads.
Read this sentence to see the effect
- When you see a , wait for confirmation. The market hesitates; we wait for the next sentence.
- A break of structure is not an entry signal — it is a paragraph change you read at your own pace.
- The stop-loss is the sentence "I lose" written in advance. Without it, the order is not ready.
How the editor uses it
In an editorial page or a lesson, import the component and wrap the word. The component looks up the glossary; if it finds nothing, it renders the word as-is (never broken).
import { Term } from '@/components/lexique/Term';
<p>
The <Term locale="en">stop-loss</Term> is the sentence
"I lose" written in advance.
</p>