From b0f0b0f230087433e23cafb37b05886294bf9529 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 24 Nov 2021 15:00:26 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9eac121..04f822f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ to add a new language reference the documentation accordingly: - [iOS](https://support.apple.com/guide/iphone/change-the-language-and-region-iphce20717a3/ios) + +## Installing the plugin + +- Using the [Beta Reviewers Auto-update Tester](https://github.com/TfTHacker/obsidian42-brat) plugin with the repo path: `joethei/obsidian-tss` +- Copy over `main.js`, `styles.css`, `manifest.json` from the releases to your vault `VaultFolder/.obsidian/plugins/obsidian-tts/`. + ## API You can use this plugins API to add Text to Speech capabilities to your plugin. @@ -40,3 +46,4 @@ Parameters: - title: Title of your text, will only be spoken if the the user has the setting enabled - text - language(optional): language code according to the [ISO 639-1](https://www.loc.gov/standards/iso639-2/php/English_list.php), if there is no voice configured for that language, the plugin will use the default voice. + From eafd5328e403b6f13669ab934a1f5c30a81d04da Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 24 Nov 2021 15:32:11 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f822f..ce8ac54 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to add a new language reference the documentation accordingly: ## Installing the plugin -- Using the [Beta Reviewers Auto-update Tester](https://github.com/TfTHacker/obsidian42-brat) plugin with the repo path: `joethei/obsidian-tss` +- Using the [Beta Reviewers Auto-update Tester](https://github.com/TfTHacker/obsidian42-brat) plugin with the repo path: `joethei/obsidian-tts` - Copy over `main.js`, `styles.css`, `manifest.json` from the releases to your vault `VaultFolder/.obsidian/plugins/obsidian-tts/`. ## API