This official plugin maintained by the ReClipped team enables you to easily and automatically export all your annotations to Obsidian from all supported video platforms, and lets you play the videos and seek to the annotated time within obsidian.
Note: This plugin requires a subscription which can be purchased at ReClipped Plans.
- All Relations Maintained — The annotations on a video are added to a file which is internally connected to the channel which is further connected to Platform vis internal links
- Preview annotated video — This plugin aims to give a similar experience as in the ReClipped chrome plugin or ReClipped website to consume the notes that you have taken on a video
- Enriched metadata — Tags are searchable, and all snapshots render as images.
- Premium support — As a paid product, receive prompt replies to your questions and continuous upgrades to the plugin per your feedback
- Install the ReClipped Official plugin within Obsidian
- Enable the plugin
- Connect the plugin to your ReClipped account
- Initiate the first sync
- Thereafter, the plugin can be configured to sync automatically or manually
- We thank the creator Julian Grunauer for the ObsidianTimestampNotes our video-preview and timestamp-seek is inspired from it.
- We thank the efforts by the team of Readwise.io whose Official Readwise plugin inspired our work.
- email us at admin@reclipped.com
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.