mirror of
https://github.com/amato21/Lightweight-Mentions.git
synced 2026-07-22 08:33:37 +00:00
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
11 lines
187 B
CSS
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;
|
|
}
|