marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.58k stars 75 forks source link

enhancement: layout adjust #113

Closed fastfading closed 4 years ago

fastfading commented 4 years ago

although the fisrt markdown code line is aligned, however keep left markdown code and preview ppt at the same level position as pic shows

image

this ui layout will be more comfortable. you can see previous markdown code in this layout.

yhatt commented 4 years ago

Typically the active line may become vertically middle of preview pane. This behavior comes by following VS Code's scroll sync in Markdown preview.

We should not add extra scrolling behavior in the built-in preview pane becuase Marp for VS Code extension are responsible only for converting to Marp slide.

Please request to microsoft/vscode instead of here if you want an exact position tracking in Markdown preview.