mirror of
https://github.com/fyaic/Table-Fields-Plugin.git
synced 2026-07-22 08:36:44 +00:00
16 lines
603 B
JSON
16 lines
603 B
JSON
{
|
|
"name": "table-fields",
|
|
"version": "0.1.0",
|
|
"description": "Give Markdown table columns a type — checkbox, select, date, currency, percentage — with inline controls in Live Preview and Reading view. Stays a plain pipe table on disk.",
|
|
"keywords": ["obsidian", "obsidian-plugin", "markdown", "table", "spreadsheet"],
|
|
"author": "fyaic",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/fyaic/Table-Fields-Plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fyaic/Table-Fields-Plugin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fyaic/Table-Fields-Plugin/issues"
|
|
}
|
|
}
|