obsidian-auto-link-title

Automatically fetch the titles of pasted links

MIT License

Stars
444
Committers
12

Bot releases are visible (Hide)

obsidian-auto-link-title - 1.0.8

Published by zolrath over 3 years ago

  • Still handle paste when pasting url into () of existing markdown link, if we allow the default paste handler to paste it results in an awkward extra [] in the existing markdown link.
obsidian-auto-link-title - 1.0.7

Published by zolrath over 3 years ago

  • Use checkCallback to allow default paste to take over if the clipboard doesn't contain a URL.
  • Ignore URLs containing an image as they don't have a <title> attribute and thus are a waste a bandwidth.
  • Switch to isDesktopOnly as we rely on desktop only APIs at the moment
obsidian-auto-link-title - 1.0.6

Published by zolrath over 3 years ago

Allow all characters except [] in link titles for the replace title functionality to allow for replacing titles that contain emojis

obsidian-auto-link-title - 1.0.5

Published by zolrath over 3 years ago

Don't add title to url if pasting it into an existing markdown link

obsidian-auto-link-title - 1.0.4

Published by zolrath over 3 years ago

If cursor is on URL part of markdown link, overwrite the existing title when ctrl+shift+e/cmd+shift+e hotkey is used.

obsidian-auto-link-title - 1.0.3

Published by zolrath over 3 years ago

Add ability to add title to existing raw link with ctrl+shift+e or cmd+shift+e

obsidian-auto-link-title - 1.0.2

Published by zolrath over 3 years ago

Remove mark once paste is complete

obsidian-auto-link-title - 1.0.1

Published by zolrath over 3 years ago

Instantly paste link and use mark to replace title after fetching.

obsidian-auto-link-title - 1.0.0

Published by zolrath over 3 years ago

Automatically fetch the title and format pasted URLs in markdown link format.

Related Projects