From 447978629f2f4a8f6a4e598116f3c24c0d92626f Mon Sep 17 00:00:00 2001 From: leijun Date: Tue, 22 Aug 2023 11:16:00 +0800 Subject: [PATCH] feat: manifest modify --- README.md | 7 +++---- manifest.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6358bd2..2a1e1d0 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ The Obsidian-Excel plugin integrates [x-spreadsheet](https://github.com/myliang/ ![Alt text](./doc/img/image.png) -## LICENSE -``` -GNU GPLv3 -``` +## TODO +[X] import/export excel +[X] link to markdown diff --git a/manifest.json b/manifest.json index cb56007..0c7ad39 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "minAppVersion": "0.15.0", "description": "This is a Excel plugin for Obsidian.", "author": "ljcoder", - "authorUrl": "https://github.com/ljcoder2015/obsidian-excel", + "authorUrl": "https://github.com/ljcoder2015", "fundingUrl": "https://github.com/ljcoder2015/obsidian-excel", "isDesktopOnly": false }