Compare commits

..

No commits in common. "master" and "1.3.21" have entirely different histories.

6 changed files with 490 additions and 2289 deletions

View file

@ -19,7 +19,6 @@ jobs:
- name: Build plugin
run: |
npm config set strict-ssl false
npm install
npm run build

View file

@ -1,6 +1,3 @@
> ### The Obsidian-Excel plugin will no longer be maintained or updated. To download Obsidian-Sheet-Plus, please visit [https://github.com/ljcoder2015/obsidian-sheet-plus](https://github.com/ljcoder2015/obsidian-sheet-plus)
> ### Obsidian-Excel插件不再更新维护旧功能不满足可以尝试使用新插件Obsidian-Sheet-Plus。下载地址 [https://github.com/ljcoder2015/obsidian-sheet-plus](https://github.com/ljcoder2015/obsidian-sheet-plus)
# Obsidian Excel Plugin
## Excel
@ -52,7 +49,4 @@ embed link rule:
- ljcoder@163.com
### buy a Coffee
[https://ko-fi.com/ljcoder](https://ko-fi.com/ljcoder)

File diff suppressed because one or more lines are too long

View file

@ -1,11 +1,10 @@
{
"id": "excel",
"name": "Excel",
"version": "1.3.24",
"version": "1.3.21",
"minAppVersion": "0.15.0",
"description": "Create spreadsheets and easily embed them in Markdown",
"author": "ljcoder",
"authorUrl": "https://github.com/ljcoder2015",
"fundingUrl": "https://ko-fi.com/ljcoder",
"isDesktopOnly": false
}

2765
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
},
"dependencies": {
"monkey-around": "^2.3.0",
"x-data-spreadsheet": "git+ssh://git@github.com:ljcoder2015/x-spreadsheet.git#1.1.4",
"x-data-spreadsheet": "git+ssh://git@github.com:ljcoder2015/x-spreadsheet.git#1.1.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
}
}