Skip to content

Commit

Permalink
Merge pull request #2 from dario-baumberger/feature/update-readme-ins…
Browse files Browse the repository at this point in the history
…tallation

Added installation text and changed urls
  • Loading branch information
dario-baumberger authored Nov 7, 2023
2 parents b6dbf60 + 771775a commit a7d3a0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a7d3a0f

Please sign in to comment.