vault backup: 2024-12-12 21:37:21

This commit is contained in:
2024-12-12 21:37:21 +01:00
parent a9676272f2
commit 5bfb39a2cd
295 changed files with 246402 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"timestampMod": 5,
"lang": "en",
"country": "EN",
"leafUrls": [
"https://www.youtube.com/watch?v=LSEYdU8Dp9Y"
]
}

6415
.obsidian/plugins/ytranscript/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "ytranscript",
"name": "YTranscript",
"version": "0.9.2",
"minAppVersion": "0.15.0",
"description": "This is simple plugin to fetch transcription for Youtube.",
"author": "Łukasz Strzępek",
"authorUrl": "https://github.com/lstrzepek",
"isDesktopOnly": false
}

View File

@ -0,0 +1,25 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.yt-transcript__transcript-block {
display: flex;
flex-direction: column;
margin-bottom: 25px;
}
.yt-transcript__transcript-block > span {
cursor: pointer;
}
.yt-transcript__highlight {
background-color: var(--text-highlight-bg);
padding: 0 2px;
border-radius: 2px;
font-weight: bold;
}