AlexW00 / obsidian-note-linker

🔗 Automatically link your Obsidian notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make alias when letter case doesn't match

hyungtaecf opened this issue · comments

Is your feature request related to a problem? Please describe.
The capitalization within the text should keep identical after the scan and replacement.
Right now:
Let's say I have a note called "File To Be Linked". And I have a text in other file like this:
This is a sentence with the file to be linked.
After replacement becomes
This is a sentence with the [[File To Be Linked]].
This is a sentence with the File To Be Linked.

Describe the solution you'd like
Just make an alias when the letter case is different:
This is a sentence with the [[File To Be Linked|file to be linked]].

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
It is important in order to not have to write all of that manually.