mirror of
https://github.com/jobedom/obsidian-hemingway-mode.git
synced 2026-07-22 09:50:27 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
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, andstyles.css) to.obsidian/plugins/obsidian-hemingway-modein your vault.
Enjoy your writing!