mirror of
https://github.com/szymon-jozef/ZUT-notatki.git
synced 2026-09-07 20:20:39 +02:00
asd
This commit is contained in:
19
.obsidian/plugins/insta-toc/data.json
vendored
19
.obsidian/plugins/insta-toc/data.json
vendored
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"bulletType": "dash",
|
||||
"indentSize": 2,
|
||||
"updateDelay": 2000,
|
||||
"tocTitle": "Spis treści",
|
||||
"excludedHeadingLevels": [],
|
||||
"excludedHeadingText": [],
|
||||
"excludedChars": [
|
||||
"*",
|
||||
"_",
|
||||
"`",
|
||||
"==",
|
||||
"~~",
|
||||
"{",
|
||||
"}",
|
||||
"#",
|
||||
"\\"
|
||||
]
|
||||
}
|
||||
193
.obsidian/plugins/insta-toc/main.js
vendored
193
.obsidian/plugins/insta-toc/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/insta-toc/manifest.json
vendored
10
.obsidian/plugins/insta-toc/manifest.json
vendored
@@ -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
|
||||
}
|
||||
34
.obsidian/plugins/insta-toc/styles.css
vendored
34
.obsidian/plugins/insta-toc/styles.css
vendored
@@ -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%;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"minimumDepth": 2,
|
||||
"minimumDepth": 1,
|
||||
"maximumDepth": 6,
|
||||
"listStyle": "bullet",
|
||||
"useMarkdown": true,
|
||||
|
||||
Reference in New Issue
Block a user