samgg64 downloadsDisplay a configurable warning banner at the top of notes with a specific tag.
An Obsidian plugin that puts a clear, always-visible banner at the top of any note that has a tag you choose.

I sometimes use AI to draft notes. A tag like #ai-generated did the job, but it wasn't visual enough. I wanted to tell at first glance which notes I had really worked on and which ones I hadn't.
So now the tag shows a banner at the top of the note that I see right away and can't hide by accident.
#ai-generated) or in frontmatter. Matching is case-insensitive.ai-generated), the message, a color, and an icon. A live preview shows how the banner will look.#ai-generated) or in frontmatter. The banner appears at the top right away.Use Add banner for more, the arrows to reorder them, the toggle to turn one off without deleting it, or the trash button to remove it.
| Setting | Description | Default |
|---|---|---|
| Tag | Tag that triggers the banner (without #) |
ai-generated |
| Message | Text shown in the banner (max 200 characters) | AI-generated content warning |
| Color | A preset color or a custom one | Orange |
| Icon | A Lucide icon name, or empty for none | alert-triangle |
Copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/alert-banner/, then enable Alert Banner in Settings → Community plugins.
I'm happy to add more tweaks and configuration options if they're useful. If you have an idea, open an issue for me 🙂.
MIT