Created Full-screen mode (markdown)

Olivier 2017-11-09 08:13:33 +01:00
parent 11107c59f7
commit 1cf1918d37

55
Full-screen-mode.md Normal file

@ -0,0 +1,55 @@
The full-screen mode allows you to work in a distraction-free environment.
![image](https://user-images.githubusercontent.com/1192933/32591806-3ab347a0-c521-11e7-9e8a-5e238726320c.png)
# Starting and leaving full-screen mode
To **start** full-screen mode, open a text item, and click on the icon with two-arrows in the bottom-right: ![image](https://user-images.githubusercontent.com/1192933/32591882-9b7d73ee-c521-11e7-8b69-4a4ae1a23984.png).
To **leave**, you can either click on the right exit button ![image](https://user-images.githubusercontent.com/1192933/32592535-6f9da322-c524-11e7-93fe-be0058f0b12e.png) on the top-panel (see below), or press the `Esc` key.
![image](https://user-images.githubusercontent.com/1192933/32591758-048a1794-c521-11e7-8469-e3014099d4ab.png)
# Using
If you **move your mouse to the sides of the screens**, you'll see some panels:
- **On the top**, from left to right: **toggle spell-check**, formatting (currently not working), **exit**.
![image](https://user-images.githubusercontent.com/1192933/32591955-e2931554-c521-11e7-8018-2a60b7792b4f.png)
- **On the right**, the **scroll bar**.
- **On the bottom:** a combobox to **change the current theme**, and **word count** (and progress if you set any goals for that text)
![image](https://user-images.githubusercontent.com/1192933/32592102-8a184768-c522-11e7-9708-ba3114cc934e.png)
- **On the left, in the middle of the screen:** a **screen locker**. <img align="right" src="https://user-images.githubusercontent.com/1192933/32592445-004e9d00-c524-11e7-9cd7-40ff3f084da6.png">
You can lock the full screen window until:
- You reach a certain *word count* target.
- A certain amount of *time* has passed.
While locked, the button and escape key won't let you leave.
# Customizing theme
You can create new theme to make them look exactly the way you want. In manuskript's main window, go to `Edit > Settings` (or press `F8`), and go to the **Fullscreen** tab.
Here you can **Add** theme, or **Edit** those you created.
![image](https://user-images.githubusercontent.com/1192933/32592668-187b339c-c525-11e7-89c3-cc253a522ce2.png)
## Advanced
Manuskript uses the same theme format as [focusWriter](https://gottcode.org/focuswriter/), you any theme for focusWriter could be imported in manuskript.
Right now, you cannot import a compressed theme (`*fwtz`), but you can still manually extract it, and put the files within your **manuskript theme folder**:
- On GNU/Linux, it might probably be in `~/.local/share/manuskript/manuskript/resources/`
*(this needs more details)*