Rahul S72 downloadsCorrect spelling, grammar, and punctuation in selected text, notes, and Markdown files using OpenRouter.
Correct spelling, grammar, punctuation, capitalization, and obvious typing mistakes in Obsidian notes while preserving your meaning and Markdown structure.
Version: 4.4.5 (canonical source: manifest.json) · Complete user guide
When text is selected, only the selection is replaced. With no selection, the current note is replaced. Markdown files can also be corrected from the file explorer context menu.
Culebra requires network access to provide AI correction and optional credit management:
https://openrouter.ai/api/v1/chat/completions. OpenRouter forwards the request to the model selected in the plugin settings. Do not submit confidential text unless you are comfortable sending it to these services.https://app.tutivsoft.com to check and spend purchased correction credits. It sends the plugin ID, a randomly generated installation device ID, and credit transaction data. The device ID is stored in the plugin's local settings.The plugin does not include client-side telemetry, advertising, self-updating, dependency installation, or access to files outside the current Obsidian vault. It does not collect or transmit note content except when the user explicitly invokes correction.
npm install
npm run build
The source entry point is main.ts, and the production bundle is
generated from that source with esbuild. The release assets are main.js,
manifest.json, and styles.css.
To create a production bundle locally:
npm run build
GitHub release assets are attested by the repository's release workflow so their provenance can be verified independently.
The TutivSoft repository is the final branded release repository. It is not the
development checkout, but it intentionally includes the complete reviewable
main.ts source snapshot because Obsidian Community checks the tagged public
commit. Keep credentials, vault data, node_modules, and private backend files
out of that repository. Upload only main.js, manifest.json, and
styles.css as GitHub release assets.
This plugin is licensed under the MIT License. See LICENSE.