Use case or problem
In languages different than English, where words can be in many forms - like feminine, masculine we can have many connection to one destination.
E.g. Names and Surnames have different forms e.g my name:
Darek, Darka, Darkowi, Dariusz, Dariuszowi, Dariusza
Now after/or during creating a new content I need to open destination files many times and manually add each form to aliases section of frontmatter.
This is time consuming and not effective for me.
Proposed solution
It would be nice to have the possibility to add to aliases saved in the frontmatter tag directly from a note. For example.
I can have a file.md
:
---
aliases:
- file a
---
and in another someanotherfile.md
I can put a link
some text [[file.md|next alias to file]]
I would like to have the option to add this new alias to file.md right from an editor.
My proposition is to add an action assigned to Right Click in the context menu named e.g.
Add as an alias in frontmatter
This action will create a new alias in the file.md
:
---
aliases:
- file a
- next alias to file
---
Current workaround (optional)
- manually add each alias to a destination file.