mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 08:30:28 +00:00
Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9df140382 | ||
|
|
04dc273d80 | ||
|
|
5e149efaa7 | ||
|
|
583c46a828 | ||
|
|
5397aade29 | ||
|
|
82a6a7d1f9 | ||
|
|
56ca68dde1 | ||
|
|
5380c7a6e9 | ||
|
|
b018f956a7 | ||
|
|
ff08a53c06 | ||
|
|
05ea79123b | ||
|
|
2135848b38 | ||
|
|
8d2a44df50 | ||
|
|
34f35f9822 |
5 changed files with 2292 additions and 493 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -13,12 +13,13 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18.x"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
npm config set strict-ssl false
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
main.css
2
main.css
File diff suppressed because one or more lines are too long
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"id": "excel",
|
||||
"name": "Excel",
|
||||
"version": "1.3.22",
|
||||
"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
2771
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue