No description
Find a file
2025-10-05 01:44:49 +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): refactor to benefit from WDIO Electron service types fixes 2025-03-06 02:32:01 +03:00
scripts build: prepare minimal environment for timecodes plugin development 2025-01-22 15:33:15 +03:00
src doc: add comment about MarkdownPostProcessor behavior 2025-10-05 01:44:49 +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 chore(eslint): enable 'no-console' rule for plugin's source code 2025-02-22 02:21:23 +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 build: update all the dependencies 2025-03-06 02:32:01 +03:00
README.md docs: change header 2025-02-24 14:02:40 +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

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