Start Preferences: Difference between revisions

From FreeCAD Documentation
mNo edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
There is only one tab: ''Start page options'' in the {{MenuCommand|Start}} section. On this tab you can specify the following:
There is only one tab: ''Start page options'' in the {{MenuCommand|Start}} section. On this tab you can specify the following:


<!--T:12-->
{| class="wikitable"
{| class="wikitable mw-collapsible mw-collapsed"
!style="width: 33%;"|Name
!style="width: 33%;"|Name
!style="width: 66%;"|Description
!style="width: 66%;"|Description
|-
|-
| {{MenuCommand|Start page template}}
| {{MenuCommand|Start page template}}
| An optional HTML template that will be used instead of the default start page.
| An optional HTML template that will be used instead of the default template.
|-
|-
| {{MenuCommand|Show notepad}}
| {{MenuCommand|Show notepad}}
| If checked, shows a notepad next to the recent file thumbnails, where you can keep notes across sessions.
| If checked, a notepad will be shown next to the recent file thumbnails where you can keep notes across sessions.
|-
|-
| {{MenuCommand|Show examples folder contents}}
| {{MenuCommand|Show examples folder contents}}
| If checked, shows the examples on the {{Emphasis|Documents}} tab of the Start page.
| If checked, the example files will be shown on the {{Emphasis|Documents}} tab of the Start page.
|-
|-
| {{MenuCommand|Show additional folder}}
| {{MenuCommand|Show additional folder}}
Line 28: Line 29:
|-
|-
| {{MenuCommand|Show tips}}
| {{MenuCommand|Show tips}}
| If checked, displays help tips on the {{Emphasis|Documents}} tab of the Start page.
| If checked, help tips will be shown on the {{Emphasis|Documents}} tab of the Start page.
|-
|-
| {{MenuCommand|Use FreeCAD style sheet}}
| {{MenuCommand|Use FreeCAD style sheet}}
Line 34: Line 35:
|-
|-
| {{MenuCommand|Background color}}
| {{MenuCommand|Background color}}
| The background color behind the panels; it defaults to blue.
| The background color behind the panels. It defaults to blue.
|-
|-
| {{MenuCommand|Background image}}
| {{MenuCommand|Background image}}
| An optional image to display as background; it is normally empty.
| An optional image to display as background. It is normally empty.
|-
|-
| {{MenuCommand|Background text color}}
| {{MenuCommand|Background text color}}
| The color of the version text on the Start page; it defaults to white.
| The color of the version text on the Start page. It defaults to white.
|-
|-
| {{MenuCommand|Page background color}}
| {{MenuCommand|Page background color}}
| The background of the main start page area; it defaults to white.
| The background of the main start page area. It defaults to white.
|-
|-
| {{MenuCommand|Page text color}}
| {{MenuCommand|Page text color}}
| The color of the text on the main pages; it defaults to black.
| The color of the text on the main pages. It defaults to black.
|-
|-
| {{MenuCommand|Box background color}}
| {{MenuCommand|Box background color}}
Line 55: Line 56:
|-
|-
| {{MenuCommand|Font family}}
| {{MenuCommand|Font family}}
| The font family to use for the start page. It can be a font name or a comma-separated series of fallback fonts; it defaults to {{Value|Arial,Helvetica,sans}}, which will use a sans serif type of font.
| The font family to use for the start page. It can be a font name or a comma-separated series of fallback fonts. It defaults to {{Value|Arial,Helvetica,sans}}, which will use a sans serif type of font.


<!--T:8-->
<!--T:13-->
A spinbox also allows setting the base font size for all texts on the Start page; it defaults to {{Value|13px}}.
A spinbox allows setting the font size for all texts on the Start page. It defaults to {{Value|13px}}.
|-
|-
| {{MenuCommand|Use gradient for New File icon}}
| {{MenuCommand|Use gradient for New File icon}}
Line 64: Line 65:
|-
|-
| {{MenuCommand|Switch workbench after loading}}
| {{MenuCommand|Switch workbench after loading}}
| Workbench to switch to after loading a file from the Start page, only used if Start is the [[Preferences_Editor#Available_Workbenches|start up workbench]].
| A combobox that can select one of the installed [[Workbenches|Workbenches]]. After loading FreeCAD, this workbench will automatically become active; it defaults to the [[Start_Workbench|Start Workbench]].
|-
|-
| {{MenuCommand|Close start page after loading}}
| {{MenuCommand|Close start page after loading}}
| If checked, the Start page will be closed after FreeCAD finishes loading.
| If this preference and the {{MenuCommand|Close and switch on opening file}} preference are both checked, and the application is started by opening a file, the Start page will be closed after FreeCAD finishes loading.
|-
|-
| {{MenuCommand|Close and switch on opening file}}
| {{MenuCommand|Close and switch on opening file}}
| See previous preference.
| If checked, and the application is started by opening a file, the software will apply the two options above {{MenuCommand|Switch workbench after loading}} and {{MenuCommand|Close start page after loading}}.
|}
|}


<!--T:14-->
</translate>
[[File:Preferences_Start_Tab_Start_page_options.png]]
[[File:Preferences_Start_Tab_Start_page_options.png]]
{{Caption|The Start page options tab}}




</translate>
{{Start Tools navi{{#translation:}}}}
{{Start Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 19:31, 7 September 2023

The preferences for the Start Workbench can be found in the Preferences Editor. In the menu select Edit → Preferences... and then Start. This section is only available after visiting the workbench or after loading the workbench via the Available Workbenches tab in the Workbenches section.

There is only one tab: Start page options in the Start section. On this tab you can specify the following:

Name Description
Start page template An optional HTML template that will be used instead of the default template.
Show notepad If checked, a notepad will be shown next to the recent file thumbnails where you can keep notes across sessions.
Show examples folder contents If checked, the example files will be shown on the Documents tab of the Start page.
Show additional folder An optional custom folder to be displayed at the bottom of the Documents tab of the Start page.
Show forum If checked, the latest posts from the FreeCAD forum will be displayed on the Activity tab of the Start page.
Show tips If checked, help tips will be shown on the Documents tab of the Start page.
Use FreeCAD style sheet If checked, and a style sheet is specified in the General preferences, the style sheet will override the options in this section.
Background color The background color behind the panels. It defaults to blue.
Background image An optional image to display as background. It is normally empty.
Background text color The color of the version text on the Start page. It defaults to white.
Page background color The background of the main start page area. It defaults to white.
Page text color The color of the text on the main pages. It defaults to black.
Box background color The background color of the boxes inside the pages.
Link color The color of URL links.
Font family The font family to use for the start page. It can be a font name or a comma-separated series of fallback fonts. It defaults to Arial,Helvetica,sans, which will use a sans serif type of font.

A spinbox allows setting the font size for all texts on the Start page. It defaults to 13px.

Use gradient for New File icon If checked, a gradient color will be used for the "New File" icon.
Switch workbench after loading Workbench to switch to after loading a file from the Start page, only used if Start is the start up workbench.
Close start page after loading If this preference and the Close and switch on opening file preference are both checked, and the application is started by opening a file, the Start page will be closed after FreeCAD finishes loading.
Close and switch on opening file See previous preference.

The Start page options tab