Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quarto create capitalizes the qmd file name #8401

Closed
nealrichardson opened this issue Jan 23, 2024 · 0 comments · Fixed by #8523
Closed

quarto create capitalizes the qmd file name #8401

nealrichardson opened this issue Jan 23, 2024 · 0 comments · Fixed by #8523
Labels
bug Something isn't working
Milestone

Comments

@nealrichardson
Copy link

Bug description

When I do quarto create my_project_name, I get my_project_name/My_project_name.qmd created. It's odd that the qmd file name is capitalized.

Steps to reproduce

quarto create project default my_project_name 

Expected behavior

% quarto create project default my_project_name 
Creating project at /Users/me/my_project_name:
  - Created _quarto.yml
  - Created my_project_name.qmd

Actual behavior

% quarto create project default my_project_name 
Creating project at /Users/me/my_project_name:
  - Created _quarto.yml
  - Created My_project_name.qmd

Your environment

MacOS 13.6.3
zsh

Quarto check output

% quarto check
Quarto 1.4.533
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.1.11: OK
      Dart Sass version 1.69.5: OK
      Deno version 1.37.2: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.4.533
      Path: /Applications/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: (not installed)
      Chromium: (not installed)

[✓] Checking LaTeX....................OK
      Using: Installation From Path
      Path: /Library/TeX/texbin
      Version: 2023

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.9.6
      Path: /Applications/Xcode.app/Contents/Developer/usr/bin/python3
      Jupyter: 5.3.2
      Kernels: python3

(|) Checking Jupyter engine render....Traceback (most recent call last):
  File "/Applications/quarto/share/jupyter/jupyter.py", line 21, in <module>
    from notebook import notebook_execute, RestartKernel
  File "/Applications/quarto/share/jupyter/notebook.py", line 14, in <module>
    from yaml import load, BaseLoader
ModuleNotFoundError: No module named 'yaml'
There is an unactivated Python environment in venvstlit. Did you forget to activate it?

[✓] Checking Jupyter engine render....OK
@nealrichardson nealrichardson added the bug Something isn't working label Jan 23, 2024
@cscheid cscheid added this to the v1.5 milestone Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants