Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomasbnt/i18nastrodocslist

Automatically add before lists checkboxes on the Astro documentation.
https://github.com/thomasbnt/i18nastrodocslist

astro astrodocs docs i18n i18nastrodocs starlight

Last synced: 29 days ago
JSON representation

Automatically add before lists checkboxes on the Astro documentation.

Awesome Lists containing this project

README

        

# Automatically add before lists checkboxes.

This script will add a checkbox before each list item in a post. This is useful for creating a checklist and to find your way back to the files you've edited.

> **Note**
>
> This script was created for [i18n.docs.astro.build](https://i18n.docs.astro.build/) and [i18n.starlight.astro.build](https://i18n.starlight.astro.build/)

![Preview of the script in action](https://github.com/user-attachments/assets/84428b1a-8db6-433a-b3ee-98a1fad832ef)

## How to install it ?

1. Install **[Tampermonkey](https://www.tampermonkey.net/)** or similar extension which enables the browser to run Userscripts.
2. Copy the code in *[AddCheckboxBeforeLi.user.js](AddCheckboxBeforeLi.user.js)* as a **Tampermonkey** script.
3. Activate the script.

### Already have Tampermonkey or alternative ?

| :electric_plug: | [Click here to install the script →](https://github.com/thomasbnt/i18nastrodocslist/raw/main/AddCheckboxBeforeLi.user.js) |
|-----------------|---------------------------------------------------------------------------------------------------------------------------|