Skip to content

a client side transcriptions text editor to proofread and correct the text before re-alignement back on the server.

Notifications You must be signed in to change notification settings

pietrop/fact2_transcription_editor

Repository files navigation

Fact2 Transcriptions Text Editor -

Largely inspired by oTranscribe a client side transcriptions text editor to proofread and correct the text before re-alignement back on the server.

Documentation

Basic info to get up and running in this README, for more info and documentation on

See the notes folder in this repo.

Transcriptions Text editor

screenshot example

Shortcuts

screenshot example

Mobile responsive

See mobile responsive screenshots here and here

Usage

Local setup

using the terminal navigate to the folder where you'd like to add the project, and clone this repo as follow

git clone git@github.com:pietrop/fact2_transcription_editor.git

get into the folder

cd fact2_transcription_editor

install dependencies

npm install

Local dev enviroment

at the root of of the project, do

npm start

This runs webpack webpack-dev-server from the src folder. However doesn't build a local copy for deployment, will see that in the next section.

Then Open following page in your prefered browser.

http://0.0.0.0:9000/#transcription?id=vid-2017-10-03&user=john

Change the id query field in the url accordingly to load different transcripts.

Build & deployment

After having followed the previous instructions for local setup. do the following

npm run build

This builds app is in /dist folder.

For how to integrate with the wider system/setup see section on integration

Test coverage

Very light automated test coverage of some of the module in lib using jest;

run local dev server

npm run mock_api

Needs tweaking to add medias to it.

Contributors

About

a client side transcriptions text editor to proofread and correct the text before re-alignement back on the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published