Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thomasbnt/i18nastrodocslist
- Owner: thomasbnt
- License: apache-2.0
- Created: 2024-08-01T08:03:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:46:14.000Z (3 months ago)
- Last Synced: 2024-10-08T05:57:28.362Z (about 1 month ago)
- Topics: astro, astrodocs, docs, i18n, i18nastrodocs, starlight
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
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) |
|-----------------|---------------------------------------------------------------------------------------------------------------------------|