Skip to content

Adds ability to link with @ in Obsidian. Can limit @ linking to specific folders e.g. People/

License

Notifications You must be signed in to change notification settings

Ebonsignori/obsidian-at-symbol-linking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1f854b Â· Feb 16, 2024
Feb 16, 2024
Aug 27, 2023
Sep 12, 2023
Feb 16, 2024
Aug 4, 2023
Aug 4, 2023
Aug 4, 2023
Aug 5, 2023
Aug 4, 2023
Aug 4, 2023
Aug 27, 2023
Aug 5, 2023
Feb 13, 2024
Aug 5, 2023
Feb 16, 2024
Feb 16, 2024
Feb 16, 2024
Aug 31, 2023
Aug 5, 2023
Aug 4, 2023
Aug 4, 2023

Repository files navigation

@ Symbol Linking

Gif demo of using the @ symbol to link to a name in Persons/

Adds the ability to link using the @ (the At Symbol) in Obsidian. Can limit @ linking to to specific folders e.g. People/.

Supports aliases (nicknames for a file) that you can set in the properties/metadata of a note via the alias or aliases field.

Settings

  • Limit @ links to only source links from specific directories, like your People/ directory.
  • Can create a new note from a template in a specified directory if no @ link is found.
  • Turn on compatibility mode to enable @ linking when plugins that show suggestions like the Tasks plugin are enabled.
  • Optionally include the @ symbol in the final link text, e.g. [@evan](./evan.md) as opposed to [evan](./evan.md)

Uses the link type specified by your Obsidian "Files & Links" -> "Use [[Wikiliks]]" setting.

Hotkeys

Supports up, down, enter, and escape keys for navigating the link search popup.

Installing

Search "@ symbol linking" via the built-in community plugin browser in Obsidian.

Contributing

Please open an issue with any suggestions or bug reports.

See developer docs if you'd like to open a PR.

Acknowledgements

The Obsidian team for creating a wonderful product 💜

The implementation borrows from: