tasknotes-browser-extension
Chrome extension for TaskNotes - create tasks directly from Gmail, Outlook, and any webpage with Obsidian integration
File Explorer
- build.yml
- release.yml
- github.js
- gmail.js
- outlook.js
- create-icons.html
- tasknotes-icon-128.png
- tasknotes-icon-128.svg
- tasknotes-icon-16.png
- tasknotes-icon-16.svg
- tasknotes-icon-32.png
- tasknotes-icon-32.svg
- tasknotes-icon-48.png
- tasknotes-icon-48.svg
- tasknotes-simple.svg
- 2025-08-12_12-48-17.png
- 2025-08-12_13-11-31.png
- screenshot_2025-08-12_12-48-17_webstore.png
- screenshot_2025-08-12_13-11-31_webstore.png
- popup.css
- popup.html
- popup.js
- browser-polyfill.d.ts
- browser-polyfill.js
- api-client.js
- background.js
- manifest.chrome.json
- manifest.firefox.json
- manifest.safari.json
- task-creation-modal.js
- github.css
- gmail.css
- outlook.css
- .gitignore
- build-multi.sh
- build.sh
- create-icons.js
- INSTALL.md
- manifest.json
- package-lock.json
- package.json
- QUICK_INSTALL.md
- README.md
- webpack.config.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
# Project Badges
-
image
// repository documentation
Was this content helpful?
(0 ratings)
