mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-07-22 11:40:29 +00:00
No description
| .github/workflows | ||
| .husky | ||
| assets | ||
| src | ||
| test-vault | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| .prettierrc.json | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Dataview Autocompletion
This is a plugin for Obsidian (https://obsidian.md).
Dataview Autocomplete enhances the functionality of the popular Dataview plugin by providing autocomplete suggestions for metadata fields in the editor. This makes it easy to reuse existing fields and reduces typing errors.
Features
- Provides autocomplete suggestions for inline metadata fields used by Dataview.
- Customizable ignored fields and files for suggestions.
Installation
While plugin is waiting to be reviewed and added to the community plugin list, you can install it manually following the steps below:
- Download the latest release files (manifest.json, styles.css, main.js) from the Releases page.
- Create a folder named "dataview-autocompletion" in the Obsidian plugins folder (.obsidian/plugins).
- Copy the files from step 1 into the new folder.
- Enable the plugin in the Obsidian settings under the "Community plugins" section. You might have to restart Obsidian to rsee the plugin.
License
This project is licensed under the MIT License. See LICENSE