Uh oh!
There was an error while loading. Please reload this page.
R Markdown Enhancements (Knit Manager) - #765
Conversation
- getKnitParams is only used by knitmanager, so should be a private method on it
Fix bug where knitDir could not be resolved when refreshing a preview
- Remove auto-generated package lock - Remove console.log from previous debugging
renkun-ken
commented
Aug 30, 2021
Always fail to start debugging. The following error occurs on extension activation: |
Uh oh!
There was an error while loading. Please reload this page.
ElianHugh
commented
Aug 30, 2021
I suspect this is some kind of bug with TypeScript, as I had this happen until I deleted my |
- Fixed bug where knit would error when focused on the output stream - Get rPath every knit/preview, so that rPath can be changed without restarting session
renkun-ken
commented
Aug 31, 2021
This actually works nicely! Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Fallback to document folder when workspace is undefined, then fallback to NULL
Uh oh!
There was an error while loading. Please reload this page.
ManuelHentschel
commented
Sep 3, 2021
On windows, if I set the Knit directory to the document directory, I get an error: In the workspace root this error does not occur. |
ElianHugh
commented
Sep 4, 2021
Argh, the path differences are the bane of my existence!! Thanks for catching that, hopefully the most recent commit fixes this? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ManuelHentschel
commented
Sep 4, 2021
Can confirm that I'm not getting the error anymore |
ManuelHentschel
left a comment
There was a problem hiding this comment.
I'm not very experienced with Rmd, but the simple examples I tried worked nicely.
Thanks for the nice work!
- Use enum type for knitDir - Use quickpick result, rather than onDidSelectItem - Refresh active preview on knitDir change - use vscode namespace - fix default config value
* background knitting (with progress bar) * set knit working directory * Smart knit button, use custom knit functions + rmarkdown::render_site where appropriate
Enhances rendering R Markdown documents. Specifically:
Screenshots
"Smart" Knit Button
Custom Knit
R Markdown Site