SuperTags

unlisted

by Daniele D'Amico

Tana-style supertags: tag a line, get a structured note — instantly, on every device.

1 starsUpdated 1mo agoMIT
View on GitHub

SuperTags — Tana-style supertags for Obsidian

Tag a line, get a structured note. Instantly, on every device.


The problem

Tana users know the feeling: you type a tag on a line and it becomes something — a structured node with its own fields, its own shape, its own place in the graph. It's one of the most powerful capture workflows in any PKM tool.

Obsidian doesn't have this natively. Until now.

SuperTags brings the supertag model to Obsidian. Write a line, add a tag, and the plugin automatically creates a fully structured note — with the exact frontmatter and body you've defined — and replaces your line with a wikilink. Works on desktop, mobile, and every device synced via Obsidian Sync.


How it works

Write this in your daily note (or any watched folder):

- Conway's Law applies to Notion workspaces too #atom
  - orgs mirror their communication structure in the tools they build
  - I've seen this with every consulting client I've worked with

After a short pause, SuperTags:

  1. Creates a structured note in your configured folder with your exact template
  2. Replaces the tagged line with a [[wikilink]]
  3. Shows an Undo notice in case you change your mind

Your daily note becomes:

- [[Conway's Law applies to Notion workspaces too]]

And the new note is ready to develop, fully pre-structured:

---
type:
  - atom
status:
  - seedling
up: []
created: 2026-04-08
day: "[[08-04-2026]]"
---

> Conway's Law applies to Notion workspaces too

orgs mirror their communication structure in the tools they build
I've seen this with every consulting client I've worked with

## North
*Where this idea comes from*
-

## West
*What's similar*
-

## East
*What's opposite*
-

## South
*Where this leads*
-

Features

Multiple supertags

Define as many supertags as you need — one per note type. Each supertag is fully independent:

SupertagCreatesTemplate
#atomEvergreen notesZettelkasten / Idea Compass
#projectProject notesGoals, milestones, status
#personContact notesRole, context, last contact
#meetingMeeting notesAgenda, decisions, actions

You define the tags, the folders, and the templates. SuperTags just makes them happen.

Visual chips

Every supertag renders as a colored chip in the editor — the same visual language as Tana. You see at a glance what type of note a line will become. The chip disappears when your cursor is on the line so you can edit without friction.

Undo

Made a mistake? Every creation comes with an Undo button that lasts 8 seconds. One click deletes the created note and restores your original line exactly as it was.

Sub-bullets become content

Anything indented under the tagged line becomes the body of the created note. Use it to capture context, links, and initial thoughts — they'll be waiting for you when you open the note.

Works everywhere

SuperTags runs entirely inside Obsidian. No external scripts, no background processes, no server. It works on Mac, Windows, Linux, and iOS/Android via Obsidian Sync.


Settings

Global

SettingDefaultDescription
Watch foldersCalendar/Comma-separated folders monitored for supertags
Debounce delay2000msHow long after your last keystroke before processing runs

Per supertag

FieldDescription
TagThe trigger tag (e.g. #atom)
NameHuman-readable label shown in settings
ColorChip color in the editor
Destination folderWhere the created note will be saved
Frontmatter templateYAML frontmatter for the created note
Body templateContent structure for the created note

Template variables

Use these in your frontmatter and body templates:

VariableOutput
{{title}}The line text (without the tag)
{{date}}Creation date in YYYY-MM-DD format
{{dateLink}}Creation date in DD-MM-YYYY format (for wikilinks)
{{content}}Sub-bullets collected under the tagged line

Installation

Beta (via BRAT)

SuperTags is currently in beta. To install:

  1. Install BRAT from the Community Plugins browser
  2. Open BRAT settings → Add Beta Plugin
  3. Paste: dandele/obsidian-atom-creator
  4. Click Add Plugin — BRAT handles updates automatically

Manual

  1. Download main.js, manifest.json, and versions.json from the latest release
  2. Copy the files to .obsidian/plugins/supertags/ in your vault
  3. Enable SuperTags in Settings → Community Plugins

Comparison with Tana

FeatureTanaSuperTags
Tag triggers note creation
Custom templates per tag
Visual chip in editor
Sub-content becomes note body
Works on mobile
Undo creation
Inline field editingPlanned
Tag queries / viewsVia Obsidian Bases
Block-level graphNote-level via links
Local-first, self-hosted

Tana is a remarkable tool. SuperTags doesn't try to replicate it entirely — it brings the most valuable capture mechanic to Obsidian, where your notes live in plain markdown files you own forever.


Roadmap

  • Inline field editing (click a chip → edit frontmatter fields inline)
  • Tag autocomplete in the editor
  • Multi-device undo history
  • Import/export supertag definitions

Contributing

Issues and PRs welcome at dandele/obsidian-atom-creator.

If SuperTags is useful to you, consider starring the repo — it helps surface the plugin to other Obsidian users who'd benefit from it.


License

MIT © Daniele D'Amico

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.