- @standardnotes/api@1.26.54 - @standardnotes/clipper@1.1.207 - @standardnotes/desktop@3.108.139 - @standardnotes/encryption@1.21.75 - @standardnotes/features@1.59.17 - @standardnotes/filepicker@1.28.86 - @standardnotes/files@1.17.5 - @standardnotes/mobile@3.56.118 - @standardnotes/models@1.47.12 - @standardnotes/releases@1.4.491 - @standardnotes/responses@1.13.41 - @standardnotes/services@1.64.12 - @standardnotes/snjs@2.202.67 - @standardnotes/ui-services@1.31.6 - @standardnotes/web@3.172.10
@standardnotes/clipper
Development flow
- Run
yarn watch:webin a terminal to watch changes in the@standardnotes/webpackage
Chromium
- Run
yarn watch-mv3in 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
distfolder 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-binaryargument - Running
yarn run-chromiumwithout the--chromium-profileargument will create a new temporary profile every time
This method will automatically reload the extension when you make changes
Firefox
- Run
yarn watchin 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
--firefoxor-fargument - Running
yarn run-firefoxwithout the--firefox-profileargument will create a new temporary profile every time
Build
Firefox
yarn build-firefox
Chromium
yarn build-chromium