Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Bionic Reading

omeg-luomeg-lu792 downloads

Applies a bionic reading effect in Reading View by bolding the first portion of each word for faster reading.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that applies a bionic reading effect in Reading View -- the first portion of each word is bolded, creating artificial fixation points that help your eyes glide through text faster.

Before & After

Before -- normal Reading View:

Before

After -- with Bionic Reading enabled:

After

Features

  • Works automatically in Reading View (source/editor mode is untouched)
  • Latin-only -- only processes English and other Latin-alphabet text; Chinese, Japanese, Korean, and other scripts are left untouched
  • Skips code blocks, inline code, math blocks, and SVG elements
  • Non-destructive -- your markdown files are never modified
  • Configurable fixation strength

Settings

Setting Description
Enable bionic reading Toggle the effect on/off without uninstalling the plugin
Fixation strength Slider from 1 (light) to 5 (heavy) -- controls how many letters per word are bolded

Installation

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. In your vault, create the folder .obsidian/plugins/bionic-reading/
  3. Copy the three downloaded files into that folder
  4. Open Obsidian, go to Settings > Community plugins, and turn off Restricted mode if it's on
  5. Enable Bionic Reading in the plugin list
  6. Open any note in Reading View to see the effect

Development

npm install
npm run dev    # watch mode
npm run build  # production build
84%
HealthExcellent
ReviewSatisfactory
About
Apply a bionic reading effect in Reading View by bolding the initial portion of words to create fixation points and help eyes move through text faster. Process only Latin-alphabet text, skip code/math/SVG elements, keep Markdown files unchanged, and adjust fixation strength.
AppearanceCSS
Details
Current version
1.0.0
Last updated
3 months ago
Created
3 months ago
Updates
1 release
Downloads
792
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
omeg-luomeg-lu
GitHubomeg-lu
  1. Community
  2. Plugins
  3. Appearance
  4. Bionic Reading

Related plugins

Style Settings

Adjust theme, plugin, and snippet CSS variables.

Lapel

Show the heading levels in the gutter of the editor.

Snippetor

Create and tweak common snippets.

Show Whitespace

CSS styles and CM6 extensions to highlight whitespace in Source and Live Preview modes.

Contextual Typography

Add a data-tag-name attribute to all top-level divs in preview mode containing the child's tag name, allowing contextual typography styling.

Focus Mode

Add a toggle to hide interface elements so you can focus on your note.

Better Bullets

Improves readability of bulleted notes.

Color Palette

Create and insert color palettes into your notes.

Linkify

Convert matching text into links.

Regex Mark

Add custom CSS classes to text based on regular expressions.