Tinderbox & R (RStudio)

Sounds promising…this was my thinking too. :slight_smile: Maybe you could join one of our next meets and we could explore how to do this.

Not related, but I would like to take this opportunity to encourage those who are not English-fluent to also participate! With today’s realtime translators we could potentially make a go of it. I’m regularly communicating with others in languages I know little to nothing of.

Just a thought:)

5 Likes

That’s a good idea! I also do a lot of work in RStudio and with Quarto. Joining forces and discussing that in a meetup would be great!

1 Like

Tangential to this thread, but your script should work if (changing “/FigTest” to the actual path of your note) you do something like this:

tell application "Tinderbox 10" to set value of attribute "MediaFileName" of (find note in front document with path "/FigTest") to "tinderboxplot.png"

See forum discussion here and explanation of find note in [specifier] with path [text] in aTbRef here or the AppleScript Dictionary for Tinderbox.

1 Like

A nice R learning YouTube channel:

R Programming 101.

1 Like

I have fixed a bug related to the section label list. Additionally, I have added support for the Quarto manuscript format. Please wait a little longer for the usage tutorial video.

Demo_TBX_for_Quarto.tbx.zip (770.2 KB)


2025/01/12 update
I have uploaded a YouTube video explaining the basic usage of the file:


2025/01/19 update
I’ve added explanations for Appendix and Manuscript to the YouTube video and re-uploaded it.
Tinderbox with Quarto part1 (English & Japanese sub)

7 Likes

Adding a link to an earlier related thread for completeness:

3 Likes

I have fixed and updated “Demo_TBX_for_Quarto.tbx” with some features.

  • Graphviz ( β version. Support for limited attributes and tested only “dot” engine )
  • Add stamps that run the command quarto preview or render in Terminal.app or WezTerm.app.
    (inspired by an early related thread )

github repogitory

4 Likes