Replies: 1 comment 4 replies
-
Could you properly format your post using code blocks for code and terminal outputs as it was described in the issue when you created it? Thanks. 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 If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to build a example website for a project.
I have programmed a table with Python and itables, which should be displayed on the start page.
Now the categories should be displayed on the right side like in a blog, so that you can directly see which categories are available and click on them like in a blog.
However, if I use the function
listing:
categories: true
the preview text of the pages is displayed below the table, just like on a blog. However, I don't need this content as it is distracting. Only the table should be displayed as content on the start page.
Is there a way to display only the listing of the categories on the right without displaying the content under the table?
This is the content of the index.qmd page:
If I want to use a custom listing for the categories, the page cannot be rendered if the table is created with Python.
This is what the listing function looks like. The text is displayed below the table
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions