pietrop / slate-transcript-editor

A React component to make correcting automated transcriptions of audio and video easier and faster. Using the SlateJs editor.
https://pietrop.github.io/slate-transcript-editor
Other
75 stars 33 forks source link

Pagination #30

Closed pietrop closed 3 years ago

pietrop commented 3 years ago

Is your Pull Request request related to another issue in this repository ?

Describe what the PR does

Exploring content pagination.

State whether the PR is ready for review or whether it needs extra work

Work in progress.

l Additional context

See below diff 1 hour vs 20 min chunking example.

Proof Of Concept, of how to segment the transcript into 'pages' or arbitrary time length eg 1 hour interval. Ideally this would be brought inside the component (eg if there was aTimedTextEditor inside slate-transcript-editor), rather then on the outside. So that things like export and save work across all of it, but things like sync only at the page leve.

Screen Shot 2021-01-27 at 11 32 56 PM Screen Shot 2021-01-27 at 11 32 44 PM
pietrop commented 3 years ago

rethinking pagination

Screen Shot 2021-02-02 at 12 13 09 AM Screen Shot 2021-02-02 at 12 13 05 AM
pietrop commented 3 years ago

abandoned in favor of https://github.com/pietrop/slate-transcript-editor/pull/36