dario-baumberger7k downloadsSimply 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.
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.
| Command | Description |
|---|---|
| Generate table from selected JSON | Creates a Markdown table based on your selected JSON. The JSON needs to be valid. |
| Generate table from selected JSON URL | Creates a Markdown table based on JSON data from selected URL. The URL needs to return a valid JSON. |
| Generate JSON from a selected table | Creates JSON based on your selected table. |
| Name | Age | City |
| ---- | --- | ------ |
| Doe | 22 | Berlin |
| Pan | 34 | Mumbai |

[{"Name":"Doe","Age":"22","City":"Berlin"},{"Name":"Pan","Age":"34","City":"Mumbai"}]

https://raw.githubusercontent.com/dario-baumberger/obsidian-json-table/master/demo/example.jsonhttps://jsonplaceholder.typicode.com/todos
main.js, manifest.jsonVaultFolder/.obsidian/plugins/obsidian-json-to-table/