-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev.ej/web app docs #227
Merged
Merged
Dev.ej/web app docs #227
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# ReadAlong Studio Web Applications | ||
|
||
## The ReadAlong Studio Web App | ||
|
||
The ReadAlong Studio functionality can now be used both from a CLI (see the rest of this guide) and a web application meant to be as easy to use as possible. | ||
|
||
See | ||
|
||
- [ReadAlongs-Studio Web App](https://readalong-studio.mothertongues.org/), | ||
- [El Studio de ReadAlong en español](https://readalong-studio.mothertongues.org/es/), or | ||
- [L'appli Studio ReadAlong en français](https://readalong-studio.mothertongues.org/fr/). | ||
|
||
The usage documentation for the web app can be access by clicking on "Take the tour"/"¡Siga el tour!"/"Visite guidée" button at the top of the page. We encourage you to take this tour on your first visit, or if you have not taken it yet, as it explains all the parts of the process. | ||
|
||
### Web app features | ||
|
||
The web app supports the most commonly used features of the ReadAlong Studio: | ||
|
||
- recording audio or using pre-existing audio | ||
- typing text or using pre-existing text | ||
- creating the readalongs | ||
- adding translations | ||
- adding images | ||
- saving the results in the single file Offline HTML format | ||
- saving the results in a multi-file Web Bundle for [deployment on a web page](outputs.md#simple-web-deployment) | ||
|
||
### Input text format | ||
|
||
The input text has to be provided in the same format as for the CLI. As documented by clicking on `? Format` in the Text input box: | ||
|
||
- Each line should ideally contain one sentence, although that is not a strict rule. | ||
- Paragraph breaks are indicated by inserting a blank line. | ||
- Page breaks are indicated by inserting two consecutive blank lines. | ||
|
||
## The ReadAlong Studio Editor | ||
|
||
Recently, the team has also added a much requested feature: the Editor, where you can improve the alignments or fix errors in your readalong. | ||
|
||
Links: | ||
|
||
- [ReadAlong Studio Editor](https://readalong-studio.mothertongues.org/#/editor) | ||
- [L'éditeur du Studio ReadAlong](https://readalong-studio.mothertongues.org/fr/#/editor) | ||
- [El editor del Studio de ReadAlong](https://readalong-studio.mothertongues.org/es/#/editor) | ||
|
||
### Opening a ReadAlong in the Editor | ||
|
||
The Editor can only read the single file Offline HTML format produced by the ReadAlongs Studio. | ||
|
||
You can get this file in various ways: | ||
|
||
- By downloading the Offline HTML file format from the ReadAlongs Studio Web App (this is the default format). | ||
- If you downloaded a Web Bundle, you will find an Offline-HTML folder in the zip file containing it. | ||
- From the CLI, using the `-o html` option to `readalongs align` generates the Offline HTML file. | ||
|
||
### Editor features | ||
|
||
In the Editor, you can: | ||
|
||
- Fix alignment errors made by the automatic alignment, by dragging word boundaries in the Audio Toolbar at the bottom. | ||
- Fix spelling mistakes in your text, by modifying words in the Audio Toolbar at the bottom. | ||
- Add/remove/update images and translations in your readalong. | ||
- Update your title and subtitle. | ||
- Convert your Offline HTML file into the Web Bundle and other export formats. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^1.4.0
is the same as1.4.x
, no?