This plugin provides advanced auto-completion functionality for obsidian.
- Latex support
- No need to start with a
\
- Includes all MathJax commands
- Allows
\begin...
completion for all environments - Support for inserting snippets with placeholders
- No need to start with a
- YAML Front Matter support
- Learns any key with any value and provides completions for them
- Word list support
- Load files where each line is a word
- Performant, even with very big lists
- Scanning your vault for words
- Scans the current file or your whole vault to find new words which can then be suggested
Browse the community plugins list and search for Completr
.
- Download
main.js, styles.css
andmanifest.json
from a release of your choice - Copy the three files to your vault
VaultFolder/.obsidian/plugins/obsidian-completr/
- Clone the repo to the
plugins
folder of an obsidian vault - Run
npm i
andnpm run dev
- Enable the plugin in obsidian