Robin Shannon

Results 21 comments of Robin Shannon

> If I were to implement, I'd implement `` `1+1;`{maxima} `` which is more consistent with the syntax of chunk and may allow additional chunk options. More consistent with both...

I came here to see if there was a way to do this for a very similar problem. An openxlsx function to do this would be great. @ycphs is this...

Rmarkdown/[quatro](https://quarto.org/) (quatro is essentially Rmarkdown v2 with better integration for jupyter notebooks) is a system for making data driven documents. It is most frequently used with R, but also with...

@twibiral Thanks! For me personally, just being able to execute code chunks is the main thing. Most of the rmarkdown options are probably not really relevant to obsidian.

Firstly, thanks for the package. I think this has a far more common use case than Hadley suggested. Secondly, maybe I'm misunderstanding the purpose of fold here, but wouldn't ```...

I've created a video and audio directive for hovercraft (and improved the image directive). I put them both in a new folder "local_directives" and put in the relevant hooks for...

This is also on my list. It would allow for easy reuse and editing of presentations because a section could easily be taken from one context and put in another,...

I think there is something more going on here. I cloned the repo and changed line 22 of `make_email_attachments.R` to `names(object$images)[[i]]` but the images still don't render. Looking at the...

OK, After some further digging the [API for attachments](https://learn.microsoft.com/en-us/graph/api/message-post-attachments?view=graph-rest-1.0&tabs=http) is described here. What is missing is `contentId`. So the following works correctly: ``` add_external_attachments.blastula_message

Are there any plans to add the bugfix I provided above into the next version of Microsoft365R?