\documentclass{article} \usepackage[a4paper]{geometry} \title{ Kate sidebar navigation } \author{ Sam Wilson } \date{ 2022 December 2 (Friday), 12:03AM } \begin{document} \maketitle \tableofcontents I used to write LaTeX in (I think) BBEdit\footnote{\url{https://en.wikipedia.org/wiki/BBEdit}} on MacOS. It had a great sidebar that would list all section titles of the current document. Now I use Kate\footnote{\url{https://en.wikipedia.org/wiki/Kate\_(text\_editor)}}, and although it supposedly can do the same sort of thing I've never been able to get it to work properly. \end{document}