web/packages/clipper
StandardNotes CI 3de6af445b
chore(release): publish
- @standardnotes/clipper@1.1.121
 - @standardnotes/desktop@3.108.52
 - @standardnotes/mobile@3.56.32
 - @standardnotes/releases@1.4.404
 - @standardnotes/web@3.167.19
2023-07-28 07:40:53 +00:00
..
images chore: add clipper extension package (#2281) 2023-04-11 22:14:02 +05:30
src chore: upgrade eslint and prettier (#2376) 2023-07-27 14:36:05 -05:00
.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-28 07:40:53 +00:00
package.json chore(release): publish 2023-07-28 07:40:53 +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