- Drag & Drop ordering
- List export and import
- Link wrapping either by full URL or markdown style
[text](url)
Possible future features:
- Notifications or remainders about task due date/time
- Repeatable tasks, e.g. daily / weekly / custom date
- Theme selection dark/light or own custom color theme
- Install dependencies
npm install
- Run
npm run production
ornpm run dev
,npm run watch
For development load the extension from ./src
directory. Otherwise load a build from #build command.
- Navigate to
chrome://extensions/
- Enable "Developer mode"
- Click on "Load unpacked" and select the directory which contains the extensions manifest file
- Navigate to
edge://extensions/
- Enable "Developer mode"
- Click on "Load unpacked" and select the directory which contains the extensions manifest file
- Navigate to
about:debugging
- Click on "This Firefox"
- Click on "Load Temporary Add-on" and select manifest file inside extensions root directory
Run npm run build
, which creates a .zip file under dist directory.
This zip will only contain the necessary files for the extension.
npm run start:firefox
for quick testing in Firefoxnpm run start:chrome
for quick testing in Chrome