mirror of
https://github.com/grmartin/obsidian-toc-block-plugin.git
synced 2026-07-22 08:33:49 +00:00
9 lines
414 B
JSON
9 lines
414 B
JSON
{
|
|
"id": "toc-block",
|
|
"name": "TOC Block",
|
|
"version": "1.0.1",
|
|
"minAppVersion": "1.1.0",
|
|
"description": "Renders a live table of contents wherever you type a Typora-style [TOC] tag (or your own regex pattern). Insert it via command or right-click menu, show it as links or hide it in Live Preview, and get real clickable heading links in Reading View.",
|
|
"author": "Glenn R. Martin",
|
|
"isDesktopOnly": false
|
|
}
|