generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easily rename accepted internal link suggestion. #282
Labels
enhancement
New feature or request
Comments
@lukasschulte03 |
tadashi-aikawa
moved this from Todo
to In Progress
in Obsidian Various Complements Plugin
Feb 18, 2024
@lukasschulte03 |
@tadashi-aikawa |
tadashi-aikawa
added a commit
that referenced
this issue
Feb 18, 2024
@lukasschulte03 |
github-project-automation
bot
moved this from In Progress
to Done
in Obsidian Various Complements Plugin
Feb 18, 2024
@tadashi-aikawa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #273
Originally posted by lukasschulte03 January 2, 2024
First off, this plugin is amazing, and I use it everyday, especially its internal link complement features.
But I have the issue that I, most of the time I want to rename my internal links, since they're almost always either incorrectly capitalized, or inflected incorrectly, or so on...
This becomes quite a hassle after a while. Always having to go back a couple of characters, insert a pipe character, write the actual display name, and go forward again.
I was wondering if there's any way to make a feature, where every time you accept an autocomplete suggestion to an internal link, an input prompt pops up where you can insert if you want the display name to be different that of the underlying notes name (or alias that you've referred to). If you don't want a different display name, just hit enter again and leave it empty, but if you type something and hit enter, the display name should be changed to that.
Of course it should be toggleable in the settings, and off by default, since I don't see this fitting the needs of the majority of users.
I would find this much easier than alias managing since that's not really applicable in my case. This solution feels much easier when the alternative is to make 10's of aliases for each note, which would suck...
(Maybe there's already a good solution for this and I'm just ignorant, please inform me that case.)
The text was updated successfully, but these errors were encountered: