For example, currently clipping a list like
item 1
item 2
item 3
from item 2, would save a note like
item 2
item 3
But it would be nice if the clipper could instead save
item 2
item 3
Where the first item starts with number 2. This can be achieved with the start attribute on the ordered list (ol) element.
(Worth bearing in mind there are probably lists on the web, where the start attribute is already set, and the list starts at item 1290...)