Can't leave image description empty

Steps to reproduce

  1. Create item with raw content ![](https://dynalist.io/favicon.ico)

Expected result

Image renders.

Actual result

Image doesnā€™t under unless the ā€˜image descriptionā€™ (i.e., the stuff between the square brackets) is non-empty.

Environment

Web app on OS X

Rationale

  • Thereā€™s no technical reason why image descriptions should be required.
  • This forum, as one of many examples, doesnā€™t require image descriptions.
2 Likes

Can confirm. I think itā€™s something with our Markdown parsing algorithm.

@Shida should the person to take a look at this.

1 Like

Will fix right away!

Is it ok if we show a default ā€œImageā€ text? Otherwise the box would be empty and look really weird.

1 Like

Do you mean changing (a) changing the raw content of our items to read ![Image](https://dynalist.io/favicon.ico) or (b) leaving the raw content as is but using ā€œImageā€ as the fallback description if the user-supplied description is empty?

IMO (b) is preferable.

Weā€™ve implemented option (b). If itā€™s empty weā€™ll just display ā€œImageā€ on the box, but we wonā€™t touch the raw content.

1 Like

Update: this is now fixed in the latest version. Woohoo!

1 Like