Describe the bug
In the input popups, you can use [[ to link to pages, and this autocompletes to aliases exactly to how you can do so in the regular markdown editor, except these two use cases:
- the frontmatter is a string of comma separated values like
aliases: hello, world
- the frontmatter is capitalized like
Aliases: hello
To Reproduce
Steps to reproduce the behavior:
- Add a file with the frontmatter
aliases: A, B or Aliases: A, B
- call
inputPrompt() from a script or from a template variable
- start typing a link to the alias
[[A
- observe the autocomplete popup
Expected behavior
to link
Screenshots


Desktop (please complete the following information):
- OS: Linux
- QuickAdd Version: 0.5.5
- Obsidian Version: 1.0.3
Additional context
looking in the code it might need to be added here: https://github.com/chhoumann/quickadd/blob/master/src/gui/suggesters/fileSuggester.ts#L47-L63
Describe the bug
In the input popups, you can use
[[to link to pages, and this autocompletes to aliases exactly to how you can do so in the regular markdown editor, except these two use cases:aliases: hello, worldAliases: helloTo Reproduce
Steps to reproduce the behavior:
aliases: A, BorAliases: A, BinputPrompt()from a script or from a template variable[[AExpected behavior
to link
Screenshots
Desktop (please complete the following information):
Additional context
looking in the code it might need to be added here: https://github.com/chhoumann/quickadd/blob/master/src/gui/suggesters/fileSuggester.ts#L47-L63