docs: add privacy & permissions section explaining vault file access

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Stephen Kall 2026-06-12 15:17:21 -03:00
parent 274c7c2310
commit 729de0c17c

View file

@ -88,3 +88,7 @@ All standard Obsidian link formats are supported and resolved to real Confluence
- The sync is safe to re-run; existing pages are updated in place
- Images embedded via `![[file.jpg]]` become links (Confluence image upload is not yet supported)
- Task list items (`- [ ]` / `- [x]`) are converted to `☐`/`☑` plain text, since Confluence storage format does not support HTML checkbox elements
## Privacy & permissions
This plugin reads **every `.md` file in your vault** to build the page hierarchy and resolve cross-file links. No file content is sent anywhere except to the Confluence instance you configure. Your Confluence credentials (URL, username, API token) are stored locally in Obsidian's plugin data and are never transmitted to any third party.