Skip to content

Releases: ABeehive/Annado

Annado 0.1.1 — bug fix

13 Jun 13:17
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

A small patch release on top of 0.1.0. Same calm, keyboard-first task manager that lives in your Obsidian vault — now with markdown rendering fixed inside subtasks.

What's fixed

  • Markdown now renders in subtasks — bold, italic, code, strikethrough, [[wikilinks]], and links inside a subtask title now display formatted, just like they already did in task notes. Previously subtask titles showed the raw markdown. Click a subtask to edit it and you still get the plain markdown text; click a wikilink and it navigates.

Install

  1. Download Annado_0.1.0_aarch64.dmg below (Apple Silicon)
  2. Open it and drag Annado to Applications
  3. First launch: right-click Annado.app → OpenOpen (the app isn't notarized yet, so macOS asks once)
  4. If that doesn't work because it tells you the App is Damaged, that's not true, but the combination of 'from the internet' + 'not notarized' means that the app is seen as 'damaged'. Going into terminal and running :
    xattr -cr /Applications/Annado.app
    should resolve this.
  5. Point Annado at your Obsidian vault — that's the whole setup

Annado

12 Jun 19:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Annado is a calm, keyboard-first task manager for macOS that lives in your Obsidian vault. Every task is a plain Markdown checkbox in files you already own, meaning : no database, no account, no lock-in. Open the same vault in Obsidian and your tasks are right there.

Highlights

  • Plain text underneath — standard - [ ] checkboxes with readable inline metadata (@when(tomorrow), @due(…), #tags, [[Project]] links); two-way live sync with your vault
  • Natural language dates in English and Dutch — "next weekend", "in three weeks", "eind van de maand" — plus date hints in task titles ("Call Lena friday" → scheduled, title cleaned)
  • Agenda time-blocking — drag tasks onto a day/week timeline; auto-scheduling respects your work hours, breaks, and macOS Calendar events
  • Structure that scales — projects with milestones, people, colored tags, smart lists, recurring tasks
  • Stay on track — guided weekly review, deadline notifications, a menu bar quick panel, system-wide Quick Add (⌘⇧Space)
  • Wrapped — your week, month, or year in review, told in slides

📖 README · 🖼 Visual tour

Install

  1. Download Annado_0.1.0_aarch64.dmg below (Apple Silicon)
  2. Open it and drag Annado to Applications
  3. First launch: right-click Annado.app → OpenOpen (the app isn't notarized yet, so macOS asks once)
  4. If that doesn't work because it tells you the App is Damaged, that's not true, but the combination of 'from the internet' + 'not notarized' means that the app is seen as 'damaged'. Going into terminal and running :
    xattr -cr /Applications/Annado.app
    should resolve this.
  5. Point Annado at your Obsidian vault — that's the whole setup

Good to know

  • macOS only, Apple Silicon build
  • Your data never leaves your Mac — Annado reads and writes Markdown files in your vault, nothing else
  • This is a 0.1: expect rough edges.