Console Mode

The Console Mode is a special writing mode which lets you concentrate on your text and nothing else.
Once activated, it will take over your screen and leave you with nothing but the contents of the current Document's Editor.
For more information, see our Screencast
on Advanced Features of Ulysses. Also, don't forget to take a look at the Fullscreen Mode, which is covered in detail in Hidden Gem #2
.
- How do I invoke Console Mode?
- You invoke the Console Mode by hitting Command-Shift-F on the keyboard or by clicking on the respective button in the toolbar.
- How do I switch out of Console Mode?
- You switch out of Console Mode by hitting Escape on the keyboard.
- How can I show my notes in Console Mode?
- Press Ctrl-N or select "Notes" from the View menu and a little HUD will pop up.
- How can I create a new Document in Console Mode?
- You create a new document in Console Mode just as you would in Standard Mode: Simply hit Command-N on your keyboard, and a new document will be created.
- How can I switch between open Documents in Console Mode?
- You can switch between open Documents via keyboard shortcuts: Command-Option-Left Arrow and Command-Option-Right Arrow. An overlay will show the title of the Document you've switched to.
- How can I open a Document from the Browser in Console Mode?
- You can't open Documents when in Console Mode.
- How can I view Document information such as title and status?
- The Console Mode includes a HUD, which can display such information. By default, it is located at the bottom of the screen. Just move your mouse to the bottom and you'll see it. If you want to set the HUD to "Always on", want to change its location or its information, got to Preferences > HUD.
- How can I rename a Document in Console Mode?
- You can't rename a Document in Console Mode. As a matter of fact, you can't manipulate any of the information of the Document Info Panel.
- How can I change the status of a Document in Console Mode?
- You can't change the status of a Document in Console Mode. As a matter of fact, you can't manipulate any of the information of the Document Info Panel.
- How can I change the label of a Document in Console Mode?
- You can't change the label of a Document in Console Mode. As a matter of fact, you can't manipulate any of the information of the Document Info Panel.
- What if I don't see any text in the Console Mode?
- Go to Preferences > Console Mode and check your settings for the option "Width". A width of 600 pixels should work well for most displays.
- Can I keep the Console Mode visible while Ulysses is in the background?
- Yes. Go to Preferences > Console Mode and enable the option "Stay active when switching applications".
- How can I disable anti-aliasing in Console Mode?
- Open up the Terminal (/Applications/Utilities/Terminal) and type the following:
defaults write com.soulmen.ulysses EditorTextViewDisableAntialiasing -bool true
To enable it again, enterdefaults write com.soulmen.ulysses EditorTextViewDisableAntialiasing -bool false
- Open up the Terminal (/Applications/Utilities/Terminal) and type the following: