Results 377 comments of Hiroaki Yutani

Could you provide a reproducible example? This seems an issue of compatibility with the new editor format, but I can't figure out what's happening without knowing the details.

Thanks for the reproducible example!! This is really helpful.

Sorry, I don't know well about the authentication mechanism of Confluence. conflr just uses the REST API of Confluence. If you are using Atlassian Cloud, you can use an API...

Thanks, this seems a common issue. I personally use a bookmarklet so I'll share it at least...

You can use this bookmarklet on your wiki page to popup the pageId. ```js javascript: (function() {window.prompt("pageId:", AJS.params.pageId);})(); ```

Thanks for reporting and investigating! Currently conflr targets the on-premise Confluence, not Confluence Cloud. I hope conflr can support the new syntax eventually, but it's really a to support both......

If your Confluence already provides custom syntax highlighting for R, you can specify `r` in `conflr_supported_syntax_highlighting` option (c.f. https://line.github.io/conflr/#options). But, I agree it might be useful to set the default...

Ah, yes, probably I need to add more documents about console usages... Sorry for your confusion!

> Not sure if this matters, but I'm not on Confluence cloud, I'm on my company's internal confluence site. Is it possible my code macro is out of date or...

Thanks for reporting! I have no idea on conflr's side. If you manually create 22 x 50 table on editor, what will happen? As you say > It's an odd...