Skip to content

Releases: zolrath/obsidian-auto-link-title

1.5.4

17 Apr 00:49
Compare
Choose a tag to compare

What's Changed

  • Added the ability to preserve your selection as your links title. (Thanks to @neoromantic in #109)
  • Check to see if another plugin has handled a paste before we have to prevent collisions. (Thanks to @RyotaUshio in #106)

New Contributors

Full Changelog: 1.5.3...1.5.4

1.5.3

14 Jan 10:49
Compare
Choose a tag to compare

What's Changed

  • Revert hash generation back to manual method as the crypto module doesn't work on mobile devices.

Full Changelog: 1.5.2...1.5.3

1.5.2

14 Jan 04:28
Compare
Choose a tag to compare

What's Changed

  • Add support for fetching titles for links drag and dropped from other programs.

Full Changelog: 1.5.1...1.5.2

1.5.1

14 Jan 03:33
Compare
Choose a tag to compare

What's Changed

  • Put the requestUrl scraping method behind a setting as it works well on desktop but not on mobile. Will need further investigation before it's released as the default. Enable Use New Scraper in settings to try it out!

Full Changelog: 1.5.0...1.5.1

1.5.0

04 Jan 08:12
Compare
Choose a tag to compare

Sorry for the delay but huge thanks to contributors for helping keep this plugin up to date!

What's Changed

  • Hardened the replacement characters by adding < and > in (Thanks to @khaosdoctor in #90)
  • Switched to an improved electron fetch method for scraping (Thanks to @khaosdoctor in #91)
  • Added the ability to limit title length. (Thanks to @ruimage in #76)
  • Added MIT License

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

22 Jan 04:43
Compare
Choose a tag to compare

What's Changed

  • Protect against CORS preventing filetype discovery. In these cases, we don't actually get the filetype and we fall back to the previous behavior.

Full Changelog: https://github.com/zolrath/obsidian-auto-link-title/compare/1.4.0..1.4.1

1.4.0

21 Jan 07:07
Compare
Choose a tag to compare

What's Changed

  • Use filename when URL doesn't link to a valid html page instead of crawling for a page title.

This prevents the plugin from attempting to download files (pdfs, images, videos, etc) as this is both a waste of bandwidth and not something we support extracting title metadata from. Instead, we use the last segment of the URL (usually the filename) as the title.

Full Changelog: 1.3.0...1.4.0

1.3.0

15 Jan 22:25
Compare
Choose a tag to compare

What's Changed

  • Add normal paste hotkey (Mod + Shift + V) (Thanks to @Krakor92 in #63)

When pasting into code blocks or in a situation where you want the raw link instead of a markdown link, you can now use the Normal Paste command! By default it is Mod + Shift + V. This should be useful for inside of code blocks (#36, #58) or frontmatter (#21).

Full Changelog: 1.2.8...1.3.0

1.2.8

15 Jan 09:06
Compare
Choose a tag to compare

What's Changed

  • Escape characters in the title to prevent markdown formatting from titles containing _ or * and prevent [] in the title from breaking the link.

Full Changelog: 1.2.7...1.2.8

1.2.7

15 Jan 07:27
Compare
Choose a tag to compare

What's Changed

  • Allow new lines for Blacklist entries, in addition to commas for separation. (also fixes an issue with empty blacklists πŸ˜…)

Full Changelog: 1.2.6...1.2.7