No description
Find a file
Kirill Gavrilov e2be71de55 test(e2e): skip interaction with vault security modal
Community plugins will get enabled programmatically by e2e test.
2025-01-30 03:57:29 +03:00
.github/workflows ci: add GitHub action for release 2025-01-22 15:33:32 +03:00
.vscode chore: configure VS Code fix stylistic ESLint errors on save 2025-01-22 15:33:29 +03:00
e2e test(e2e): skip interaction with vault security modal 2025-01-30 03:57:29 +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: fix installation instructions link 2025-01-22 15:37:22 +03:00
sonar-project.properties ci: configure SonarQube 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

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