Skip to content

A plugin for ckeditor that allows inserting links to time-positions in an audio recording.

Notifications You must be signed in to change notification settings

RadioStudent/jump-to-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jump-to-time

A plugin for CKEditor that allows inserting links to time-positions in an audio recording. To install, simply copy the jumpToTime folder to your CKEditor plugin folder.

The plugin is meant to be used together with jPlayer. When used, it asks the user to enter a time value in MM:SS format. It then generates an anchor link with the class time-link and stores the entered time value converted to seconds to a data-seconds attribute.

An additional piece of JavaScript available in snippet.js needs to be executed on the page where the content is rendered. It adds a click event listener to all time links and triggers playing of audio (jPlayer instance) from the specified position.

About

A plugin for ckeditor that allows inserting links to time-positions in an audio recording.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published