Skip to content

Releases: ABeehive/annado-obsidian-plugin

0.4.0 — Tag inheritance & excluded tags

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).

0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:41

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)

  1. Download main.js, manifest.json and styles.css from the assets below
  2. Put them in <vault>/.obsidian/plugins/annado-mobile/
  3. Reload Obsidian and enable Annado Mobile under Settings → Community plugins

Requires Obsidian 1.7.2 or newer. Works on desktop and mobile.