I am wondering how to reference a Tikz node outside a Tikz Picture, as if referring to an image. This page lists the possible \ref{} objects not including nodes, but maybe there is a package that it ignores. Anyway, I was wondering how it is usually done. Example:
\begin{tikzpicture}
\node (a) at (0,0){example node};
\end{tikzpicture}
Desired function: ~\ref{node: a}, or something like this
I am currently using a node's label to explicitly reference it, but it doesn't seem like the best method.

\refshould return? – Stefan Pinnow Feb 05 '19 at 18:34