Readwise Reader Bulk Tagger

This script will apply tags to items in bulk (e.g. from a search result)

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Jason Axley
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
0
Βαθμολογίες
0 0 0
Έκδοση
1.1
Δημιουργήθηκε την
22/12/2025
Ενημερώθηκε την
22/12/2025
Μέγεθος
6 KB
Άδεια
MIT
Εφαρμόζεται σε

Readwise Reader doesn't have a way to bulk tag items. This user script fixes that.

Setup

Install this user script.

You'll need Readwise API key (https://readwise.io/access_token). I had wanted it to work with the credentials while logged into the web app, but not all APIs accepted those credentials. I'm using a newer API for updating the tags.

Right click to find the context menu (e.g. via Tampermonkey menu) called Readwise Reader Bulk Tagger. Under there, select Change settings

That will show a page with an input field where you can paste the API key.

Security Note: This key will be saved in your local storage using the library https://github.com/sizzlemctwizzle/GM_config.

Use

Let's say you want to tag a bunch of articles you forgot to tag or inconsistently tagged.

Browse to https://read.readwise.io and perform a search. If the articles from the search look like they should have the same tags, right click to access the Readwise Reader Bulk Tagger menu. Select Bulk apply tags.

This will show an input dialog where you can type one or more tags, separated by commas.

Once you apply the tags, wait a bit before leaving the page. The tags will be added asynchronously. It takes a while after the tags are added for the UI to be updated to show the new tags.