Using "Home" on Checkbox in Live Preview Behavior

Steps to reproduce

Using Live Preview on Obsidian 1.0.3:
Create checkbox like so, with cursor (|) at end:
- [ ] test|

Press Home key on keyboard, cursor moves here:
|- [ ] test

Expected result

Behavior pre-1.0.0 was identical to this. However, with the 1.0.0 update, using Home moved the cursor here:
- [ ] |test
I liked this functionality and was confused when it no longer worked in the latest update. I want to know if this is intentional or not. I suspect it is not, as it seems that in source view (without live preview) it works like this.

Also of note is that regular bullet points work as expected:
- test|
(press Home)
- |test

Environment

  • Operating system: Windows 10
  • Debug info:
SYSTEM INFO:
	Obsidian version: v1.0.3
	Installer version: v0.15.8
	Operating system: Windows 10 Home 10.0.19044
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: dark
	Community theme: Ryzen
	Snippets enabled: 7
	Restricted mode: off
	Plugins installed: 21
	Plugins enabled: 16
		1: Obsidian Git v2.6.0
		2: Excalidraw v1.7.25
		3: Editor Syntax Highlight v0.1.3
		4: Customizable Sidebar v2.2.1
		5: Latex Environments v0.3.0
		6: Advanced Tables v0.17.3
		7: Hotkeys++ v0.2.7
		8: Media Extended v2.11.1
		9: Folder Note v0.7.3
		10: Admonition v9.0.5
		11: Quick Latex for Obsidian v2.4.0
		12: Pandoc Plugin v0.4.1
		13: Templater v1.14.3
		14: Banners v1.3.3
		15: Hotkeys for templates v1.4.3
		16: Homepage v2.4.1

thanks

will be fixed v1.1

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