JSON table

by Dario Baumberger
5
4
3
2
1
Score: 59/100

Description

Category: Note Enhancements

The JSON table plugin allows seamless conversion between JSON data and Markdown tables within your Obsidian notes. Users can generate a Markdown table from a JSON string, data fetched from a URL, or convert an existing table back into a JSON format. This functionality is ideal for organizing and visualizing structured data in your notes, making it easier to edit or analyze. The plugin supports valid JSON and URLs that return JSON, offering flexible integration with external data sources.

Reviews

No reviews yet.

Stats

25
stars
8,073
downloads
2
forks
955
days
266
days
266
days
6
total PRs
1
open PRs
0
closed PRs
5
merged PRs
2
total issues
0
open issues
2
closed issues
6
commits

Latest Version

9 months ago

Changelog

What's Changed

Full Changelog: https://github.com/dario-baumberger/obsidian-json-table/compare/1.0.2...1.0.4

README file from

Github

Build and Test Obsidian Downloads GitHub stars License: MIT

Obsidian JSON table

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.

Commands

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.

Examples

Table
| Name | Age | City   |
| ---- | --- | ------ |
| Doe  | 22  | Berlin |
| Pan  | 34  | Mumbai |

Table to JSON

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

JSON to Table

URL
  • https://raw.githubusercontent.com/dario-baumberger/obsidian-json-table/master/demo/example.json
  • https://jsonplaceholder.typicode.com/todos

URL to Table

Installation

Community Plugin

  • Follow this link Obsidian Plugin
  • Or open Obsidian Settings, go to Community Plugins, browse "JSON Table" click install and activate.

Manually installing the plugin

  • Go to the latest Releases
  • Download main.js, manifest.json
  • save into your vault VaultFolder/.obsidian/plugins/obsidian-json-to-table/

Contribution

  • Feel free to open an issue if you miss something
  • Feel free to open a Pull request to implement a feature
    • Please extend tests if you add logic

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
Table of Contents
5 years ago by hipstersmoothie
Create a tables of contents for a note.
Excel to Markdown Table
4 years ago by Ganessh Kumar R P
An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.
Table Extended
5 years ago by AidenLx
Extend basic table in Obsidian with MultiMarkdown table syntax
Any Block
3 years ago by LincZero
You can flexibility to create a 'Block' by many means. It also provides many useful features, like `list to table`. (obsidian/markdown-it/vuepress plugin/app)
Table Generator
4 years ago by Boninall
A plugin for generate markdown table quickly like Typora.
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
CSV Table
5 years ago by Adam Coddington
Have a CSV file you want to render some or all of the data from? This plugin allows you to display that data in your obsidian preview.
Data Files Editor
a year ago by ZukTol
Obsidian.md plugin for editing text data files
Markdown table checkboxes
3 years ago by DylanGiesberts
Obsidian plugin. Allows for the usage of checkboxes inside markdown tables.
Table to CSV Exporter
4 years ago by Stefan Wolfrum
An Obsidian Plugin that allows to export tables from a pane in reading mode to CSV files.
Enhanced tables
2 years ago by pistacchio
A plugin for Obsidian to add advanced controls (like sorting and filtering) to standard markup tables
Table Checkbox Renderer
7 months ago by Daniel Aguerrevere
Interactive checkboxes for Markdown tables in Obsidian. Toggle checkboxes in Reading Mode and instantly update your Markdown file. Supports multiple checkboxes per cell and any table layout.
JSONifier
5 years ago by Kjell Connelly
AsciiDoc Blocks Plugin
4 years ago by Juracy Filho
A plugin to render asciidoc blocks in Obsidian, initially asciidoc tables
Sortable Tables
10 months ago by filippov112
A plugin for Obsidian that adds the ability to interactively sort Markdown tables in preview mode.
Oura Ring
5 years ago by Andrew Lombardi
Plugin to process data from Oura Ring
Account Viewer
2 years ago by Muaz Yediyüzkırkiki
Obsidian Plugin that automatically generate accounting tables from Markdown code blocks tagged with "accounting" alias.
Ridian
2 years ago by Michel Nivard
This is Ridian: R in Obsidian
Query JSON
2 years ago by rooyca
Read, query and work with JSON inside Obsidian.
SQLite DB
a year ago by Stefano Frigerio
Table Line Break Mobile
4 months ago by marcelflymark
Obsidian plugin: Insert a new line break inside a table cell using the <br> HTML element
CSV All-in-One
a year ago by hihangeol
HTML checkboxes
a year ago by Anareaty
Data Fetcher
a year ago by qf3l3k
Fetch data from multiple sources (REST APIs, RPC, gRPC, GraphQL) and insert results into notes.
List to table converter
7 months ago by paddomanno
Workout Planner
5 months ago by Rares Spatariu