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
This is a plugin for [Logseq](https://logseq.com/) that allows you to create tasks in [TickTick](https://ticktick.com/) without leaving Logseq.
2
4
3
5
## Features
4
6
5
-
- Plug-and-play boilerplate with properly defined GitHub action defaults
6
-
- Develop with HMR, empowered by lightning-fast Vite ⚡ with [vite-logseq-plugin](https://github.com/pengx17/vite-plugin-logseq)
7
-
- TailwindCSS for styling
8
-
- Pnpm
7
+
- Create tasks in TickTick with `/tt`-command
8
+
- Create tasks with priority and tags
9
+
- Create subtasks
9
10
10
11
## How to get started
11
-
1. Clone the repository or use the button "Use this template" on GitHub to create your own version of the repository 🔨
12
-
2. Make sure you have pnpm installed, [install](https://pnpm.io/installation) if necessary 🛠
13
-
3. Execute `pnpm install` 📦
14
-
4. Change the plugin-name in `package.json` to your liking. Adapt both the package-name and the plugin-id at the bottom of the `package.json`. Make sure that they are not conflicting with plugins you already installed. 📝
15
-
5. Execute `pnpm build` to build the plugin 🚧
16
-
6. Enable developer-mode in Logseq, go to plugins, select "Load unpacked plugin" 🔌
17
-
7. Select the directory of your plugin (not the `/dist`-directory, but the directory which includes your package.json) 📂
0 commit comments