Resizing images using alternate id syntax

Steps to reproduce

Create a note in your vault with this content:

![|101](https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg)

![|102][1]

![ ][2]

[1]:  https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg
[2]: https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg "|103"

Expected result

All of the images above should be resized to around 100px in width, and scaled appropriately. Like shown in image below:
image

Actual result

The images with the alternate text of “|102” and “|103”, doesn’t resize the images. The validity of these image links can be seen in Markdown Tutorial - Images, even though that doesn’t consider resizing.

Do note that for “|102”, Obsidian actually picks up the alternate text, it just doesn’t recognise it as a resizing attribute. The “title” part from “|103” is blatantly ignored, all together.

Environment

I’

  • Operating system: macOS Mojave (10.14.6)
  • Debug info: n/a, but I’m running 1.1.9 (installer 1.0.0)
SYSTEM INFO:
Obsidian version: v1.1.9
Installer version: v1.0.0
Operating system: Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64 18.7.0
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: adapt to system
Community theme: Minimal v6.1.9
Snippets enabled: 4
Restricted mode: off
Plugins installed: 22
Plugins enabled: 15
	1: Dataview v0.5.53
	2: Advanced Tables v0.18.1
	3: Buttons v0.4.19
	4: Hider v1.2.4
	5: Meta Bind Plugin v0.4.0
	6: Minimal Theme Settings v6.1.1
	7: Plaintext v0.2.0
	8: QuickAdd v0.8.0
	9: Settings Search v1.2.0
	10: Style Settings v0.4.12
	11: Templater v1.16.0
	12: Custom File Explorer sorting v1.5.0
	13: Admonition v9.0.5
	14: Tracker v1.10.9
	15: Highlightr v1.2.2

RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

This was discovered as part of this forum thread: Is it possible to render linked images to a different size? - #6 by jmf