mjbvz / vscode-markdown-yaml-preamble

Makes yaml front matter render as a table in VS Code's built-in markdown preview:
MIT License
11 stars 5 forks source link

Left to Right Direction? #4

Open zcysxy opened 2 years ago

zcysxy commented 2 years ago

Thanks for this extension! Currently the field-value pairs are in the top to bottom direction, which causes many visual problems when there are many fields and long-text values.

image

Maybe add an option to render the front matter left to right? Just like how they present in the editor.

RokeJulianLockhart commented 1 year ago

https://github.com/mjbvz/vscode-markdown-yaml-preamble/issues/4#issue-1174231163

@zcysxy, it's simple to do – https://stackoverflow.com/a/64756400/9731176.