No description
Find a file
ReClipped 8078785d16
Merge pull request #9 from tech-reclipped/export-option-channel-and-platform
add new setting to toggle create channel and platform folder and files
2024-10-18 18:20:06 +05:30
src add new setting to toggle create channel and platform folder and files 2024-10-18 18:18:52 +05:30
view Customize Channel and Platform folder 2024-08-17 12:26:19 +05:30
.eslintignore Initial commit 2023-09-16 12:22:54 +05:30
.eslintrc Initial commit 2023-09-16 12:22:54 +05:30
.gitignore add new setting to toggle create channel and platform folder and files 2024-10-18 18:18:52 +05:30
.npmrc Initial commit 2023-09-16 12:22:54 +05:30
esbuild.config.mjs Initial commit 2023-09-16 12:22:54 +05:30
LICENSE added license 2023-09-17 00:32:04 +05:30
manifest.json add new setting to toggle create channel and platform folder and files 2024-10-18 18:18:52 +05:30
package.json add new setting to toggle create channel and platform folder and files 2024-10-18 18:18:52 +05:30
README.md initial commit 2023-09-16 12:25:04 +05:30
rollup.config.mjs rollup config 2023-09-16 20:13:55 +05:30
styles.css review changes 2023-10-03 10:14:14 +05:30
tsconfig.json node to latest version (16) 2023-09-16 20:12:01 +05:30
version-bump.mjs Initial commit 2023-09-16 12:22:54 +05:30
versions.json initial commit 2023-09-16 12:25:04 +05:30

ReClipped Official

beta

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.


Features

  • 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

Usage

  • 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

Other Authors

Support

Fellow Developers

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.