UNPKG

insta-toc

Version:

Simultaneously generate, update, and maintain a table of contents for your notes in real time.

9 lines (6 loc) 205 B
/* dprint-ignore */ import type { } from "obsidian-typings"; import InstaTocPlugin from "./Plugin"; import { injectGlobals } from "./globals/globalFuncs"; injectGlobals(); export default InstaTocPlugin;