Sergey Bychkov64 downloadsHides Obsidian chrome while you type, then optionally restores it after idle delay or mouse movement.
Typing Interface Hider is an Obsidian plugin that hides selected parts of the Obsidian interface while you type or optionally while you scroll, then brings them back when you stop typing/scrolling or move the mouse.
It is useful for a lightweight focus/zen typing mode without changing the note layout.
Typing focus mode:

Settings:

0 for immediate restore.Download main.js, manifest.json, and styles.css from the latest release.
Create this directory in your vault:
<vault>/.obsidian/plugins/typing-interface-hider/
Copy the files into that directory.
Reload Obsidian.
Enable Typing Interface Hider in Settings → Community plugins.
This plugin is currently distributed as plain JavaScript without a build step.
To test locally, copy these files into an Obsidian vault plugin directory:
.obsidian/plugins/typing-interface-hider/
├── main.js
├── manifest.json
└── styles.css
MIT