gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
21 stars 9 forks source link

TEXT PAGE: Add a popup viewer like image_page (perhaps display the PDF) #538

Closed gjwgit closed 1 month ago

gjwgit commented 1 month ago

It is often convenient to keep the data summary, for example visible while working in other parts of the app. This pop out, just like the image page popup, allows the use to have a separate window containing the text data that may be useful as they work through the app.

One possible implementation is to generate the PDF file in tempDir and then run the operating systme command to open the file, like image_page, using open on Mac/Linux and start on Windows.

junhaow1 commented 1 month ago

https://github.com/gjwgit/rattleng/pull/542 PR created

junhaow1 commented 1 month ago
image