打包好的livecode,版本v-46
This commit is contained in:
22
docs/features/default-template-language.html.md
Normal file
22
docs/features/default-template-language.html.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user