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.
Does Obsidian i18n support mobile?
Does Obsidian i18n support mobile?
No. The current implementation depends on desktop filesystem access and runs only on desktop Obsidian for macOS, Windows, and Linux.
Can I use it without an AI key?
Can I use it without an AI key?
Yes. You can translate manually in the AST, Regex, or Theme editors.
Can Apply break the target plugin?
Can Apply break the target plugin?
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.
What happens after the target plugin updates?
What happens after the target plugin updates?
When
automaticUpdate is enabled, startup checks compare applied target versions and re-run apply for active translations whose target version changed.How do I see AI translation cost before sending requests?
How do I see AI translation cost before sending requests?
The AST / Regex / Theme AI panels show token and cost estimates before the real translation request starts.
Where are translations stored?
Where are translations stored?
The current implementation stores translation data in:
.obsidian/plugins/i18n/translations/<source-id>.json.obsidian/plugins/i18n/metadata.json
.obsidian/plugins/i18n/backups/.How do I share translations with other people?
How do I share translations with other people?