Dropped the namespace prefix. It's cleaner.

This commit is contained in:
Simon Cambier
2022-04-26 22:15:26 +02:00
parent e7b552dc92
commit 627c7f33d6
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
- "*" - "*"
env: env:
PLUGIN_NAME: scambier.obsidian-omnisearch PLUGIN_NAME: omnisearch
DIST_FOLDER: ./dist DIST_FOLDER: ./dist
jobs: jobs:

View File

@@ -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: Omnisearch is not yet available on the official community plugins repository. You can either:
- Install it through [BRAT](https://github.com/TfTHacker/obsidian42-brat) - 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 ## Usage

View File

@@ -1,5 +1,5 @@
{ {
"id": "scambier.obsidian-omnisearch", "id": "omnisearch",
"name": "Omnisearch", "name": "Omnisearch",
"version": "0.2.5", "version": "0.2.5",
"minAppVersion": "0.14.2", "minAppVersion": "0.14.2",