🚀 Android Beta Testers Wanted 🚀
We're running a closed beta (alpha track on the Google Play Store) for the Android app and are looking for testers! If you'd like early access to help test (and suggest) Android features before they go live, join my Google Group here: https://groups.google.com/g/dayglance
Your feedback makes a real difference (crashes, UI oddities, anything else you notice).
dayGLANCE 2.4.5
Bug fixes
- Wikilinks on Android — Tapping the note icon on a task with a
[[wikilink]]now correctly loads the linked note from your Obsidian vault. Previously the panel opened empty due to a vault index scan that failed to locate the note file. - Wikilinks with heading anchors — Links in the form
[[My Note#Section]]now correctly loadMy Note.mdon both Android and desktop. Previously the app looked for a file literally namedMy Note#Section.md, which doesn't exist. - Clearer "not found" message — When a linked note can't be loaded (vault not configured, or note doesn't exist in the vault), the panel now shows "Note not found in vault — check that your vault is configured and the note exists" instead of an empty text field that appeared to invite editing but would have silently discarded anything typed.
- Faster vault scan on Android — The note index build no longer recurses into hidden folders (
.obsidian/,.trash/, etc.), reducing the delay before the first wikilink tap responds.