Base URL: http://translate.google.com/translate_tts
It converts written words into audio. It accepts GET requests.
q
The query string to convert to audio
tl
Translation language, for example, ar for Arabic, or en-us for English
Base URL: http://translate.google.com/translate_tts
It converts written words into audio. It accepts GET requests.
q
The query string to convert to audio
tl
Translation language, for example, ar for Arabic, or en-us for English
| <%* | |
| /* | |
| # Hypothes.idian a templater script for retrieving annotations from Hypothes.is | |
| Dev: TfTHacker https://twitter.com/TfTHacker | |
| # Prerequisites: | |
| + Templater plugin by https://github.com/SilentVoid13/Templater | |
| + Free Hypothes.is developer token from: https://hypothes.is/account/developer | |
| + This script will prompt you for his token and save it to a file called "hypothesis config.md" | |
| + This file store your configuration and can be located any where in your vault. |