This commit is contained in:
2025-11-16 17:36:22 +01:00
parent 4ef83dff85
commit d5f9431405
7 changed files with 21 additions and 277 deletions

View File

@@ -1,19 +0,0 @@
{
"bulletType": "dash",
"indentSize": 2,
"updateDelay": 2000,
"tocTitle": "Spis treści",
"excludedHeadingLevels": [],
"excludedHeadingText": [],
"excludedChars": [
"*",
"_",
"`",
"==",
"~~",
"{",
"}",
"#",
"\\"
]
}

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +0,0 @@
{
"id": "insta-toc",
"name": "Insta TOC",
"version": "6.4.1",
"minAppVersion": "0.15.0",
"description": "Simultaneously generate, update, and maintain a table of contents for your notes.",
"author": "Nick C.",
"autherUrl": "https://github.com/iLiftALot/insta-toc",
"isDesktopOnly": false
}

View File

@@ -1,34 +0,0 @@
.fold-toggle {
margin-right: 5px;
background: none;
border: none;
cursor: pointer;
font-size: 18px;
padding: 0;
width: 16px;
height: 20px;
}
.fold-toggle:focus {
outline: none;
}
.exclude-chars {
font-size: larger;
font-weight: bolder;
width: 100%;
}
.setting-title {
display: flex;
justify-content: center;
font-size: xx-large;
}
.insta-toc-text-info {
width: 33%;
}
.insta-toc-text-area {
width: 100%;
}

View File

@@ -1,5 +1,5 @@
{
"minimumDepth": 2,
"minimumDepth": 1,
"maximumDepth": 6,
"listStyle": "bullet",
"useMarkdown": true,