Add copy button to Star Wars Style Journal

- Added a copy button to the Star Wars Style Journal sheet.
- The copy button allows users to easily copy the content of the journal (in markdown format via turndown) to their clipboard.
- A notification is displayed upon successful copying.
This commit is contained in:
2025-03-02 11:39:01 -06:00
parent add2f1d091
commit 4c63a150fa
4 changed files with 1017 additions and 1 deletions

View File

@@ -1,13 +1,14 @@
{
"id": "asc-starwars-style-journal",
"title": "Star Wars Style Journal",
"version": "0.3.1",
"version": "0.4",
"download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.zip",
"manifest": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.json",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"scripts": ["scripts/vendor/turndown.js"],
"esmodules": ["scripts/asc-starwars.js"],
"styles": [
"styles/asc-ffg-starwars.css",