Data hides in the Reading Mode for Multi-level Indentation

Steps to reproduce

STEP 1 : Create note with the following content:

- [ ] Suppose say this is a Main task which will going to have only Sub-Tasks and their Sub-sub Tasks | ⏫ [due:: 2024-10-19] #Test #SubTasks/🔥bugs #Bug
	- [ ] This is the first Sub Task, updating
		- [ ] This is the first sub-sub Task
			- [ ] This is first sub-sub-sub task
			- [ ] Adding New three level Indentation subTask
		- [ ] This is second sub-sub Task
	Adding a line here, the below tasks has been achieved. This line was added from the Modal using textArea box.
	- [x] This is the Second Sub Task
		- [x] This is the first sub-sub Task
		- [x] This is second sub-sub Task, Updated

STEP 2 : Now switch to Reading Mode.

Expected result


(This image is from Live Editor Mode)

Actual result

The below images are in Reading Mode


(This image is from my personal vault)


(This image is from Sandbox vault)

Environment

SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.7.7
Operating system: Windows 10 Home Single Language 10.0.19045
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0

Other points

  • Using the default theme of Obsidian, but the issue seems to persist with all the other themes too.

  • Also forgot to mention, the indentation of the line “- This is the first sub-sub Task” gets reduced to one, but actually it’s two level indented. Similar thing happens with the below lines to it.

Source on the left; reading on the right. Is this what you expect? (Raw text below. Hope it copies from the forum.)

- [ ] Suppose say this is a Main task which will going to have only Sub-Tasks and their Sub-sub Tasks | ⏫ [due:: 2024-10-19] #Test #SubTasks/🔥bugs #Bug
	- [ ] This is the first Sub Task, updating
		- [ ] This is the first sub-sub Task
			- [ ] This is first sub-subsub task
			- [ ] Adding New three level Indentation subTask
		- [ ] This is second sub-sub Task  
		Adding a line here, the below tasks has been achieved. This line was added from the Modal using textArea box.
	- [x] This is the Second Sub Task
		- [x] This is the first sub-sub Task
		- [x] This is second sub-sub Task, Updated

So the line “Adding a line here, the below tasks has been …” should always be indented to the same level as its previous line ?

If I do this, now I am able to see the sub-tasks below that line, but that specific line, didnt got rendered :

Source Mode :

- [ ] Suppose say this  is a Main task which will going to have only Sub-Tasks and their Sub-sub Tasks | ⏫ [due:: 2024-10-19] #Test #SubTasks/🔥bugs #Bug
	- [ ] This is the first Sub Task, updating
		- [ ] This is the first sub-sub Task
			- [ ] This is first sub-sub-sub task
			- [ ] Adding New three level Indentation subTask
		- [ ] This is second sub-sub Task
		Adding a line here, the below tasks has been achieved. This line was added from the Modal using textArea box.
	- [x] This is the Second Sub Task
		- [x] This is the first sub-sub Task
		- [x] This is second sub-sub Task, Updated

Reading Mode :

There is another issue I am facing, let me know if anybody else also facing this:

Obsidian_IpLZuKnU6J

The line “Adding a line here, the below tasks has been a…” is indented to only one level, so when my cursor is moving from left to right, it is not placed close to the first character of this line, there is some gap between the ‘A’ and the cursor. After pressing one more time, the cursor moves right to the ‘A’, it crosses the first character, as can be seen from the above gif.

Created a new topic for this issue :

@anon45210282 can you please share what are you able to see in Reading Mode if you paste the exact below raw data :

- [ ] Suppose say this  is a Main task which will going to have only Sub-Tasks and their Sub-sub Tasks | ⏫ [due:: 2024-10-19] #Test #SubTasks/🔥bugs #Bug
	- [ ] This is the first Sub Task, updating
		- [ ] This is the first sub-sub Task
			- [ ] This is first sub-sub-sub task
			- [ ] Adding New three level Indentation subTask
		- [ ] This is second sub-sub Task
	Adding a line here, the below tasks has been achieved. This line was added from the Modal using textArea box.
	- [x] This is the Second Sub Task
		- [x] This is the first sub-sub Task
		- [x] This is second sub-sub Task, Updated

Also, which version of Obsidian are you using ?

1 Like

Have the same issue on my end. This is even more apparent in Canvas view.

I hope this issue will be solved soon. The Reading mode becomes useless for notes with this type of multi-level indented tasks.
The second issue might not be that annoying as first one, but still get on my nerves sometimes.