This repository contains the source for the Obsidian Help docs, along with the translations for each supported language.
⚠ Please do not open issues about Obsidian bug reports or feature requests here. Your issue will be closed and you'll be redirected to the forum.
The docs for each language are stand-alone vaults with a corresponding Obsidian Publish site.
| Language | URL |
|---|---|
en |
https://obsidian.md/help/ |
ar |
https://obsidian.md/ar/help/ |
ca |
https://obsidian.md/ca/help/ |
cs |
https://obsidian.md/cs/help/ |
da |
https://obsidian.md/da/help/ |
de |
https://obsidian.md/de/help/ |
el |
https://obsidian.md/el/help/ |
es |
https://obsidian.md/es/help/ |
fa |
https://obsidian.md/fa/help/ |
fi |
https://obsidian.md/fi/help/ |
fr |
https://obsidian.md/fr/help/ |
he |
https://obsidian.md/he/help/ |
hu |
https://obsidian.md/hu/help/ |
id |
https://obsidian.md/id/help/ |
it |
https://obsidian.md/it/help/ |
ja |
https://obsidian.md/ja/help/ |
km |
https://obsidian.md/km/help/ |
ko |
https://obsidian.md/ko/help/ |
no |
https://obsidian.md/no/help/ |
nl |
https://obsidian.md/nl/help/ |
pl |
https://obsidian.md/pl/help/ |
pt |
https://obsidian.md/pt/help/ |
pt-BR |
https://obsidian.md/pt-BR/help/ |
sk |
https://obsidian.md/sk/help/ |
ru |
https://obsidian.md/ru/help/ |
sv |
https://obsidian.md/sv/help/ |
th |
https://obsidian.md/th/help/ |
tr |
https://obsidian.md/tr/help/ |
uk |
https://obsidian.md/uk/help/ |
vi |
https://obsidian.md/vi/help/ |
zh |
https://obsidian.md/zh/help/ |
zh-TW |
https://obsidian.md/zh-TW/help/ |
en is considered the source of truth. All changes should be made to the English locale first.permalink value across locales. This permalink functions as a unique ID and path for cross-locale access to the same content. For example, obsidian.md/help/resources (for English) points to the same content as obsidian.md/fr/help/resources (French).To add a new language, please submit an issue.
When bootstrapping a new translation, we use /scripts to copy the entire en content to the new locale and create an initial automatic translation.
All additions and removals should be made to the en locale first. Changes are applied automatically to other locales using /scripts.
The scripts use diffs to determine if the changes can be made deterministically (e.g. removing entire sections), can be processed in chunks (e.g. adding a bullet point to an exsiting list), or need an entirely new page translation.
Refinements to translations should be done on top of the automatic translations generated in previous steps.
Focus on sentences that could be made to sound more native and natural, while retaining the meaning from the original English content.
All commits to main branch are automatically published.
To contribute to Obsidian Help docs:
/en/. Don't open the root folder as a vault, as this may lead to links being updated incorrectly.You can contribute in several ways:
Any contributions to the English docs must follow our Style guide.
To be featured on the Credits page, add yourself to the Credits file and to the corresponding translation.
$ claude mcp add obsidian-help \
-- python -m otcore.mcp_server <graph>