-
|
Hi! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Good use case. Today the cleanest vault level way to do this is to put the preference in your vault’s
Example: # Vault conventions
- Preferred output language for all generated wiki prose: Spanish.
- Preserve code, commands, API names, package names, file paths, and log text in their original language.
- Summaries, explanations, and synthesis should be written in Spanish unless the source must remain verbatim.
That means /wiki-update can read an English codebase but still write the resulting vault documentation in Spanish.
There isn’t a first-class config key for this yet (for example OBSIDIAN_OUTPUT_LANGUAGE=es), so AGENTS.md is the best extension point today. If this keeps coming up, adding a dedicated env var would be a
reasonable enhancement. |
Beta Was this translation helpful? Give feedback.
Good use case. Today the cleanest vault level way to do this is to put the preference in your vault’s
AGENTS.md.obsidian-wikialready treats$OBSIDIAN_VAULT_PATH/AGENTS.mdas the owner-specific override layer , so that’s the right place to declare writing conventions like:Example: