From 27f2e648847f4a7b769d5ac57159159c5301a3b2 Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:36:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3c233f..7a5b7dc 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ by providing autocomplete suggestions for metadata fields in the editor. This ma While 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 from the Releases page. +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. Extract the release file into the new folder. +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