Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farling42 committed Jan 8, 2022
2 parents a1f4d22 + 6ca0186 commit 5f84b8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Latest Release Download Count](https://img.shields.io/github/downloads/farling42/obsidian-import-json/latest/main.js)

## Import JSON

This plug-in provides you with the tools to import your favourite JSON tables.
Expand Down Expand Up @@ -42,4 +44,4 @@ A new inline helper "{{table" is available. It is used to lookup a value in a st
{{!-- {{table "blue" "red" "angry" "blue" "sad" "yellow" "envious" "green" "happy"}} --}}
{{!-- will be converted into the string 'sad' (taking "blue" and looking for the value/result pair that matches) }}
{{table lookup value1 result1 value2 result2 value3 result3}}
```
```

0 comments on commit 5f84b8a

Please sign in to comment.