No description
Find a file
Kirill Gavrilov a97c023338 chore: remove unsued assignment
Fixes new ESLint warning
2026-03-27 01:52:12 +03:00
.github/workflows ci: add missing build argument passing Obsidian version 2026-03-27 01:22:27 +03:00
.vscode chore: configure VS Code fix stylistic ESLint errors on save 2025-01-22 15:33:29 +03:00
docker build: adjust CI Dockerfile to make it possible to run on Apple Silicon Mac 2025-10-19 23:32:30 +03:00
e2e test(e2e): fix EPERM error during tests execution on Mac 2026-03-26 22:21:53 +03:00
scripts build: add task producing instrumented build for measuring code coverage 2025-10-20 01:45:31 +03:00
src chore: remove unsued assignment 2026-03-27 01:52:12 +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 build: upgrade all dependencies to latest versions 2026-03-27 01:51:59 +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 test(e2e): add tests to verify timecoded links in Obsidian note's reading mode 2025-01-22 15:33:30 +03:00
versions.json chore: 0.0.2 release 2025-10-06 01:30:39 +03:00
vitest.config.ts test: fix "Failed to parse ... TimecodesPlugin.ts" error 2025-12-20 01:45:44 +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/...