alpppine32 downloadsOpen notes in reader mode and click anywhere to switch to edit mode with the cursor placed at the end of the note.
An Obsidian plugin that makes notes feel more like a wiki: every note opens in reader mode by default, and a single click anywhere in the note flips it into edit mode with the cursor placed at the end of the note (or wherever you prefer).
Open Settings → Community plugins → Click to Edit to configure:
<Vault>/.obsidian/plugins/click-to-edit/
npm install
npm run build
Copy main.js and manifest.json from a release into:
<Vault>/.obsidian/plugins/click-to-edit/
Then reload Obsidian and enable the plugin.
npm install # install dependencies
npm run dev # build in watch mode
npm run build # production build
npm run lint # run eslint
The build output is main.js at the repo root, ready to be loaded by Obsidian.