UNFOCUS triggered-by
UNFOCUS - Visit Event is triggered when you unfocus the editor view of the note that you had in focus. There are two main categories that trigger unfocus:
-
User action:
- Navigating to a different note
- Navigating to settings
- Focusing on non-editor view of the note (e.g., Dendron preview)
- Focusing on a different application (e.g., IntelliJ)
- Closing VSCode
-
Prolonged user inaction:
- If you focus on a note editor and then leave it without any actions (not scrolling or changing cursor position) for a period longer than thorg.visitHistory.autoUnfocusTtlSeconds - VSConfig (Default: 180 seconds), we will auto-unfocus.
Backlinks