Typewriter Mode is plugin that adds several features to turn Obsidian into a typewriter-like, distraction-free writing environment, including:
- Typewriter scrolling (current line stays at a fixed position on the screen)
- Highlighting the current line
- Keeping a set number of lines above and below the cursor
- Dimming unfocused paragraphs / sentences
- Fullscreen writing focus
- Limit line length to set number of characters
- Restore the cursor's position when opening files
This plugin is compatible with Obsidian v0.15.0 and above. It does not support the legacy editor.
To install community plugins, make sure safe mode is turned off in Obsidian's settings.
You can install this plugin within Obsidian by doing the following:
- Go to Settings > Community Plugins > Browse
- Search for “Typewriter Mode”
- Click Install
- Click Enable
- Download the latest release from GitHub: https://github.com/davisriedel/obsidian-typewriter-mode/releases
- Extract the plugin folder from the zip to your vault's plugins folder:
<vault>/.obsidian/plugins/
. Note: On some machines, the.obsidian
folder may be hidden. On macOS, you should be able to pressCommand+Shift+Dot
to show the folder in Finder. - Force reload Obsidian
Follow the instructions in the repository of the BRAT plugin and use this repository's URL: https://github.com/davisriedel/obsidian-typewriter-mode
to install beta versions of the plugin.
This plugin started as a fork of the incredible Typewriter Scroll plugin by deathau. It was turned into a separate plugin because many new features were added, breaking changes were introduced, and the code was completely restructured to make it more extensible.
The sentence highlighting was derived from Focus Active Sentence by artisticat1.
The writing focus was derived from Obsidian Focus Mode by ryanpcmcquen.
The restore cursor position feature was derived from Remember Cursor Position by dy-sh.
Many thanks to the developers of these fantastic plugins. Please also consider supporting them.
I am studying Computer Science at Karlsruhe Institute of Technology (KIT) in Germany. I develop this plugin in my spare time. If you wish to support me and the continuous development of this plugin, you can donate via GitHub Sponsors or Buy Me a Coffee. I am truly thankful for your support.
See the CHANGELOG.md
file.
You are welcome to open issues and contribute to this project!
See the DEVELOPMENT.md
file for instructions.
The plugin is licensed under the MIT license. See LICENSE
.