You've already forked obsidian-visualiser
Implement Aspect tab and HP/Mana editor
This commit is contained in:
@@ -2,7 +2,7 @@ import { safeDestr as parse } from 'destr';
|
||||
import { Canvas, CanvasEditor } from "#shared/canvas";
|
||||
import render, { renderMDAsText } from "#shared/markdown";
|
||||
import { confirm, contextmenu, tooltip } from "#shared/floating";
|
||||
import { cancelPropagation, dom, icon, text, type Node, type HTMLElement } from "#shared/dom";
|
||||
import { cancelPropagation, dom, icon, text, type Node } from "#shared/dom";
|
||||
import { loading } from "#shared/components";
|
||||
import prose, { h1, h2 } from "#shared/proses";
|
||||
import { getID, lerp, parsePath } from '~~/shared/general';
|
||||
|
||||
Reference in New Issue
Block a user