version fixed

This commit is contained in:
dainakai 2025-06-05 15:24:16 +09:00
parent 1f07fd5629
commit cb20e1c22e
3 changed files with 28 additions and 2643 deletions

2667
main.js

File diff suppressed because it is too large Load diff

View file

@ -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",

View file

@ -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": {