alehandrof / Typewriter

Typewriter-inspired modes for Sublime Text 3
50 stars 4 forks source link

Typewriter

This plugin provides two typewriter-inspired modes for Sublime Text 3*:

* The ST2 version is no longer being maintained.

Installation

This plugin is available through Package Control.

Select the Package Control: Install Package command via the palette and choose the Typewriter package.

Manual Install

  1. Download the latest release from here: https://github.com/alehandrof/Typewriter/releases/
  2. Extract it in your Packages folder. (You can find out its location by clicking the Preferences > Browse Packages… menu inside Sublime Text.)

-- or --

Clone the repository in your Packages folder: git clone https://github.com/alehandrof/Typewriter.git

Usage

The typewriter modes can be toggled via the command palette. Just search for typewriter. There are three commands: one to toggle each mode and one to toggle both modes together.

You can use the typewriter_mode_scrolling setting to enable or disable the Scrolling mode. For example, I have "typewriter_mode_scrolling" : true, in my Distraction Free settings.

The Typing mode needs to be triggered by the typewriter_typing_toggle command. In earlier versions, you could also toggle this mode via a setting, but this doesn't work well in the current version.

Settings

The scrolling mode should work fine as configured. But there are two settings which allow you to tweak the commands that trigger scrolling mode. Look in the settings file for more details.

You can also use offset the centered line in scrolling mode using the typewriter_mode_scrolling_offset setting; positive numbers move the centered line up, while negative ones move it down.

Warnings

Changelog & History

Issues/Todo

Alternatives