Distraction free plain text editing in VSCode.
To activate use cmd+shift+p
and type: Writer mode: Activate
.
Deactivating works the same way: cmd+shift+p
and Writer mode: Deactivate
.
What this extension is doing under the hood:
writerMode.executeOnActivate
while activating extension (by default activate zen mode)writerMode.overrideSettings
writerMode.executeOnDeactivate
will deactivating extension (by default deactivate zen mode)All those setting changes are first applied to workspace settings and in case of not having workspace extension will override global settings.
You need to have vs code version greater than 1.8 to activate zen mode.
This extension is before version 1.0.0 so you may expect bugs.
Please see CHANGELOG