Skip to content

Commit

Permalink
Merge pull request #20 from Quorafind/feat/canvas-table
Browse files Browse the repository at this point in the history
Feat/canvas table
  • Loading branch information
Quorafind authored Aug 25, 2023
2 parents 0e10fb2 + 8b0039a commit ad88df5
Show file tree
Hide file tree
Showing 20 changed files with 1,148 additions and 739 deletions.
15 changes: 10 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"id": "obsidian-table-generator",
"name": "Table Generator",
"version": "1.3.1",
"minAppVersion": "0.12.0",
"description": "A plugin for generate markdown table quickly like Typora.",
"author": "Quorafind",
"version": "1.4.0",
"minAppVersion": "1.1.0",
"description": "A plugin for generate markdown table quickly like Typora /card table in canvas .",
"author": "Boninall",
"authorUrl": "https://github.com/Quorafind",
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/boninall",
"爱发电": "https://afdian.net/a/boninall",
"支付宝": "https://cdn.jsdelivr.net/gh/Quorafind/.github@main/IMAGE/%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BB%98%E6%AC%BE%E7%A0%81.jpg"
},
"isDesktopOnly": false
}
}
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-table-generator",
"version": "1.3.1",
"description": "A plugin for generate markdown table quickly like Typora.",
"version": "1.4.0",
"description": "A plugin for generate markdown table quickly like Typora /card table in canvas .",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .ts",
Expand All @@ -27,6 +27,12 @@
"svelte-preprocess": "^4.10.7",
"tslib": "2.4.0",
"typescript": "4.8.3",
"vite": "^3.1.3"
"vite": "4.4.8",
"monkey-around": "^2.3.0"
},
"dependencies": {
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.16.0"

}
}
Loading

0 comments on commit ad88df5

Please sign in to comment.