web/packages/clipper
StandardNotes CI 6ed5d44b2f
chore(release): publish
- @standardnotes/clipper@1.1.90
 - @standardnotes/desktop@3.108.21
 - @standardnotes/mobile@3.55.9
 - @standardnotes/releases@1.4.368
 - @standardnotes/web@3.166.8
2023-07-13 16:24:39 +00:00
..
images chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
src chore: fix clipper CI failing 2023-07-12 19:42:57 +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 2023-07-13 16:24:39 +00:00
package.json chore(release): publish 2023-07-13 16:24:39 +00:00
README.md chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
tsconfig.json chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +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