All Projects → delashum → obsidian-checklist-plugin

delashum / obsidian-checklist-plugin

Licence: MIT License
No description, website, or topics provided.

Programming Languages

typescript
32286 projects
Svelte
593 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

obsidian-checklist-plugin

This plugin conslidates checklists from across files into a single view.

screenshot-main

Usage

After enabling this plugin, you will see the checklist appear in the right sidebar.

Any block of checklist items you tag with #todo will appear in this sidebar.

You can complete checklist items by checking them off in your editor (e.g. - [ ] -> - [x]) or by clicking a checklist item in the sidebar which will update your .md file for you

Configuration

screenshot-settings

Tag name: The default tag to lookup checklist items by is #todo, but may be changed to whatever you like

Show completed?: By default the plugin will only show uncompleted tasks, and as tasks are completed they will filter out of the sidebar. You may choose to show all tasks

screenshot-completed

Group by: You can group by either file or tagname. If you choose to group by tag name they will appear in the order that they first appear in your files (or last depending on sort order)

screenshot-tags

Sort order: By default checklist items will appear in the order they appear in the file, with files ordered with the oldest at the top. This can be changed to show the newest files at the top.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].