yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Save one block of transcript everytime after editing #31

Closed yunjiali closed 12 years ago

yunjiali commented 12 years ago

When you edit transcript and click submit button. It is better to connect to the server directly and update the transcript, instead of rewriting the whole transcript at last.

This function will also enable the editing of a single transcript block in mobile

yunjiali commented 12 years ago

Done. The cueIndex field in WebVTTCue no longer indicate the order of the cue. It is only a identifier within WebVTTResource. We will use cue's start time to indicate the order.