{ "schemaVersion": 1, "id": "alanfortlink.speech-to-text", "name": "Speech to Text", "version": "0.1.0", "author": "alanfortlink", "license": "MIT", "description": "Dictation with a live waveform and live text in the bar, a browsable history of every recording and its transcript, and configurable keys per language (toggle, and toggle + Return). Uses the same local Whisper engine Omarchy ships (voxtype) by default; other engines are configurable.", "kinds": [ "service", "bar-widget" ], "keepLoaded": true, "entryPoints": { "service": "plugin/Service.qml", "barWidget": "plugin/Panel.qml" }, "barWidget": { "displayName": "Speech to Text", "description": "Microphone icon that turns into a live waveform with the words as you say them; click for history and settings.", "category": "Media", "allowMultiple": false, "defaultSection": "right", "defaults": { "alwaysShow": true }, "schema": [ { "key": "alwaysShow", "type": "boolean", "label": "Show the microphone icon while idle", "defaultValue": true }, { "key": "maxTextWidth", "type": "number", "label": "Maximum width of the live text in the bar (px)", "defaultValue": 360 } ] } }