This is a plugin for Obsidian (https://obsidian.md).
Quick rought explanation... a page suggestion / auto complete for [[linking]].
- It activates on entering a space and looks at the previous word and only suggests things if the previous word is 4 characters or more (to avoid showing suggestions on small article words etc.)
- By default it suggests from a list of all links on your current page for easy re-linking as you type the same terms multiple times on a page
- By default it also looks at your YAML frontmatter for the page and then finds all pages that have similar yaml (a matching key:value pair) and pulling links from those pages... for me this is relevant for meeting notes with clients so that I can quickly link to common [[pages]] like contacts or departments or [[topics]] for a particular client.
- You can expand your autocomplete search/match to ALL links in your vault by adding a "," comma after the space. So if you type "client " and it only gives you a result for [[client abc]] but really you are looking for [[client xyz]] then simply add a "," comma and it will expand the results: "client ," then shows [[client abc]], [[client def]], [[client xyz]], [[good client]], [[desktop client]] etc.
GKrC9iFpZ1.mp4
- Feature 1
- Feature 2
- Feature 3
Need to add some details and use cases here
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.