Overview

Two kinds of links: to web pages, and to other parts of your own document.

External links

An external link to the [Obsidian website](<https://obsidian.md>) and a bare URL <https://obsitex.com> in the text.
An external link to the \href{<https://obsidian.md>}{Obsidian website} and a bare URL \url{<https://obsitex.com>} in the text.

Cross-references to headings

Use an Obsidian wikilink to point at a heading elsewhere in your document. Obsitex turns it into a smart reference like "see Section 3.2":

A cross-reference to [[Methods#Approach]], and one with custom text [[Methods#Approach|the approach]].
A cross-reference to \vref{subsec:methods_approach}, and one with custom text \hyperref[subsec:methods_approach]{the approach}.

How it looks in the PDF

<aside> 📸

Screenshot needed: the compiled PDF showing a resolved cross-reference (e.g. "see Section 2.1") and a clickable external link.

</aside>

Tips & pitfalls