Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 779 Bytes

json-rpc-visual-settingstemplate-editor.md

File metadata and controls

18 lines (14 loc) · 779 Bytes

SettingsTemplate.yaml editor

Note that data in the editor below is not persisted. It will be lost once you close your browser. Remember to press "Generate SettingsTemplate.yaml" and save the result if you want to keep it.

If you already have a SettingsTemplate.yaml file and would like to try editing it here, just copy its contents and paste it on this page.

<script> const element = document.querySelector('#__settings-script__'); if (!element) { const script = document.createElement('script'); script.id = '__settings-script__'; script.src = 'https://www.flowlauncher.com/docs/webcomponents/dist/flow-launcher-docs-web-components.js'; script.type = 'module'; document.body.appendChild(script); } </script>