Skip to content

Commit

Permalink
Merge pull request #23 from touchtypie/docs/index.md-use-repeatone-pl…
Browse files Browse the repository at this point in the history
…aymode-for-each-touchtypie-practice-link-alongside-each-url

Docs (index.md): Use 'repeatone' playmode for each touchtypie practice link alongside each URL
  • Loading branch information
leojonathanoh authored Jun 21, 2021
2 parents 9867f39 + d410fe3 commit 7921e68
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions generate/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MD_TABLE_ALIGNER='|---|---|'
MD_TABLE_CONTENT=$(
find libraries/ -type f | sort -h | while read -r l; do
link="https://$NAMESPACE.github.io/$REPOSITORY_NAME/$l"
echo "| [$link]($link) | [Play now](https://play.touchtypie.com?book_library_ids=$link) |";
echo "| [$link]($link) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_library_ids=$link) |";
done
)

Expand All @@ -30,7 +30,7 @@ MD_TABLE_ALIGNER='|---|---|'
MD_TABLE_CONTENT=$(
find collections/ -type f | sort -h | while read -r l; do
link="https://$NAMESPACE.github.io/$REPOSITORY_NAME/$l"
echo "| [$link]($link) | [Play now](https://play.touchtypie.com?book_collection_ids=$link) |";
echo "| [$link]($link) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=$link) |";
done
)

Expand All @@ -48,7 +48,7 @@ MD_TABLE_ALIGNER='|---|---|'
MD_TABLE_CONTENT=$(
find books/ -type f | sort -h | while read -r l; do
link="https://$NAMESPACE.github.io/$REPOSITORY_NAME/$l"
echo "| [$link]($link) | [Play now](https://play.touchtypie.com?book_ids=$link) |";
echo "| [$link]($link) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=$link) |";
done
)

Expand Down
44 changes: 22 additions & 22 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
| Libraries | Practice |
|---|---|
| [https://touchtypie.github.io/touchtypie-libraries/libraries/animals.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/animals.txt) | [Play now](https://play.touchtypie.com?book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/animals.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/bibles.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/bibles.txt) | [Play now](https://play.touchtypie.com?book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/bibles.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/daily.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/daily.txt) | [Play now](https://play.touchtypie.com?book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/daily.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/nature.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/nature.txt) | [Play now](https://play.touchtypie.com?book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/nature.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/animals.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/animals.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/animals.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/bibles.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/bibles.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/bibles.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/daily.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/daily.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/daily.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/libraries/nature.txt](https://touchtypie.github.io/touchtypie-libraries/libraries/nature.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_library_ids=https://touchtypie.github.io/touchtypie-libraries/libraries/nature.txt) |


| Collections| Practice |
|---|---|
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-ASV.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-ASV.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-ASV.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-BBE.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-BBE.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-BBE.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-KJV.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-KJV.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-KJV.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-WEB.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-WEB.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-WEB.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-YLT.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-YLT.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-YLT.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/cat.txt](https://touchtypie.github.io/touchtypie-libraries/collections/cat.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/cat.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/dog.txt](https://touchtypie.github.io/touchtypie-libraries/collections/dog.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/dog.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/english-words.txt](https://touchtypie.github.io/touchtypie-libraries/collections/english-words.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/english-words.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/keyboard-qwerty.txt](https://touchtypie.github.io/touchtypie-libraries/collections/keyboard-qwerty.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/keyboard-qwerty.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/plants.txt](https://touchtypie.github.io/touchtypie-libraries/collections/plants.txt) | [Play now](https://play.touchtypie.com?book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/plants.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-ASV.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-ASV.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-ASV.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-BBE.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-BBE.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-BBE.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-KJV.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-KJV.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-KJV.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-WEB.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-WEB.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-WEB.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/bible-YLT.txt](https://touchtypie.github.io/touchtypie-libraries/collections/bible-YLT.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/bible-YLT.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/cat.txt](https://touchtypie.github.io/touchtypie-libraries/collections/cat.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/cat.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/dog.txt](https://touchtypie.github.io/touchtypie-libraries/collections/dog.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/dog.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/english-words.txt](https://touchtypie.github.io/touchtypie-libraries/collections/english-words.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/english-words.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/keyboard-qwerty.txt](https://touchtypie.github.io/touchtypie-libraries/collections/keyboard-qwerty.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/keyboard-qwerty.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/collections/plants.txt](https://touchtypie.github.io/touchtypie-libraries/collections/plants.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_collection_ids=https://touchtypie.github.io/touchtypie-libraries/collections/plants.txt) |


| Books | Practice |
|---|---|
| [https://touchtypie.github.io/touchtypie-libraries/books/cat-persian.txt](https://touchtypie.github.io/touchtypie-libraries/books/cat-persian.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/cat-persian.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/cat-ragdoll.txt](https://touchtypie.github.io/touchtypie-libraries/books/cat-ragdoll.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/cat-ragdoll.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/dog-cocker-spaniel.txt](https://touchtypie.github.io/touchtypie-libraries/books/dog-cocker-spaniel.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/dog-cocker-spaniel.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/dog-poodle.txt](https://touchtypie.github.io/touchtypie-libraries/books/dog-poodle.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/dog-poodle.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-letters.txt](https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-letters.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-letters.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-numbers.txt](https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-numbers.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-numbers.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-symbols.txt](https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-symbols.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-symbols.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/plants-apple.txt](https://touchtypie.github.io/touchtypie-libraries/books/plants-apple.txt) | [Play now](https://play.touchtypie.com?book_ids=https://touchtypie.github.io/touchtypie-libraries/books/plants-apple.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/cat-persian.txt](https://touchtypie.github.io/touchtypie-libraries/books/cat-persian.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/cat-persian.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/cat-ragdoll.txt](https://touchtypie.github.io/touchtypie-libraries/books/cat-ragdoll.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/cat-ragdoll.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/dog-cocker-spaniel.txt](https://touchtypie.github.io/touchtypie-libraries/books/dog-cocker-spaniel.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/dog-cocker-spaniel.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/dog-poodle.txt](https://touchtypie.github.io/touchtypie-libraries/books/dog-poodle.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/dog-poodle.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-letters.txt](https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-letters.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-letters.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-numbers.txt](https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-numbers.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-numbers.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-symbols.txt](https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-symbols.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/keyboard-qwerty-symbols.txt) |
| [https://touchtypie.github.io/touchtypie-libraries/books/plants-apple.txt](https://touchtypie.github.io/touchtypie-libraries/books/plants-apple.txt) | [Play now](https://play.touchtypie.com?playmode=repeatone&book_ids=https://touchtypie.github.io/touchtypie-libraries/books/plants-apple.txt) |


0 comments on commit 7921e68

Please sign in to comment.