Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T01:40:38.000Z (3 months ago)
- Last Synced: 2024-08-13T03:24:08.092Z (3 months ago)
- Topics: logseq, logseq-plugin, todolist
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 156
- Watchers: 5
- Forks: 11
- Open Issues: 8
-
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.![](./screenshots/plugin-panel.png)
![](./screenshots/plugin-settings.png)
## 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## 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