No description
Find a file
Kirill Gavrilov 20c2384d01 latest deps:
```
pnpm up --latest '*' '!@types/node' '!obsidian'
cd e2e && pnpm up --latest '*' '!electron' '!obsidian'
```
2026-06-27 16:34:04 +03:00
.devcontainer +devcontainers 2026-06-14 18:12:19 +03:00
.github/workflows actions upgrades 2026-06-14 17:46:56 +03:00
.vscode +devcontainers 2026-06-14 18:12:19 +03:00
docker ci: single pnpm install in repo root is enough now 2026-06-07 14:30:30 +03:00
e2e latest deps: 2026-06-27 16:34:04 +03:00
scripts build: add task producing instrumented build for measuring code coverage 2025-10-20 01:45:31 +03:00
src chore: typo fix 2026-03-27 01:57:48 +03:00
.editorconfig chore: add EditorConfig 2025-01-22 15:33:28 +03:00
.gitignore build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
DEVELOPMENT.md docs: add development instructions 2025-01-22 15:33:28 +03:00
eslint.config.js build: upgrade dependencies 2025-12-18 03:19:04 +03:00
LICENSE build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
manifest.json chore: 0.0.2 release 2025-10-06 01:30:39 +03:00
package.json latest deps: 2026-06-27 16:34:04 +03:00
pnpm-workspace.yaml build: upgrade to the latest pnpm v11.5.2 2026-06-07 14:30:30 +03:00
README.md docs: change header 2025-02-24 14:02:40 +03:00
sonar-project.properties ci: publish E2E-tests coverage to SonarQube 2025-10-20 01:45:46 +03:00
tsconfig.json chore: use lowercase values from tsconfig docs 2026-05-03 16:10:00 +03:00
versions.json chore: 0.0.2 release 2025-10-06 01:30:39 +03:00
vitest.config.ts fix: resolve TS7006 in Vitest config after Vitest upgrade 2026-03-27 02:10:27 +03:00

Timecodes Plugin for Obsidian

Maintainability Rating Installations count tested with webdriver.io

Turns raw timecodes (MM:SS/HH:MM:SS) into clickable links in Obsidian reading mode.

Image

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/...