vpcano729 downloadsEnhance your internal links management with dynamic alias customization. Display short, full, or combined titles for your notes effortlessly.
SmartLinkAlias is an Obsidian plugin that enhances your internal link management by allowing you to dynamically control how note titles appear in links. Whether you're working with acronyms, abbreviations, or custom aliases, this plugin provides you with powerful options to display your links exactly how you want.

Open a note where you'd like to define custom titles.
Add the following YAML properties at the top of your note:
---
full-title: Sample Note
short-title: SN
---
When creating a link to this note from another note, use the alias section to specify the display mode:
[[Sample Note|short]] → Displays: SN[[Sample Note|full]] → Displays: Sample Note[[Sample Note|long]] → Displays: SN (Sample Note)If you encounter any issues or have feature requests, please visit the GitHub Repository and feel free to open an issue or submit a pull request.
This plugin is licensed under the MIT License.
Thank you for using SmartLinkAlias! If you find it helpful, don't forget to leave a review in the Obsidian Community Plugins list!