Compare commits

...

17 commits

Author SHA1 Message Date
ljcoder
d9df140382
Update README.md 2024-06-04 15:27:46 +08:00
雷军
04dc273d80 feat: readme 2024-05-08 14:59:00 +08:00
雷军
5e149efaa7 feat: readme 2024-05-06 18:29:15 +08:00
雷军
583c46a828 feat: readme 2024-05-06 18:24:21 +08:00
雷军
5397aade29 feat: excel plus readme 2024-05-06 14:50:12 +08:00
雷军
82a6a7d1f9 feat: excel plus readme 2024-05-06 14:48:55 +08:00
雷军
56ca68dde1 feat: excel plus readme 2024-05-06 14:47:50 +08:00
雷军
5380c7a6e9 feat: Obsidian Excel Pro Plugin doc 2024-04-29 11:24:25 +08:00
雷军
b018f956a7 feat: Obsidian Excel Pro Plugin doc 2024-04-29 11:20:50 +08:00
雷军
ff08a53c06 feat: Obsidian Excel Pro Plugin doc 2024-04-29 11:19:15 +08:00
雷军
05ea79123b feat: Obsidian Excel Pro Plugin doc 2024-04-29 11:17:35 +08:00
雷军
2135848b38 feat: 1.3.24 2024-03-20 10:45:10 +08:00
雷军
8d2a44df50 feat: 1.3.23 2024-02-18 15:00:40 +08:00
雷军
34f35f9822 feat: github action 2024-02-18 15:00:01 +08:00
雷军
42cbe19ad0 feat: github action 2024-02-18 14:03:22 +08:00
雷军
6dc364519b feat: selected all 2024-02-18 13:49:48 +08:00
雷军
9898398afc feat: selected all 2024-02-18 10:48:51 +08:00
6 changed files with 2292 additions and 493 deletions

View file

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

View file

@ -1,3 +1,6 @@
> ### 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
@ -49,4 +52,7 @@ 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,10 +1,11 @@
{
"id": "excel",
"name": "Excel",
"version": "1.3.21",
"version": "1.3.24",
"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
}

2771
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.3",
"x-data-spreadsheet": "git+ssh://git@github.com:ljcoder2015/x-spreadsheet.git#1.1.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
}
}