← Overview
Two kinds of links: to web pages, and to other parts of your own document.
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.
[text](url) becomes a clickable link with your text.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}.
[[Note#Heading]] → a numbered reference to that heading.[[Note]] (no heading) → the note's first # heading.[[Note#Heading|your text]] → the same reference, shown with your own link text.<aside> 📸
Screenshot needed: the compiled PDF showing a resolved cross-reference (e.g. "see Section 2.1") and a clickable external link.
</aside>
# heading cannot be linked (the link falls back to plain text).