dandele924 downloadsTana-style supertags: tag a line, get a structured note — instantly, on every device.
Tag a line, get a structured note. Instantly, on every device.
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.
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:
[[wikilink]]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*
-
Define as many supertags as you need — one per note type. Each supertag is fully independent:
| Supertag | Creates | Template |
|---|---|---|
#atom |
Evergreen notes | Zettelkasten / Idea Compass |
#project |
Project notes | Goals, milestones, status |
#person |
Contact notes | Role, context, last contact |
#meeting |
Meeting notes | Agenda, decisions, actions |
You define the tags, the folders, and the templates. SuperTags just makes them happen.
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.
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.
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.
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.
| Setting | Default | Description |
|---|---|---|
| Watch folders | Calendar/ |
Comma-separated folders monitored for supertags |
| Debounce delay | 2000ms |
How long after your last keystroke before processing runs |
| Field | Description |
|---|---|
| Tag | The trigger tag (e.g. #atom) |
| Name | Human-readable label shown in settings |
| Color | Chip color in the editor |
| Destination folder | Where the created note will be saved |
| Frontmatter template | YAML frontmatter for the created note |
| Body template | Content structure for the created note |
Use these in your frontmatter and body templates:
| Variable | Output |
|---|---|
{{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 |
SuperTags is currently in beta. To install:
dandele/obsidian-atom-creatormain.js, manifest.json, and versions.json from the latest release.obsidian/plugins/supertags/ in your vault| Feature | Tana | SuperTags |
|---|---|---|
| Tag triggers note creation | ✓ | ✓ |
| Custom templates per tag | ✓ | ✓ |
| Visual chip in editor | ✓ | ✓ |
| Sub-content becomes note body | ✓ | ✓ |
| Works on mobile | ✓ | ✓ |
| Undo creation | ✗ | ✓ |
| Inline field editing | ✓ | Planned |
| Tag queries / views | ✓ | Via Obsidian Bases |
| Block-level graph | ✓ | Note-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.
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.
MIT © Daniele D'Amico