matt-dray / quartostamp

:white_flower::scroll: R package: RStudio Addin to insert ('stamp') useful Quarto elements
https://matt-dray.github.io/quartostamp
Other
59 stars 2 forks source link

Feature Request - RStudio addins for creating and modifying markdown tables #2

Closed zenggyu closed 2 years ago

zenggyu commented 2 years ago

Hi, thanks for the great addin! It is really convenient!

I wonder if it is possible to add some additional functions for creating and modifying markdown tables, as is suggested here.

matt-dray commented 2 years ago

Thanks @zenggyu. The {remedy} package by @ThinkR-open is the go-to RStudio Addin for inserting (R) Markdown; {quartostamp} focuses more on the idiosyncrasies of Quarto.

{remedy} currently has a function to insert a table skeleton:

|  a|  b|  c|
|--:|--:|--:|
|  1|  2|  3|
|  2|  3|  4|

But not yet a method for 'parsing and modifying an existing markdown table'. It may be worth raising this issue in that repo to see if they can help.

zenggyu commented 2 years ago

Thanks for letting me know! I am closing this issue and will open one there.