Skip to content

Releases: YU000jp/logseq-plugin-confirmation-hyperlink

v2.1.0

30 Aug 03:45
Compare
Choose a tag to compare

2.1.0 (2025-08-30)

Features

  • Add: Add keyboard shortcut support for creating hyperlinks (Merge pull request #48 from YU000jp/copilot/fix-47) (bb7b228)

What's New

Multiple ways to convert URLs to hyperlinks:

Keyboard shortcut: Ctrl+Shift+L (or Cmd+Shift+L on Mac)
Slash command: /Convert URL to hyperlink
Command palette: "Convert URL to hyperlink"
Original method: Click the convert button (unchanged)

How It Works

Place your cursor in any block containing a URL
Press the keyboard shortcut (Ctrl+Shift+L)
The plugin automatically detects and converts the first unconverted URL in the block

v2.0.2

29 Jun 15:18
Compare
Choose a tag to compare

2.0.2 (2025-06-29)

Bug Fixes

  • bug: "The block could not be found" in DB version #46 (13ab068)

v2.0.1

29 Apr 09:34
Compare
Choose a tag to compare

2.0.1 (2025-04-29)

Performance Improvements

  • ref: Improved processing performance through the use of queries (d1f78b7)

v2.0.0

23 Mar 04:24
Compare
Choose a tag to compare

2.0.0 (2025-03-23)

breaking-change

  • Compatibility for db version #39
  • Changed the behaviour of this plugin so that instead of using a dialogue, the icon is pressed.
    • Press the Convert button next to the URL and the URL string will be converted to markdown.
      17

v1.7.5

19 Oct 14:07
Compare
Choose a tag to compare

1.7.5 (2024-10-19)

Bug Fixes

  • bug: If the title contains ‘"’ or similar words / Processing optimisation #37 (aed8309)

Performance Improvements

  • Reduce the overhead of getting the charset from HTML. (7fab5b3)

v1.7.4

03 Feb 08:03
Compare
Choose a tag to compare

1.7.4 (2024-2-3)

Bug Fixes

  • bug: should not check when delete blocks (d76d600)

v1.7.3

12 Nov 02:57
Compare
Choose a tag to compare

1.7.3 (2023-11-12)

Performance Improvements

  • translations: full Logseq language (8d0ef38)

v1.7.2

24 Oct 08:56
Compare
Choose a tag to compare

1.7.2 (2023-10-24)

Bug Fixes

  • bug: #31 A popup appear when another plugin run and process URLs. (3650b48)

v1.7.1

24 Oct 08:19
Compare
Choose a tag to compare

1.7.1 (2023-10-24)

Bug Fixes

  • bug: Add extensions that should not be linked (ad1577a)
  • redesign: compact popup / fix #30 (a4b42a7)

v1.7.0

21 Oct 10:16
Compare
Choose a tag to compare

1.7.0 (2023-10-21)

Features

  • Add: "Only when called from the bulleted context menu" #29 (afedc73)