Hi everyone, I’ve made an alias plugin for obsidian using python.
Check it out on:
The purpose is to include in a page a line with #alias=‘myalias’ so everytime you cite that page like [[mypage]] without an alias it rewrites it to [[mypage|myalias]].
It also includes a backup version history function and correction to internal links to the alias ( [[mypage|wrongalias]] => [[[[mypage|myalias]] )
Feel free to check it out, ask anything here or on the github page or develope it if you want.
Let’s make some stuff untill v1.0 comes out