Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add generic mark checkbox toggles
  • Loading branch information
possumbilities authored Sep 17, 2025
commit ed9332afc8dc3bbb467f5d401b8a60626909cea1
12 changes: 12 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ <h3>Mark Your Work</h3>
<input type="checkbox" id="rich-text-full-name" name="rich-text-full-name" value="rich-text-full-name" />
<label for="rich-text-full-name">full tool name</label>
</div>
<div>
<input type="checkbox" id="rich-text-generic-mark" name="rich-text-generic-mark" value="rich-text-generic-mark" />
<label for="rich-text-generic-mark">generic mark</label>
</div>
<button id="copy-rich-text-mark">Copy</button>
</footer>
</details>
Expand All @@ -377,6 +381,10 @@ <h3>Mark Your Work</h3>
<input type="checkbox" id="html-full-name" name="html-full-name" value="html-full-name" />
<label for="html-full-name">full tool name</label>
</div>
<div>
<input type="checkbox" id="html-generic-mark" name="html-generic-mark" value="html-generic-mark" />
<label for="html-generic-mark">generic mark</label>
</div>
<button id="copy-html-mark">Copy</button>
</footer>
</details>
Expand All @@ -400,6 +408,10 @@ <h3>Mark Your Work</h3>
<input type="checkbox" id="plain-text-full-name" name="plain-text-full-name" value="plain-text-full-name" />
<label for="plain-text-full-name">full tool name</label>
</div>
<div>
<input type="checkbox" id="plain-text-generic-mark" name="plain-text-generic-mark" value="plain-text-generic-mark" />
<label for="plain-text-generic-mark">generic mark</label>
</div>
<button id="copy-plain-text-mark">Copy</button>
</footer>
</details>
Expand Down