ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

distractionless

by jrappen ST4

Automatic windowed distraction free mode while editing in Sublime Text.

Details

Installs

  • Total 838
  • Win 358
  • Mac 308
  • Linux 172
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 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
Windows 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0
Linux 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

License Required ST Build Downloads Package Control Latest tag Donate via PayPal

distractionless plug-in for Sublime Text

Automatic windowed distraction free mode while editing in Sublime Text.

Screencast

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 4081 or later.

Installation

Using Package Control is required, as it keeps your packages (with their dependencies) up-to-date!

Installation via Package Control

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:

Error: language “jsonc” is not supported
// Packages/User/Preferences.sublime-settings

{
    "auto_hide_menu": true,
    "auto_hide_status_bar": true,
    "auto_hide_tabs": true,

    // 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.

Donations

https://www.paypal.me/jrappen