No description
Find a file
2025-02-15 11:27:41 +01:00
.github/workflows Create test.yaml 2024-12-14 11:30:26 +01:00
.husky feat: use prettier 2024-12-12 23:27:08 +01:00
assets chore: update preview gif 2024-12-23 11:04:24 +01:00
src feat: add option for prefix suggestion 2025-02-15 11:26:03 +01:00
test-vault fix: indexing not working if there are non-markdown files 2024-12-17 18:47:41 +01:00
.editorconfig feat: use prettier 2024-12-12 23:27:08 +01:00
.eslintignore Initial commit 2024-12-08 20:55:19 +01:00
.eslintrc Initial commit 2024-12-08 20:55:19 +01:00
.gitignore chore: update build config; sync version in manifest and package.json 2024-12-17 11:31:55 +01:00
.npmrc Initial commit 2024-12-08 20:55:19 +01:00
.prettierignore feat: use prettier 2024-12-12 23:27:08 +01:00
.prettierrc chore: more sane line wraps in prettier 2024-12-14 11:36:25 +01:00
.prettierrc.json feat: use prettier 2024-12-12 23:27:08 +01:00
esbuild.config.mjs feat: use prettier 2024-12-12 23:27:08 +01:00
LICENSE feat: README, LICENSE, demo gif 2024-12-16 12:06:03 +01:00
manifest.json bump version 2025-02-15 11:27:41 +01:00
package-lock.json chore: removed dev dependencies from prod dependencies 2024-12-13 13:55:40 +01:00
package.json bump version 2025-02-15 11:27:41 +01:00
README.md Update README.md 2025-02-13 09:31:48 +01:00
rollup.config.js feat: replace innerHTML call with createEL (obsidian plugin guidelines) 2024-12-18 10:34:00 +01:00
styles.css feat: render suggestions similar to dataview render 2024-12-23 10:02:02 +01:00
tsconfig.json feat: use prettier 2024-12-12 23:27:08 +01:00
version-bump.mjs Initial commit 2024-12-08 20:55:19 +01:00
versions.json feat: use prettier 2024-12-12 23:27:08 +01:00

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.

Demo

Features

  • Provides autocomplete suggestions for inline metadata fields used by Dataview.
  • Customizable ignored fields and files for suggestions.

Installation

The plugin is available through Obsidian as a community plugin.

Manual installation

  1. Download the latest release files (manifest.json, styles.css, main.js) from the Releases page.
  2. Create a folder named "dataview-autocompletion" in the Obsidian plugins folder (.obsidian/plugins).
  3. Copy the files from step 1 into the new folder.
  4. 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