mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
No description
That's because both packages (plugin itself and E2E-tests) belong to single pnpm-workspace now. |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| docker | ||
| e2e | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| eslint.config.js | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| sonar-project.properties | ||
| tsconfig.json | ||
| versions.json | ||
| vitest.config.ts | ||
Timecodes Plugin for Obsidian
Turns raw timecodes (MM:SS/HH:MM:SS) into clickable links in Obsidian reading mode.
Detects YouTube links of the following forms:
- raw text links:
https://www.youtube.com/watch?v=... - markdown links:
[video](https://www.youtube.com/watch?v=...) - videos embedded into Obsidian note with
<iframe src="https://www.youtube.com/embed/...