posit-dev / positron

Positron, a next-generation data science IDE
Other
2.2k stars 65 forks source link

Epic: New Project Wizard Part 2 #3364

Open petetronic opened 2 months ago

petetronic commented 2 months ago

Following on from the initial New Project Wizard work for Beta in #2110, we plan to add additional project types. Examples of other project types that we need to discuss include:

Python

R

Quarto

Other

Improvements

Related Issues

anbrav0 commented 1 month ago

Hello!

I am just chiming in with additional thoughts on the Quarto Project Wizard. Please let me know if this is the relevant thread for this feature request

Currently, in RStudio when selecting File > New File > Quartio Presentation you get a wizard that lets you pick the different types of presentation outputs (Reveal JS, Beamer, PowerPoint)

image

however, in positron, when doing ctrl + shift + p > Quarto: New Presentation there doesn't seem to be a detailed project wizard for this format and it defaults to Reveal JS

image

So I think it would be wonderful to include support for different presentation outputs similar to how RStudios provides support for Quarto Presentations

RStudio Version:

RStudio.Version()
$citation
To cite RStudio in publications use:

  Posit team (2024). RStudio: Integrated Development Environment for R.
  Posit Software, PBC, Boston, MA. URL http://www.posit.co/.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {RStudio: Integrated Development Environment for R},
    author = {{Posit team}},
    organization = {Posit Software, PBC},
    address = {Boston, MA},
    year = {2024},
    url = {http://www.posit.co/},
  }

$mode
[1] "desktop"

$version
[1] ‘2024.4.2.764’

$long_version
[1] "2024.04.2+764"

$release_name
[1] "Chocolate Cosmos"

Positron version:

Positron Version: 2024.07.0 (system setup) build 2024.07.0-21
Code - OSS Version: 1.90.0
Commit: 82b335e27545e804b7fd806db00477a6eb49951d
Date: 2024-07-09T03:17:59.552Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.19045
sharon-wang commented 1 month ago

Hey Ana, this is a good spot for feedback on the Project Wizard, so you're all good! If ever in doubt, you can start by posting a discussion and we can direct you to relevant issues or we can create issues from there as needed 🙂

The current behaviour you're seeing via ctrl + shift + p > Quarto: New Presentation is provided by the Quarto VS Code extension, which looks to be specific to Revealjs at this time.

We intend to provide better interaction with Quarto project types in Positron's Project Wizard, so we appreciate you voicing your interest in Quarto Presentation support. I've added that project type to our list in this issue's description. Thank you for sharing your feedback!