No description
Find a file
2025-01-22 15:33:31 +03:00
.vscode chore: configure VS Code fix stylistic ESLint errors on save 2025-01-22 15:33:29 +03:00
e2e test(e2e): add tests to verify timecoded links in Obsidian note's reading mode 2025-01-22 15:33:30 +03:00
scripts build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
src test: add unit tests 2025-01-22 15:33:30 +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 test(e2e): add tests to verify timecoded links in Obsidian note's reading mode 2025-01-22 15:33:30 +03:00
LICENSE build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
manifest.json build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
package.json chore(eslint): prepare ESLint for WebdriverIO-based tests 2025-01-22 15:33:30 +03:00
README.md docs: add description to README.md 2025-01-22 15:33:31 +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 build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
vitest.config.ts chore(vitest): maximize performance of test runner 2025-01-22 15:33:30 +03:00

Obsidian Timecodes Plugin

Turns raw timecodes (MM:SS/HH:MM:SS) into clickable links in 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/...