Copy Title and URL as Markdown

Copy current page title and URL in Markdown format using a hotkey or button

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v1.10 19. 08. 2024

    Added

    • Extended copyMarkdown function to handle image URLs. The function now copies URLs in ![title](url) format for images and [title](url) format for other types of links.
  • v1.04 19. 08. 2024

    ### Changed
    - Fixed key detection issue for shortcut 'Ctrl + Shift + Y' or 'Command + Shift + Y' by ensuring key value comparison includes both lowercase and uppercase 'y'.
    - Simplified code by removing excessive debug prints for better readability and performance.

  • v1.03 19. 08. 2024
  • v1.02 19. 08. 2024

    Fix shortcut detection for "Copy as Markdown" script

    - Added debugging information to verify key events and modifier keys.
    - Ensured proper detection of "Ctrl + Shift + Y" and "Command + Shift + Y" shortcuts.
    - Updated script to handle both Ctrl and Command modifiers effectively.

    This update resolves the issue with shortcut detection and improves script reliability.

  • v1.01 19. 08. 2024
  • v1.0 18. 08. 2024