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

post categories are not clickable when new post folder name have space or not in English #11745

Open
TonyFly3000 opened this issue Dec 27, 2024 · 8 comments
Labels
bug Something isn't working listings

Comments

@TonyFly3000
Copy link

Bug description

quarto blog bug:

When new post folder name have space or not in English then the post categories are not clickable.

Image

Steps to reproduce

No response

Expected behavior

No response

Actual behavior

No response

Your environment

No response

Quarto check output

Quarto 1.6.30
[✓] Checking environment information...
Quarto cache location: /Users/jinchaoduan/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.6.30
Path: /Applications/quarto/bin

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

[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/jinchaoduan/Library/TinyTeX/bin/universal-darwin
Version: 2024

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

[✓] Checking Python 3 installation....OK
Version: 3.13.0
Path: /Library/Frameworks/Python.framework/Versions/3.13/bin/python3
Jupyter: 5.7.2
Kernels: python3

[✓] Checking Jupyter engine render....OK

[✓] Checking R installation...........OK
Version: 4.4.1
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
knitr: 1.48
rmarkdown: 2.28

[✓] Checking Knitr engine render......OK

@TonyFly3000 TonyFly3000 added the bug Something isn't working label Dec 27, 2024
@mcanouil
Copy link
Collaborator

mcanouil commented Dec 27, 2024

Unfortunately, we cannot use your report as you are talking about something but illustrated with something not relevant to your issue which appears to work properly.
Providing a clear depiction of an issue and the steps to reproduce is not optional, we do need that in order to help. Help us help you.

Note that you should enclose your categories with quotes.

Screen.Recording.2024-12-27.at.20.18.30.mov
Screen.Recording.2024-12-27.at.20.24.29.mov

@mcanouil mcanouil added the needs-repro Issues that are blocked until reporter provides an adequate reproduction label Dec 27, 2024
@TonyFly3000
Copy link
Author

Thanks for the reply. I added the video clip at the end. Three posts are the same. Only difference are the post folder names.

Image

So post categories are not clickable in the post page(not the main page) when new post folder name have space or not in English

screenshots.2.mp4

@mcanouil
Copy link
Collaborator

We need a reproducible example not a video of one.


You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````).
See https://quarto.org/bug-reports.html#small-is-beautiful-aim-for-a-single-document-with-10-lines.

If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.

RPython
````qmd
---
title: "Reproducible Quarto Document"
format: html
engine: knitr
---

This is a reproducible Quarto document.

{{< lipsum 1 >}}

```{r}
x <- c(1, 2, 3, 4, 5)
y <- c(1, 4, 9, 16, 25)

plot(x, y)
```

![An image]({{< placeholder 600 400 >}}){#fig-placeholder}

{{< lipsum 1 >}}

The end after @fig-placeholder.
````
````qmd
---
title: "Reproducible Quarto Document"
format: html
engine: jupyter
---

This is a reproducible Quarto document.

{{< lipsum 1 >}}

```{python}
import matplotlib.pyplot as plt

x = [1, 2, 3, 4, 5]
y = [1, 4, 9, 16, 25]

plt.plot(x, y)
plt.show()
```

![An image]({{< placeholder 600 400 >}}){#fig-placeholder}

{{< lipsum 1 >}}

The end after @fig-placeholder.
````

Additionally and if not already given, please share the output of quarto check within a code blocks (i.e., using three backticks ```txt), see https://quarto.org/bug-reports.html#check.

@TonyFly3000
Copy link
Author

There is the Git repository:https://github.com/TonyFly3000/testing-quarto-blog

Again the bug is
Post categories are not clickable in the post page(not the main page) when new post folder name have space or not in English

@dominicroye
Copy link

I have the same issue.

@mcanouil
Copy link
Collaborator

@TonyFly3000 The Git repository does not exist or is not public.

@TonyFly3000
Copy link
Author

sorry, Its public now

@mcanouil
Copy link
Collaborator

Thanks, I can reproduce with your repository.

@mcanouil mcanouil added listings and removed needs-repro Issues that are blocked until reporter provides an adequate reproduction labels Dec 29, 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 listings
Projects
None yet
Development

No branches or pull requests

3 participants