distractionless
Automatic windowed distraction free mode while editing in Sublime Text.
Details
Installs
- Total 787
- Win 338
- Mac 288
- Linux 161
Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
distractionless
plug-in for Sublime Text
Automatic windowed distraction free mode while editing in Sublime Text.
Code of conduct
https://github.com/jrappen/.github/blob/master/CODE_OF_CONDUCT.md
Contributing guide
https://github.com/jrappen/.github/blob/master/CONTRIBUTING.md
Requirements
distractionless
targets and is tested against the latest Build of Sublime Text, currently requiring Build 4074
or later.
- Download Sublime Text
- Install Package Control via the menu
Tools > Install Package Control
- Close and reopen Sublime Text after having installed Package Control.
Installation
Using Package Control is required, as it keeps your packages (with their dependencies) up-to-date!
Installation via Package Control
- Open the Command Palette (
Tools > Command Palette
). - Choose
Package Control: Install Package
. - Search for
distractionless
on Package Control and select to install.
Usage
distractionless
makes Sublime Text automatically enter Distraction Free mode in a windowed environment when you start editing a file.
distractionless
will then make Sublime Text automatically switch back to normal mode as soon as:
- you save, open or clone a file.
- you open new, switch or close tabs.
- Sublime Text gains focus.
Settings
Use the settings of Sublime Text to customize how views are displayed in each mode:
Preferences > Settings
Preferences > Settings - Syntax Specific
Preferences > Settings - Distraction Free
You might want to set the following in Preferences > Settings
:
// Packages/User/Preferences.sublime-settings
{
"auto_hide_menu": true,
"auto_hide_status_bar": true,
"auto_hide_tabs": true
}
as well as the distractionless
options:
// Packages/User/Preferences.sublime-settings
{
// number of changes after which UI is toggled automatically
"distractionless.toggle_after": 1,
// toggle minimap when switching modes
"distractionless.toggle_minimap": true,
// toggle sidebar when switching modes
"distractionless.toggle_sidebar": true
}
Source Code
https://www.github.com/jrappen/sublime-distractionless
License
https://github.com/jrappen/sublime-distractionless/blob/master/LICENSE
Issues
Please use the command palette or the main menu to report an issue.