Releases: ABeehive/annado-obsidian-plugin
Releases · ABeehive/annado-obsidian-plugin
Release list
0.4.0 — Tag inheritance & excluded tags
Annado Mobile 0.4.0 brings frontmatter tag inheritance and excluded tags, in full parity with the Annado desktop app — including two-way sync of both settings.
Highlights
- Frontmatter tag inheritance — a note's frontmatter tags now apply to its tasks too. Inherited tags show as dashed chips on task rows, count in the Tags tab and tag views, and appear in Quick Find and the tag autocomplete. A note can opt out (or in) with
annado_inherit_tags: false/truein its frontmatter; the global toggle lives in Settings → Show frontmatter tags on tasks. - Excluded tags — hide tasks everywhere by tag (own or inherited, subtree included: excluding
workalso hideswork/admin). Manage the list in Settings → Excluded tags; exclusion is total, covering completed and recurring tasks as well. - Two-way desktop sync — both settings sync with the desktop app through the shared config, in either direction; on a phone they travel via the existing settings mirror. Without the desktop app everything simply works as a local setting.
Fixes & polish
- The pending-edit relay queue is now generic (colors, excluded tags and the inheritance toggle share one mechanism); queued color edits from 0.3.0 migrate losslessly, and a bug that could resurrect an already-applied legacy edit was fixed along the way.
- Settings tab reorganised: all desktop-synced fields are grouped together, and excluded tags are managed with compact chips.
Install
Copy main.js, manifest.json and styles.css into <vault>/.obsidian/plugins/annado-mobile/ and reload Obsidian (works on desktop and mobile).
0.3.0
First public release of Annado Mobile. A lightweight, iOS-ready mobile companion to the Annado desktop app, working directly on your plain-markdown tasks.
Highlights
- Inbox, Today, Upcoming, Projects, People and Tags views over your vault's checkbox tasks, plus Anytime / Someday / Logbook under "More"
- Add, edit, complete, reschedule and delete tasks — edits are byte-careful so your markdown stays clean
- Swipe gestures: swipe right to complete, left to reschedule or delete
- Quick Find across tasks, projects, people and tags
- Per-tag colors, matching the desktop app's resolution rules and editable right from the plugin (0.3.0 also carries the shared config to your phone via plugin settings sync)
- Follows your Obsidian theme, light and dark
Install (manual)
- Download
main.js,manifest.jsonandstyles.cssfrom the assets below - Put them in
<vault>/.obsidian/plugins/annado-mobile/ - Reload Obsidian and enable Annado Mobile under Settings → Community plugins
Requires Obsidian 1.7.2 or newer. Works on desktop and mobile.