vault backup: 2024-12-12 21:37:21
This commit is contained in:
8
.obsidian/plugins/ytranscript/data.json
vendored
Normal file
8
.obsidian/plugins/ytranscript/data.json
vendored
Normal 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
6415
.obsidian/plugins/ytranscript/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/ytranscript/manifest.json
vendored
Normal file
10
.obsidian/plugins/ytranscript/manifest.json
vendored
Normal 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
|
||||
}
|
25
.obsidian/plugins/ytranscript/styles.css
vendored
Normal file
25
.obsidian/plugins/ytranscript/styles.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user