mirror of
https://github.com/marty-oehme/scripts.git
synced 2025-12-10 05:52:46 +00:00
Add script 'insert-toc'
This commit is contained in:
parent
7b5341858a
commit
d393b6d896
2 changed files with 96 additions and 0 deletions
10
insert-toc/info.json
Normal file
10
insert-toc/info.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"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."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue