distractionless
Automatic windowed distraction free mode while editing in Sublime Text.
Details
Installs
- Total 675
- Win 281
- Mac 246
- Linux 148
Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 1 |
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 | 0 |
Readme
- Source
- raw.githubusercontent.com
distractionless
plug-in for Sublime Text
Automatic windowed distraction free mode while editing in Sublime Text.
Documentation
Plugin documentation is available via the menu or command palette.
- English: https://github.com/jrappen/sublime-distractionless/blob/master/docs/en/README.md
- German (Deutsch): https://github.com/jrappen/sublime-distractionless/blob/master/docs/de/README.md
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
:
{
"auto_hide_menu": true,
"auto_hide_status_bar": true,
"auto_hide_tabs": true
}
Use the distractionless
settings to further customize when and what is toggled:
Preferences > Package Settings > distractionless > Settings
Below the currently supported 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.