conflr icon indicating copy to clipboard operation
conflr copied to clipboard

Post R Markdown documents to Confluence

Results 37 conflr issues
Sort by recently updated
recently updated
newest added

Is there a way to create "expand" Confluence macro in R Markdown document, while still using R Markdown syntax inside folded contents?

It seems Pandoc Markdown doesn't recognize `CDATA` block, which causes issues like #109. But we do need `CDATA` to use some confluence macros. One idea is to do some regex-fu...

When I tried to use a YAML param to create a dynamic title, it showed up fine when I knit it, but in the confluence page, it just showed the...

bug

Hello ! Everything works fine until I try to "publish" my page on confluence. The process seems to be stuck and I have only one warning which is not very...

When I call confl_create_post_from_Rmd(interactive=F) from a terminal R session, I receive the following error. ``` Error in browseURL(result_url) : 'browser' must be a non-empty character string ``` The function works...

Thanks for this great package I think it'll help me a lot. Maybe I'm using the wrong workflow but I'm experiencing some awkwardness with space names and page ids. As...

This cannot be done on the page creation, so this might increase the implementational complexity. We need to consider if this is worth adding. https://developer.atlassian.com/cloud/confluence/rest/#api-api-content-id-label-post

`conflr` is great package to talk to Wiki in my daily job. Wish someone can propose a lovely hex sticker like `bookdown` logo.

How can I use this package to access an installation that doesn't support user-password authentication? Is this a mode of operation you would support?