Loading...
Install an extension
The Nullock extensions dir is at:
%APPDATA%/Nullock/Nullock/extensions/ (Windows) ~/.local/share/Nullock/Nullock/extensions/ (Linux) ~/Library/Application Support/Nullock/Nullock/extensions/ (macOS)
Save the .js file there, then in the Nullock UI: Settings → Extensions → Reload, or via CLI:
nullock extensions reload
Publish your own
Submit a PR to Bikebrainz/Nullock adding your extension to extensions/marketplace.json. Keep your extension under 500 lines of pure JS; no external dependencies (QJSEngine has no npm).