ivan124825 downloadsAutomatically adds wikilink display text or normalizes existing wikilinks.
A plugin for Obsidian that can automatically insert wikilink display text or normalize existing wikilinks.
| at the end of a wikilink. Optionally, the first character can be lowercased.Note.md, [[Note|]] (| just typed) → [[Note|note]]Ctrl+S).[[note]] → [[Note|note]][[note|note]] → [[Note|note]][[folder/note]] → [[Folder/Note|folder/note]][[Note]] → [[Note]] (no change)[[idea]] → [[idea|idea]][[note]] to a file named Note.md, but then rename the file to Article.md, Obsidian will update [[note]] to [[Article]], but you would prefer [[Article|note]]. By using [[Note|note]], the display text remains note.Install via Settings → Community plugins in Obsidian.
main.js and manifest.json into <your-vault>/.obsidian/plugins/wikilink-helper/.npm install # install dependencies
npm run dev # build in watch mode (for development)
npm run build # type-check and build for production
npm run lint # run ESLint