Copy Title and URL as Markdown

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

2024/08/19のページです。最新版はこちら。

コードが変更されたバージョンのみを表示しています。 すべてのバージョンを表示

  • v1.10 2024/08/19

    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 2024/08/19

    ### 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 2024/08/19
  • v1.02 2024/08/19

    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 2024/08/19
  • v1.0 2024/08/18