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

Typewriter

by alehandrof ALL

Typewriter-inspired modes for Sublime Text 3

Details

  • 2013.10.01.18.32.29
    0.4.0
  • github.​com
  • github.​com
  • 9 years ago
  • 59 minutes ago
  • 11 years ago

Installs

  • Total 10K
  • Win 4K
  • Mac 4K
  • Linux 2K
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 Mar 13 Mar 12
Windows 0 0 0 1 0 0 1 0 0 2 0 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 1 0 2 1 0 1 0 1 0 1 2 0 1 0 1 2 0 2
Mac 1 0 0 2 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 0 2 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 2 1 0 0 0 1 1 0
Linux 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 2 1 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Typewriter

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

  • Typewriter Scrolling keeps the view centered on the current line, when there is more than half a screenful of text, à la iA Writer, WriteRoom and the like.

    This mode keeps you from craning your neck to look at the bottom of the screen for hours on end. (If you happen to write for hours on end.)

    Thanks to Rahul Ramadas scrolling mode includes mouse support.

  • Typewriter Typing moves your cursor to the end of the file and disables mouse clicks and all commands that move the cursor and/or select text – leaving you only with letters, numbers, symbols, Backspace, Delete and Enter.

    Stay in the flow of writing and don't let your inner editor stifle your verbiage ever again. (Also: experience the joy of not being able to go back and correct your typos.)

* 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

  • For best results in Scrolling mode you should set "scroll_past_end": true. (By default it is set to true in Windows and Linux, but false in OSX.)
  • Mouse clicking is disabled in typing mode, but it is possible to scroll.

Changelog & History

  • 0.4.0 - Rahul Ramadas added mouse support.
  • 0.3.1 - Expanded usage warnings
  • 0.3.0 - The mouse is now disabled in both Scrolling and Typing mode. The Typing mode now moves the cursor to the end of the file and is much more robust in general. Because the APIs used are only available for ST3, I will no longer be maintaining the much glitchier ST2 version. (It's still available, though.)
  • 0.2.3 - Added offset option for Scrolling mode (requested by Luis Martins), along with some small fixes & tweaks.
  • 0.2.2 - Typing mode now supports OSX as well.
  • 0.2.1 - Renamed settings to typewriter_mode_scrolling and typewriter_mode_typing so they won't conflict with BufferScroll.
  • 0.2 - Added Typing mode for Windows & Linux. typewriter_mode renamed typewriter_scrolling.
  • 0.1 - Initial release. Typewriter was created upon my request by castles_made_of_sand & facelessuser.

Issues/Todo

  • Neither mode is designed to work with multiple cursors, though nothing terrible is likely to happen. I need to do some more testing with cloned views as well.
  • Figure out how to toggle Typing mode via setting correctly.
  • Per Issue #6, change Scrolling mode to a command that can toggle scroll_past_end if needed.
  • Add Markdown syntax (Current state: rough draft)
  • Add color scheme designed for prose/long text (Current state: near complete) See: Writerly

Alternatives

  • BufferScroll also provides a version of “typewriter scrolling” and many other features besides.
  • MarkdownEditing has added typewriter scrolling among other more Markdown-specific features.