Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajatt-tools/browserplaybutton

▶️ Adds a play button to the Anki Browser toolbar.
https://github.com/ajatt-tools/browserplaybutton

add-on ajatt anki anki-browser

Last synced: about 2 months ago
JSON representation

▶️ Adds a play button to the Anki Browser toolbar.

Awesome Lists containing this project

README

        

icon

# AJT Browser Play Button

[![Rate on AnkiWeb](https://glutanimate.com/logos/ankiweb-rate.svg)](https://ankiweb.net/shared/info/182970692)
[![Chat](https://img.shields.io/badge/chat-join-green)](https://tatsumoto-ren.github.io/blog/join-our-community.html)
[![Channel](https://shields.io/badge/channel-subscribe-blue?logo=telegram&color=3faee8)](https://t.me/ajatt_tools)
[![Patreon](https://img.shields.io/badge/patreon-support-orange)](https://www.patreon.com/bePatron?u=43555128)
![GitHub](https://img.shields.io/github/license/Ajatt-Tools/BrowserPlayButton)

This tiny add-on adds a play button to the Anki Browser's toolbar.
When clicked, it looks for `[sound:...]`-tags on the selected note
and plays them in the order of their appearance on the note's fields.
If there is selected text, the action is limited to the sound tags
that appear only in the selected text.

If you select "Play field" in the context menu,
the action is limited to the currently selected field.

Each field that contains audio has a play button next to its name.
Pressing on the button plays all audio files in the field.

Audio can be directly played with a shortcut: `alt + m`.

A demo can be viewed on
.

screenshot


Screenshot.

## Installation

Install from [AnkiWeb](https://ankiweb.net/shared/info/182970692), or manually with `git`:

```
$ git clone 'https://github.com/Ajatt-Tools/BrowserPlayButton.git' ~/.local/share/Anki2/addons21/BrowserPlayButton
```

## Configuration

To configure the add-on, open the Anki Add-on Menu
via `Tools` > `Add-ons` and select `AJT Browser Play Button`.
Then click the `Config` button on the right-side of the screen.

Alternatively, open the Anki Browser and click `Edit` > `AJT Browser Play Button Options...`.

screenshot


Settings.

If you hover over a setting, it brings up a tooltip explaining what it does.

## Acknowledgements

* [Play audio in browser](https://ankiweb.net/shared/info/388541036). The idea and initial implementation.
* [Ze Frozen Fields](https://ankiweb.net/shared/info/94610912). Field buttons functionality.
[GitHub link](https://github.com/hgiesel/anki_frozen_fields).