Hi,
I don’t really have the skills to develop a plugin but I’ll leave this idea there if someone likes it.
It seems to me that Obsidian’s editing capacity would be greatly increased if we had the possibility :
- edit .rmd files (Rmarkdown)
- that we had the possibility to launch a compilation allowing us to generate PDF, word, html, etc. as desired.
Are there any projects in this area?
Currently, I think that we should be able to tinker with a script that sends a compilation command to bash via the “Templater” plugin (for example) .
R -e " rmarkdown::render('test.rmd', 'word_document')
But having a plugin that allows you to select the output format and options would be so friendly to users…