Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnagorra/checklist
A simple checklist addon to keep tracks of things.
https://github.com/tnagorra/checklist
browser-extension checklist chrome-extension firefox-addon todo
Last synced: about 2 months ago
JSON representation
A simple checklist addon to keep tracks of things.
- Host: GitHub
- URL: https://github.com/tnagorra/checklist
- Owner: tnagorra
- License: mit
- Created: 2020-04-16T02:54:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T12:06:44.000Z (about 2 years ago)
- Last Synced: 2024-11-01T18:24:39.556Z (3 months ago)
- Topics: browser-extension, checklist, chrome-extension, firefox-addon, todo
- Language: TypeScript
- Homepage:
- Size: 1.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Checklist
A simple checklist addon to keep tracks of things.
![image](https://user-images.githubusercontent.com/4928045/83331617-ea7c8c80-a2b6-11ea-907f-db62eec1dd20.png)
## Features
- Badge shows the no. of tasks to do in your checklist.
- Separate list for tasks to do and tasks already done.
- Tasks can be ordered.
- Tasks can have multiple pre-defined tags.
- Click on a tag to filter tasks.
- Drop a tag on an task to assign it.
- Click on task's tag to remove it.
- Custom tags can be created.
1. Type '@' followed by any alphanumeric characters
2. Press 'Space', 'Tab' or 'Enter'
- Custom tags will be cleared out if it is not used.## Get extension
For firefox users, https://addons.mozilla.org/en-US/firefox/addon/checklist/
For chrome users, https://chrome.google.com/webstore/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn
## Build
To build the extension, run:
```bash
yarn install
yarn build
```Yarn version: 1.22.4
OS: Linux 5.5.13-arch2-1 x86_64 GNU/Linux