Skip to main content

Documentation Index

Fetch the complete documentation index at: https://eondr.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

No. The current implementation depends on desktop filesystem access and runs only on desktop Obsidian for macOS, Windows, and Linux.
Yes. You can translate manually in the AST, Regex, or Theme editors.
Apply creates backups first. If plugin reload fails, the current implementation restores the backup and returns the plugin to its original state. Themes also keep backups and support Restore.
When automaticUpdate is enabled, startup checks compare applied target versions and re-run apply for active translations whose target version changed.
The AST / Regex / Theme AI panels show token and cost estimates before the real translation request starts.
The current implementation stores translation data in:
  • .obsidian/plugins/i18n/translations/<source-id>.json
  • .obsidian/plugins/i18n/metadata.json
Backups live in .obsidian/plugins/i18n/backups/.
Export a local .i18n.gz archive from the Manager 管理 tab, or publish a local source to a GitHub repository from the Cloud view.