# ReClipped
![[reclipped-128x128.jpg]]
## Metadata
**Icon**:: reclipped-128x128.jpg
**Kind**:: #app
**Status**:: #x
**Platform**:: #web
**Zettel**:: #zettel/literature
**Created**:: [[2022-11-19]]
**URL**:: [reclipped.com](https://reclipped.com/)
**Topic**:: [[♯ Apps Catalog]]
**Developer**:: [[Anjoy Tech Labs]]
## Synopsis
ReClipped is a video annotation tool which supports exporting to [[Readwise Ghostreader]].
## Different Annotation Types
- Highlight: Mark and process later
- Snippet: Cut a range of video which can be shared as a separate video snippet.
- Summary: Readwise will split summary by timestamps.
## Readwise Export Caveat
#caveat
ReClipped splits Snippet notes at `[[ANY]]`, it is recommended to use Summary note only.
```markdown
Foo [[ANY]] bar
```
The Snippet note above creates two notes in Readwise:
1. Foo
2. bar
The summary note splits note at `- [[TIME]]` instead. The nested list should not indent
```markdown
- [[TIME]] Note title
- nested item 1
- nested item 2
- [[TIME]] Another note
```