No description
Find a file
2024-12-12 00:13:41 +01:00
.github/workflows fixed release workflow 2024-12-12 00:13:41 +01:00
img fixed litle bug and readme 2024-12-12 00:08:01 +01:00
src fixed litle bug and readme 2024-12-12 00:08:01 +01:00
.editorconfig Initial commit 2024-12-10 11:05:02 +01:00
.eslintignore Initial commit 2024-12-10 11:05:02 +01:00
.eslintrc Initial commit 2024-12-10 11:05:02 +01:00
.gitignore Initial commit 2024-12-10 11:05:02 +01:00
.npmrc Initial commit 2024-12-10 11:05:02 +01:00
esbuild.config.mjs fixed error 2024-12-11 13:11:59 +01:00
LICENSE Create LICENSE 2024-12-11 13:30:19 +01:00
manifest.json refactor code, comments and changed plugin name 2024-12-11 09:36:10 +01:00
package-lock.json functionality on edit mode 2024-12-11 00:06:31 +01:00
package.json refactor code, comments and changed plugin name 2024-12-11 09:36:10 +01:00
README.md fixed litle bug and readme 2024-12-12 00:08:01 +01:00
tsconfig.json Initial commit 2024-12-10 11:05:02 +01:00
version-bump.mjs Initial commit 2024-12-10 11:05:02 +01:00
versions.json Initial commit 2024-12-10 11:05:02 +01:00

SmartLinkAlias

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.

SmartLinkAlias in action

Usage

  1. Open a note where you'd like to define custom titles.

  2. Add the following YAML properties at the top of your note:

    ---
    full-title: Sample Note
    short-title: SN
    ---
    
  3. 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)

Roadmap

  • Base functionality in read mode
  • Base functionality in edit mode
  • Customize display format via plugin settings
  • Other ways to select the display mode ??

Contributing

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.

License

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!