"match":all"
finds two anchors. See the following image for an illustration:
here is an A line
, and discards anything earlier in the document. "match":all"
finds four anchors. Notice it doesn’t anchor on the first line B (Here is a B line sneakily inserted before the intro line
) because that instance precedes the start match. See the following image for an illustration:Example document | Download link |
---|
isCaseSensitive
), the method type also influences whether text qualifies as an anchor.
For example, if you specify the Label method, Sensible anchors on text that is a good label candidate. Sensible disqualifies any line as a label that is too far away from other lines, even if it otherwise meets the conditions in the anchor’s parameters.
The following example shows two anchors qualified by the Label method:
Example Config
Example document | Download link |
---|