mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 08:30:28 +00:00
Compare commits
No commits in common. "master" and "1.3.22" have entirely different histories.
5 changed files with 490 additions and 2289 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -13,13 +13,12 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18.x"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
npm config set strict-ssl false
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
main.css
2
main.css
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"id": "excel",
|
||||
"name": "Excel",
|
||||
"version": "1.3.24",
|
||||
"version": "1.3.22",
|
||||
"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
2765
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue