Inline [due:: YYYY-MM-DD] becomes hidden in edit mode

When using [due:: YYYY-MM-DD] it become hidden in edit mode and only shows if the cursor comes in contact with it. It will show when in reading view. I would like to be able to see the due date on a task without having to change the mode or move the cursor around to see if one exists. Am I missing a settings somewhere?

Edit mode

Screenshot from 2023-08-10 07-13-00

Reading view

Screenshot from 2023-08-10 07-13-15

This?

- Two adjoining bracketed sections and the [second] [section] disappears. I don’t know why.
- You can solve this by using an intermediate character:
- Two adjoining bracketed sections with an intermediate character and the [second] > [section] appears

Tested this on the commonmark dingus, and it parsed as visible text.

Something unique to Obsidian? A bug? I don’t know.

- Two adjoining bracketed sections and the [second] [section] disappears. I don’t know why.
- You can solve this by using an intermediate character:
- Two adjoining bracketed sections with an intermediate character and the [second] > [section] appears

Thank you! That is good enough for my needs to fix it.

1 Like

Might be worth opening a bug report then

Live Preview does that because 2 adjoining bracketed sections are the first part of a reference-style link. This is a style of Markdown link that lets you move the URL out of the text like a footnote, making the source text easier to read. Unfortunately they aren’t well supported in Obsidian. Daring Fireball: Markdown Syntax Documentation

[Link text][Link ID]

[Link ID]: https://example.com/

What you’re seeing shouldn’t happen unless there’s a corresponding URL line, but that’s a little complicated and Live Preview doesn’t understand. As you’ve seen, Reading View treats it correctly.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.