Help with internal hyperlinks in the same note

Good afternoon!

  1. Is it possible, in the same note, to create an internal link as a shortcut to another part of the text? for example:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa [1] . Fusce posuere, magna sed pulvinar ultricies, purus lectus maleuada libero, sit amet commodo magna eros quer urna. Never lived imperdiet anyway. Fusce est [2].

Source: [1] Author 1
Source [2] www.anysite.com

I would like, when clicking on [1] or [2], the page to be centered on the information from the source, for example. It would be an internal hyperlink, I believe.

  1. As I work with zotero, would I be able to do the same scheme with bibliographic notes that I imported through zotero import? However, I would like to cite the author in the text in ABNT format, for example, as in a scientific paper.

Thank you for your attention!

Obsidian supports footnotes: Basic formatting syntax - Obsidian Help (these are an extension to Markdown which not every app will support, but they’re not special to Obsidian).

More generally, you can link to a heading or block in the same note by leaving out the note name. Typing [[# or [[^ will give you suggestions you can filter by typing. (Heading links are supported by some other apps but in different, incompatible ways. I believe the block link syntax is specific to Obsidian. Both will still enable you to find the thing linked to even when viewed in an app that doesn’t make them clickable.)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.