Skip to content

Releases: denolehov/obsidian-url-into-selection

1.7.0

29 Jan 17:12
b37a70a
Compare
Choose a tag to compare
Merge pull request #34 from MikhaD/master

Adding support for live preview

1.6.0

27 Apr 21:59
Compare
Choose a tag to compare

BIG THANKS TO @AidenLx FOR MAKING THIS RELEASE HAPPEN!

Features

  • move cursor to ^ (8dee070)
  • core.ts: add support for file path (e4bd4f6), closes #3
  • add img embed syntax whitelist (012a588), closes #13
  • add option to insert (de57f34)
  • add: insert inline url when nothing is selected (6df2f5f)
  • replace autoselect option with nothingSelected (37f4259)
  • switch to DOM Clipboard API (da55fc0)
  • update default regex (bf3fcd8)
  • update isUrl method to utilize browser URL API (1254e5b), closes #3

Bug Fixes

  • don't use syntax by default if whitelist rules-list is empty (50df2a5)
  • url with space, angle brackets and parentheses is no longer broken in markdown (f9f678c), closes #16
  • isurl: empty text is no longer recognized as url (08d8b19)

1.5.0

26 Apr 21:33
Compare
Choose a tag to compare
chore(release): 1.5.0

1.4.0

19 Apr 17:51
Compare
Choose a tag to compare
chore(release): 1.4.0

1.3.0

19 Apr 17:15
Compare
Choose a tag to compare
chore(release): 1.3.0

1.2.0

29 Mar 17:15
Compare
Choose a tag to compare

Features

  • regular expression for URLs is now exposed in the settings (6f8f50e), closes #3 #8

1.1.0

12 Nov 21:39
Compare
Choose a tag to compare
chore(release): 1.1.0

1.0.0

28 Oct 01:06
Compare
Choose a tag to compare

Paste URLs into selected text "notion style".

The default hotkey is ctrl + shift + v, if you want to change it to "classic" ctrl + v, be aware that you will lose an ability to quickly "paste" attachments into Obsidian editor.