Skip to content

0.4.0 — Tag inheritance & excluded tags

Latest

Choose a tag to compare

@ABeehive ABeehive released this 12 Jul 13:14

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/true in 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 work also hides work/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).