fix: indexing not working if there are non-markdown files

This commit is contained in:
Daniel Bauer
2024-12-17 18:47:41 +01:00
parent 97391f4256
commit 2dae1175f8
5 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview-autocompletion",
"version": "0.8",
"version": "0.8.1",
"description": "This is a plugin for Obsidian that provides autocompletion for Dataview metadata fields",
"main": "main.js",
"scripts": {