Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnlbauer/obsidian-dataview-autocompletion
https://github.com/dnlbauer/obsidian-dataview-autocompletion
autocomplete dataview note-taking obsidian obsidian-md obsidian-plugin
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnlbauer/obsidian-dataview-autocompletion
- Owner: dnlbauer
- License: mit
- Created: 2024-12-08T19:55:18.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-27T09:05:36.000Z (18 days ago)
- Last Synced: 2025-02-06T21:40:42.761Z (8 days ago)
- Topics: autocomplete, dataview, note-taking, obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 2.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dataview Autocompletion
This is a plugin for Obsidian (https://obsidian.md).
Dataview Autocomplete enhances the functionality of the popular [Dataview plugin](https://github.com/blacksmithgu/obsidian-dataview)
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.
## InstallationWhile plugin is [waiting](https://github.com/obsidianmd/obsidian-releases/pull/4913) to be reviewed and added to the community plugin list, you can install it manually following the steps below:
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](./LICENSE)