Citations & Bibliography [Zotero-Obsidian-Rmarkdown] [Complete workflow] #47
|
Hello everyone! First I would like to thank Bryan and Obsidian users like Bri Watson and Argentum for their contribution in developing a satisfactory workflow for the research. Before I ask my questions, I would like to make a brief description of the steps (obtained from the multiple videos already uploaded on youtube or discussions on the forum). In Zotero...
In Obsidian...
RMarkdown...(?) Let's imagine I have written a paper, citing with [[@citekey]]. I would only need to remove one bracket in order to leave the citations as [@citekey] so that pandoc can process them in Rmarkdown. At the moment the only thing I can think of is to delete the remaining brackets with the replace tool in Obsidian and just copy-paste them into RMarkdown. This way we could complete a workflow from the literature review, the use of Obsidian as a Second Brain, idea generator and writer, and finally RMarkdown to see only the format of a scientific paper or report. I read attentively your suggestions to improve the workflow -Greetings from Chile |
Replies: 1 comment
|
one way to automate the bracket removal for the would really only need the |
one way to automate the bracket removal for the
[[@citekey]]in the RMarkdown document would be to write a simple shell script to find and replace any of those cite keys with a single square bracket instance.would really only need the
sedcommand and use some regular expressions