diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abb1296..feae59a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - "*" env: - PLUGIN_NAME: scambier.obsidian-omnisearch + PLUGIN_NAME: omnisearch DIST_FOLDER: ./dist jobs: diff --git a/README.md b/README.md index b1dfbbb..2f2dfa0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/mi Omnisearch is not yet available on the official community plugins repository. You can either: - Install it through [BRAT](https://github.com/TfTHacker/obsidian42-brat) -- Or download the `scambier.obsidian-omnisearch-x.y.z.zip` file from the [releases page](https://github.com/scambier/obsidian-omnisearch/releases) and unzip it in your `.obsidian/plugins` folder. You'll have to update it manually, though. +- Or download the `omnisearch-x.y.z.zip` file from the [releases page](https://github.com/scambier/obsidian-omnisearch/releases) and unzip it in your `.obsidian/plugins` folder. You'll have to update it manually, though. ## Usage diff --git a/manifest.json b/manifest.json index 0bfe0d2..e6a2658 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "scambier.obsidian-omnisearch", + "id": "omnisearch", "name": "Omnisearch", "version": "0.2.5", "minAppVersion": "0.14.2",