Copy todoist task comments to clipboard Changelog

← Back to User Scripts

2.1.0 - 2026-04-10

The copy button now has a polished appearance with hover highlighting and smooth transitions. Clicking any copy option now shows brief "✓ Copied" visual feedback on the button.

2.0.0 - 2026-03-27

Comments are now copied as markdown, preserving headings, code blocks, lists, blockquotes, and inline formatting. The copy button now offers four modes — plain, with user, with timestamp, or with user and timestamp — via a compact dropdown. The dropdown is rendered outside the header element to prevent it being clipped by overflow constraints. Detailed diagnostic logging has been added for copy operations.

1.0.2 - 2026-03-26

Updated logging to follow new guidelines with LOG_PREFIX constant and appropriate use of console.debug() for verbose logging and console.log() with emoji for key events.

1.0.1 - 2024-05-31

Changed

1.0.0 - 2024-05-30

Added