Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit d73dfc0

Browse files
committed
chore: naming package and add demo gif
1 parent 5f44c6b commit d73dfc0

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# logseq-automatic-done
22
A simple Logseq plugin which can automatically start or finish todo tasks.
3+
![Demo](./screenshots/demo.gif)

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
2-
"name": "logseq-automatic-done",
3-
"version": "1.0",
4-
"description": "A simple plugin for smooth task workflow.",
2+
"name": "logseq-task-automation",
3+
"version": "0.0.1",
4+
"title": "Task Automation",
5+
"description": "A Logseq plugin that can help you to begin or finish task easily.",
56
"main": "dist/index.html",
67
"targets": {
78
"main": false
89
},
10+
"default": "dist/index.html",
11+
"repo": "aiirobyte/logseq-task-automation",
12+
"author": "aiirobyte",
13+
"license": "MIT",
914
"scripts": {
1015
"test": "echo \"Error: no test specified\" && exit 1",
1116
"build": "parcel build --no-source-maps index.html --public-url ./"
1217
},
13-
"keywords": [],
14-
"author": "aiirobyte",
15-
"license": "MIT",
1618
"dependencies": {
1719
"@logseq/libs": "^0.0.14"
1820
},
1921
"logseq": {
20-
"id": "logseq-automatic-done",
22+
"id": "logseq-task-automation",
2123
"title": "logseq-automatic-done",
2224
"icon": "./icon.png"
2325
},

0 commit comments

Comments
 (0)