Skip to content

Commit 7b1da41

Browse files
committed
docs: update readme.md
1 parent efdc2ba commit 7b1da41

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

readme.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# Logseq TickTick Plugin
22

3+
**Disclaimer:** This is not an official plugin and is not affiliated with TickTick in any way.
4+
35
This is a plugin for [Logseq](https://logseq.com/) that allows you to create tasks in [TickTick](https://ticktick.com/) without leaving Logseq.
46

57
## Features
68

7-
- Create tasks in TickTick with `/tt`-command
9+
- [x] Create tasks in TickTick from Logseq
10+
- [x] Set the priority of the task-
11+
- [x] Create subtasks
12+
13+
Future features:
14+
15+
- [ ] Create tasks with due dates
16+
- [ ] Create tasks with reminders
17+
- [ ] Create tasks with tags
18+
- [ ] Create tasks with notes
19+
20+
## Installation
21+
22+
1. Install the plugin from the marketplace or build it from source and load unpacked plugin
23+
2. Go to <https://mxschll.github.io/logseq-ticktick-plugin/> and follow the instructions to get your TickTick credentials
24+
3. Copy the credentials and paste them into the plugin settings in Logseq
25+
26+
## Usage
27+
28+
- Use the `/tt`-command to create a task in TickTick
829
- The task's priority level is determined by the presence of `[#A]`, `[#B]`, or `[#C]` and set in TickTick accordingly where `[#A]` is the highest priority and `[#C]` is the lowest priority
9-
- Subtasks are created from child blocks of the task
30+
- Subtasks are automaticaly created from child blocks
1031

11-
## How to get started
1232

13-
TODO

0 commit comments

Comments
 (0)