Releases: zolrath/obsidian-auto-link-title
1.5.5
What's Changed
- Link title fetching errors begone! You can now use the LinkPreview API to get the page title. (Thanks to @ZhymabekRoman in #128)
- Get a free API key at https://www.linkpreview.net/ and paste it into the plugins settings to enable.
- Add option for better paste IDs using invisible characters (Thanks to @enesflow in #125)
- Instead of appending characters for uniqueness this option uses invisible characters to preserve a clean looking Fetching Title placeholder!
- We now escape | characters when inserting link titles. Previously, when working in source mode Obsidian did not automatically escape the | characters from links, breaking tables.
New Contributors
- @ZhymabekRoman made their first contribution in #128
- @enesflow made their first contribution in #125
Full Changelog: 1.5.4...1.5.5
1.5.4
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
- @neoromantic made their first contribution in #109
- @RyotaUshio made their first contribution in #106
Full Changelog: 1.5.3...1.5.4
1.5.3
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
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
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
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
- @khaosdoctor made their first contribution in #90
- @ruimage made their first contribution in #76
Full Changelog: 1.4.1...1.5.0
1.4.1
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
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
What's Changed
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
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