You've already forked obsidian-visualiser
Rename RedrawableHTML, remove File API rate limite and fix pull job transaction.
This commit is contained in:
@@ -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 RedrawableHTML } from '~~/shared/dom';
|
||||
import { div, dom, icon, span, type HTMLElement } 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';
|
||||
@@ -56,7 +56,7 @@ class CalloutWidget extends WidgetType
|
||||
foldable?: boolean;
|
||||
content: string;
|
||||
|
||||
contentMD: RedrawableHTML;
|
||||
contentMD: HTMLElement;
|
||||
|
||||
static create(node: SyntaxNodeRef, state: EditorState): CalloutWidget | undefined
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user