Results 377 comments of Hiroaki Yutani

@elliotlayden Thanks for confirmation. > Sometimes I'm able to upload 3 different versions of a file before the issue occurs. Other times, I'm only able to upload one. This sounds...

Ahh, thank you so much for catching!!! `confl_list_attachments()` is used here to see if there's already the same name of the images; since it errors if we try to create...

Thanks so much for catching! There's no reason other than I don't use `df_print` that much :) Looks good in general.

Ah, you are right.

Sounds good to me. Most of the options of `confluence_document()` are used for controlling "how the document will be published," not customizing how the document is rendered, but `df_print` is...

Hi, thanks for using conflr! It might be * Your Confluence locates the API endpoint in unusual path (conflr assumes it's `/rest/api/`) * Your organization doesn't allow you to use...

Hmm, curious. Thanks for reporting.

@magooken Sorry, I couldn't reproduce your problem. On my Confluence the page is titled as intended ("Peril Name - v0.03a"). Do you use the latest CRAN version of conflr?

Aw, thanks for the detail! I used addin so this is the difference. For a reason `conflr::confl_create_post_from_Rmd()` is a bit tricky, so I need to think if I really can...

Thanks for the idea. Do you mean using macro in markup form like this? ``` {expand:This is my message} This text is _hidden_ until you expand it. {expand} ``` If...