mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
10 lines
369 B
JSON
10 lines
369 B
JSON
{
|
|
"name": "Insert Table of Contents (TOC)",
|
|
"identifier": "insert-toc",
|
|
"script": "insert-toc.qml",
|
|
"authors": ["@flopp"],
|
|
"platforms": ["linux", "macos", "windows"],
|
|
"version": "0.0.1",
|
|
"minAppVersion": "17.06.2",
|
|
"description" : "This script scans the current note for headlines, generates a table of contents, and inserts a the TOC into the note."
|
|
}
|