This repository was archived by the owner on Jun 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# logseq-automatic-done
2
2
A simple Logseq plugin which can automatically start or finish todo tasks.
3
+ ![ Demo] ( ./screenshots/demo.gif )
Original file line number Diff line number Diff line change 1
1
{
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." ,
5
6
"main" : " dist/index.html" ,
6
7
"targets" : {
7
8
"main" : false
8
9
},
10
+ "default" : " dist/index.html" ,
11
+ "repo" : " aiirobyte/logseq-task-automation" ,
12
+ "author" : " aiirobyte" ,
13
+ "license" : " MIT" ,
9
14
"scripts" : {
10
15
"test" : " echo \" Error: no test specified\" && exit 1" ,
11
16
"build" : " parcel build --no-source-maps index.html --public-url ./"
12
17
},
13
- "keywords" : [],
14
- "author" : " aiirobyte" ,
15
- "license" : " MIT" ,
16
18
"dependencies" : {
17
19
"@logseq/libs" : " ^0.0.14"
18
20
},
19
21
"logseq" : {
20
- "id" : " logseq-automatic-done " ,
22
+ "id" : " logseq-task-automation " ,
21
23
"title" : " logseq-automatic-done" ,
22
24
"icon" : " ./icon.png"
23
25
},
You can’t perform that action at this time.
0 commit comments