Sirwan Afifi17 downloadsApply right-to-left direction to Markdown content while leaving Properties and interface elements unchanged.
Content RTL detects each content line independently. Lines containing Persian, Arabic, Kurdish, Urdu, or Hebrew script use right-to-left direction, while English-only lines remain left-to-right.
Obsidian's Properties, note footer, sidebars, status bar, and other interface elements remain left-to-right.
Use the command Toggle RTL note content when you want to temporarily switch the plugin's content direction on or off.
main.js, manifest.json, and styles.css from the latest GitHub release.<vault-config-dir>/plugins/content-rtl/.Content RTL examines visible note text locally to select its display direction. It does not make network requests, collect telemetry, require an account, store note contents, or modify note files. The only stored data is the plugin's own display settings.
npm install
npm run dev
Run all release checks with:
npm run check