standardnotes-app/packages/clipper
StandardNotes CI 9c54689325
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Sync Repo / git-sync (push) Has been cancelled
Publish Packages / Build & Test (push) Has been cancelled
Publish Packages / Build Docker Image (push) Has been cancelled
Publish Packages / Publish to Docker Hub (push) Has been cancelled
Publish Packages / E2E Base Test Suite (push) Has been cancelled
Publish Packages / E2E Vaults Test Suite (push) Has been cancelled
Publish Packages / Build and publish Docker Image for Web App (push) Has been cancelled
Publish Packages / Publish to NPM (push) Has been cancelled
chore(release): publish
- @standardnotes/clipper@1.1.566
 - @standardnotes/desktop@3.110.171
 - @standardnotes/mobile@3.58.230
 - @standardnotes/releases@1.4.870
 - @standardnotes/web@3.201.7
2026-01-08 16:45:34 +00:00
..
images chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
src chore: fix clipper width & height issues [skip e2e] 2024-02-05 13:59:58 +05:30
.eslintrc.js chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
.gitignore chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
CHANGELOG.md chore(release): publish 2026-01-08 16:45:34 +00:00
package.json chore(release): publish 2026-01-08 16:45:34 +00:00
README.md chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
tsconfig.json chore: fix white screen issue on windows 2023-11-23 16:41:32 +05:30
webpack.config.dev.js chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
webpack.config.js chore: fix clipper CI failing 2023-07-12 19:42:57 +05:30
webpack.config.prod.js chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30

@standardnotes/clipper

Development flow

  • Run yarn watch:web in a terminal to watch changes in the @standardnotes/web package

Chromium

  • Run yarn watch-mv3 in another terminal to watch changes in the extension source

"Load unpacked" method

  • Go to chrome://extensions
  • Enable Developer mode
  • Click "Load unpacked" and select the dist folder in the current package

You might need to manually press the reload button when you make changers

CLI method

yarn run-chromium --chromium-profile=PATH/TO/PROFILE
  • You might need to specify the Chromium binary using the --chromium-binary argument
  • Running yarn run-chromium without the --chromium-profile argument will create a new temporary profile every time

This method will automatically reload the extension when you make changes

Firefox

  • Run yarn watch in another terminal to watch changes in the extension source
yarn run-firefox --firefox-profile=PATH/TO/PROFILE
  • You might need to specify the Firefox binary using the --firefox or -f argument
  • Running yarn run-firefox without the --firefox-profile argument will create a new temporary profile every time

Build

Firefox

yarn build-firefox

Chromium

yarn build-chromium