amato21_Lightweight-Mentions/styles.css
Claude 02258e0b3c
Add MVP scaffold for Lightweight Mentions Obsidian plugin
Trigger-character mention suggester that links to an existing note or,
if none matches, appends a heading to a shared stub file instead of
forcing a full note. Adds a promote command that extracts a stub
heading into a real note (optionally via a template) and rewrites
every existing link in the vault to point at it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018KJkrwy6CLrUh8VkbgvwEt
2026-07-18 13:59:30 +00:00

11 lines
187 B
CSS

.lightweight-mentions-suggestion {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.5em;
}
.lightweight-mentions-tag {
font-size: 0.75em;
opacity: 0.6;
}