diff --git a/README.md b/README.md index d38f65e..84c750e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build and Test](https://github.com/dario-baumberger/obsidian-json-table/actions/workflows/build.yml/badge.svg)](https://github.com/dario-baumberger/obsidian-json-table/actions/workflows/build.yml) -[![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?color=7e6ad6&labelColor=34208c&label=Obsidian%20Downloads&query=$['json-table'].downloads&url=https://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-plugin-stats.json&)](obsidian://show-plugin?id=deepl) +[![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?color=7e6ad6&labelColor=34208c&label=Obsidian%20Downloads&query=$['json-table'].downloads&url=https://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-plugin-stats.json&)](obsidian://show-plugin?id=json-table) ![GitHub stars](https://img.shields.io/github/stars/dario-baumberger/obsidian-json-table?style=flat) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/dario-baumberger/obsidian-json-table/blob/master/LICENCE) @@ -49,7 +49,8 @@ Generate a table from a JSON string or a URL (which returns JSON) in your notes. ### Community Plugin -The Plugin was not release yet. You need to install it manually. +- Follow this link [Obsidian Plugin](https://obsidian.md/plugins?id=json-table) +- Or open Obsidian Settings, go to Community Plugins, browse "JSON Table" click install and activte. ### Manually installing the plugin @@ -59,6 +60,6 @@ The Plugin was not release yet. You need to install it manually. ## Contribution -- Feel free to open an issue if you miss something +- Feel free to [open an issue](https://github.com/dario-baumberger/obsidian-json-table/issues) if you miss something - Feel free to open a Pull request to implement a feature - Please extend tests if you ad logic diff --git a/manifest.json b/manifest.json index 1294fcb..6b2cab8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "json-table", "name": "JSON table", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.", "author": "Dario Baumberger", diff --git a/package.json b/package.json index 458b2fe..a5c54e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-json-table", - "version": "1.0.1", + "version": "1.0.2", "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 866e382..38b5b97 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" }