I'm working on a longish document and am often working on sections in the middle, so that after compiling I have to do a fair bit of digging to find the bit I was working on. After a while this can get quite tiresome, particularly with tricky bits that require multiple compilations to chase up details.
I am using the hyperref package and I know that I can set the starting page using a sequence like
\usepackage[pdfstartpage=7]{hyperref}.
While that works, I would like a method where I can leave the preamble alone and then just move around some label, say
\label{startviewinghere}.
Is this possible? As a secondary question: is it possible to control where in the starting view this anchor appears (i.e. at the top vs at the bottom)?