No description
Find a file
Joaquín Bernal 19fa2aea0d
Merge pull request #4 from atsyplenkov/new-obsidian
Transition to new Obsidian
2025-08-07 01:24:26 +02:00
.github/workflows Revert "Remove styles.css mention in release action" 2024-03-24 02:43:10 +01:00
.editorconfig Add .editorconfig settings for project files 2024-03-23 20:13:49 +01:00
.eslintignore Initial commit 2024-03-22 20:19:51 +01:00
.eslintrc Initial commit 2024-03-22 20:19:51 +01:00
.gitignore Initial commit 2024-03-22 20:19:51 +01:00
.npmrc Initial commit 2024-03-22 20:19:51 +01:00
esbuild.config.mjs Initial commit 2024-03-22 20:19:51 +01:00
LICENSE Initial commit 2024-03-22 20:19:51 +01:00
main.ts Transition to new Obsidian 2025-07-28 15:50:47 +12:00
manifest.json bump version to 1.0.16 in manifest.json and package.json 2025-07-31 17:01:46 +12:00
package-lock.json Transition to new Obsidian 2025-07-28 15:50:47 +12:00
package.json bump version to 1.0.16 in manifest.json and package.json 2025-07-31 17:01:46 +12:00
README.md Remove temporary comment about being a community plugin 2024-03-26 20:55:29 +01:00
styles.css Remove donation section from settings and add URL into manifest.json 2024-03-25 02:20:48 +01:00
tsconfig.json fix status bar item 2024-11-01 18:26:01 +01:00
versions.json 1.0.15 2024-04-02 11:39:47 +00:00

Obsidian Hemingway Mode Plugin

All you have to do is write one true sentence. Write the truest sentence that you know.
(Ernest Hemingway)

A simple plugin for those who usually fight themselves to avoid editing while writing.

Hemingway mode will disable all keys that are involved in editing (cursor movement, backspace, cut shortcut, etc.) and will only allow adding text at the end of the current note.

The plugin adds a command Hemingway Mode: Toggle active which you can assign to a shortcut, to a button (using something like Commander) or you can just run using the command palette.

Install

You can follow one of the following methods:

  • Install from the community plugin registry under the name Hemingway Mode.
  • Install using BRAT plugin with repository jobedom/obsidian-hemingway-mode
  • Install manually by copying the release files (main.js, manifest.json, and styles.css) to .obsidian/plugins/obsidian-hemingway-mode in your vault.

Enjoy your writing!