mirror of
https://github.com/dainakai/obsidian-yaml-table.git
synced 2026-07-22 05:48:44 +00:00
version fixed
This commit is contained in:
parent
1f07fd5629
commit
cb20e1c22e
3 changed files with 28 additions and 2643 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "yaml-table",
|
||||
"name": "YAML Table",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Transform YAML code blocks into HTML tables for better visualization",
|
||||
"author": "dainakai",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yaml-table",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "An Obsidian plugin that renders YAML data as HTML tables",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue