You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,32 @@
1
1
# Logseq TickTick Plugin
2
2
3
+
**Disclaimer:** This is not an official plugin and is not affiliated with TickTick in any way.
4
+
3
5
This is a plugin for [Logseq](https://logseq.com/) that allows you to create tasks in [TickTick](https://ticktick.com/) without leaving Logseq.
4
6
5
7
## Features
6
8
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
8
29
- 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
0 commit comments