Implement Aspect tab and HP/Mana editor

This commit is contained in:
2026-01-28 21:38:10 +01:00
parent a412116b9c
commit 3081c05b55
13 changed files with 165 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ import { acceptCompletion, autocompletion, closeBrackets, closeBracketsKeymap, c
import { markdown, markdownLanguage } from '@codemirror/lang-markdown';
import { IterMode, Tree, type SyntaxNodeRef } from '@lezer/common';
import { tags } from '@lezer/highlight';
import { div, dom, icon, span, type HTMLElement } from '~~/shared/dom';
import { div, dom, icon, span } from '~~/shared/dom';
import { callout as calloutExtension, calloutKeymap } from '#shared/grammar/callout.extension';
import { wikilink as wikilinkExtension, autocompletion as wikilinkAutocompletion } from '#shared/grammar/wikilink.extension';
import renderMarkdown from '~~/shared/markdown';