In this template:
\section{Work Experience \newline}
\cventry{start-end_date}{worked at company A}{[list, of, stacks]}{}{}{\begin{itemize}
\item tech stack similar to previous freelance activity
\end{itemize}}
\cventry{start-end_date}{worked at compay B}{[another stack different from A above]}{}{}{\begin{itemize}
\item did cool stuff
\end{itemize}}
\cventry{start-end_date}{freelancer}{[the same stack as company A (the first one)]}{}{}{\begin{itemize}
\item did cool stuff
\end{itemize}}
how can you add a link to the item to a cventry. For example, clicking a link in the items list of the first cventry (company A) should go down to the third cventry (the one with the freelance work).
Is this doable?
I don't know how cventry and item are defined. Holding Ctrl and clicking them
as suggested here:
TeXstudio - Go to command definition
just highlights the pdf preview.
Full example:
\documentclass[10pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{black}
\usepackage[defernumbers=true,backend=bibtex,sorting=ydnt,maxbibnames=99]{biblatex}
\addbibresource{publications.bib}
\usepackage[top=1cm, left =0.5cm, right =1.2cm, bottom =1cm]{geometry}
\setlength{\hintscolumnwidth}{3cm}
\setlength{\makecvheadnamewidth}{10cm}
\name{\hspace{0.5cm}User \ \indent \hspace{0.5cm}Name}{}
\title{\hspace{0.5cm} Dev}
\address{address}{Street}{country}
\begin{document}
\vspace*{-0.6cm}
\makecvtitle
\vspace{-0.7cm}
\section{Work exp \newline}
\cventry{start-end date}{Role}{[tech stack]}{}{}{\begin{itemize}
\item worked on stuff
\end{itemize}}
