No description
Find a file
2025-02-02 21:53:07 +07:00
.github/workflows Removed styles.css from workflow 2025-01-18 16:51:41 +07:00
.editorconfig Initial commit 2025-01-18 15:31:22 +07:00
.eslintignore Initial commit 2025-01-18 15:31:22 +07:00
.eslintrc Initial commit 2025-01-18 15:31:22 +07:00
.gitignore Initial commit 2025-01-18 15:31:22 +07:00
.npmrc Initial commit 2025-01-18 15:31:22 +07:00
esbuild.config.mjs Initial commit 2025-01-18 15:31:22 +07:00
LICENSE Create LICENSE 2025-01-18 16:46:16 +07:00
main.ts Also setting proper mode when opening a new file 2025-02-02 21:51:10 +07:00
manifest.json Bumped version number 2025-02-02 21:53:07 +07:00
package-lock.json Updated manifests 2025-01-18 15:39:40 +07:00
package.json Bumped version number 2025-02-02 21:53:07 +07:00
README.md Also setting proper mode when opening a new file 2025-02-02 21:51:10 +07:00
tsconfig.json Initial commit 2025-01-18 15:31:22 +07:00
version-bump.mjs Initial commit 2025-01-18 15:31:22 +07:00
versions.json Initial commit 2025-01-18 15:31:22 +07:00

Reader Mode

This is a lightweight plugin for Obsidian that ensures every filled note opens in reader mode by default. Its perfect for those who prefer to primarily read their notes just like browsing Wikipedia while still having the flexibility to quickly switch into editing mode when needed.

Reader Mode is ideal for notes with footnotes, embeds, images, or code snippets, offering a more comfortable reading experience. It also resolves the issue where links become unclickable in edit mode if the cursor happens to be inside them when the note is opened.

Empty notes will be opened in edit mode.

Other Plugins

  • Yesterday lets you create and edit a Yesterday journal in Obsidian.
  • Note ID Organizes notes by an ID property, providing a structured way to create and maintain a note sequence, inspired by Zettelkasten principles ("Folgezettel").