livecode-static/docs/features/default-template-language.html.md
2025-06-11 22:23:49 +08:00

22 lines
878 B
Markdown

# Default Template/Language
When the app is loaded, by default, the last used [language](../languages/index.html.md) is selected.
The app can also be configured to load a default [user template](./templates.html.md)#user-templates).
If you do not already have any user templates, save any loaded project as template:
Project menu → Save as → Template.
Then, in the user templates screen (Project menu → New ... → My Templates), find your template and click "Set as default".
If you wish to clear that selection, find the default template in user templates and click "unset".
If you want to temporarily not load the default template/language add the [query param](../configuration/query-params.html.md) `no-defaults`.
Example: https://livecodes.io?no-defaults
## Related
- [Templates](./templates.html.md)
- [Query params](../configuration/query-params.html.md)