https://github.com/ahonn/logseq-plugin-todo
A simple to-do list plugin for logseq
https://github.com/ahonn/logseq-plugin-todo
logseq logseq-plugin todolist
Last synced: 6 months ago
JSON representation
A simple to-do list plugin for logseq
- Host: GitHub
- URL: https://github.com/ahonn/logseq-plugin-todo
- Owner: ahonn
- License: mit
- Created: 2022-04-22T06:20:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T01:00:53.000Z (7 months ago)
- Last Synced: 2025-03-29T01:08:47.367Z (6 months ago)
- Topics: logseq, logseq-plugin, todolist
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 173
- Watchers: 5
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Logseq Todo Plugin
A simple to-do list plugin for logseq
> This plugin relies solely on the Logseq Plugin API to access local data, and does not store it externally.
### Features
- Quickly add new to-do items to today's journal page.
- View all of today's to-do items (include scheduled & today's journal page).
- View all to-do items without a schedule.
- Ignore to-do items on a specified page.

## Install
### Option 1: directly install via Marketplace
### Option 2: manually load
- turn on Logseq developer mode
- [download the prebuilt package here](https://github.com/ahonn/logseq-plugin-todo/releases)
- unzip the zip file and load from Logseq plugins page## How to use
- Pin the plugin to the top bar
- Now To-do items can be easily created or edited from the menu bar through the dedicated icon.## Page Properties
- `todo-ignore`: Whether to hide the todo task in the current page. see [How to use todo-ignore #8](https://github.com/ahonn/logseq-plugin-todo/issues/8)
## Contribution
Issues and PRs are welcome!## Licence
MIT