mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
clarify optional network refresh disclosure
This commit is contained in:
parent
29bce82595
commit
e2cdf269e1
3 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Plugin settings are stored in Obsidian's local plugin configuration.
|
|||
## Optional Network Features
|
||||
|
||||
TaskNotes is local-first. Network requests occur only when you enable features that require them.
|
||||
Some enabled integrations perform periodic background refreshes, such as calendar provider sync and ICS subscription updates.
|
||||
|
||||
Optional network features:
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ Plugin settings are stored in Obsidian's local plugin configuration.
|
|||
## Optional Network Features
|
||||
|
||||
TaskNotes is local-first. Network requests occur only when you enable features that require them.
|
||||
Some enabled integrations perform periodic background refreshes, such as calendar provider sync and ICS subscription updates.
|
||||
|
||||
Optional network features:
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ Example:
|
|||
## Changed
|
||||
|
||||
- Enabled lint checks that mirror Obsidian community plugin review findings, including dynamic code execution, Promise handling, deprecated APIs, unsafe stringification, directive comments, Node built-in imports, and explicit `any` usage.
|
||||
- Clarified privacy documentation for optional integrations that make periodic background network refreshes.
|
||||
|
||||
## Removed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue