Replies: 2 comments
-
|
Would you be up for opening this as a feature request on the Quarto VS Code extension? That is what controls the experience of authoring Quarto files in Positron. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sure. I have done it: quarto-dev/quarto#975 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When authoring revealjs presentations in a
.qmdfile, there is no way to seethe total slide count without rendering the document. Tools like PowerPoint
display a live slide count in the UI, which helps authors track presentation
length during editing.
Request: Add a slide count indicator to the VS Code / Positron editor status
bar (or the Quarto VS Code extension) when the active file is a revealjs
.qmddocument. It could show something like
Slides: 12based on counting level-1(
#) and level-2 (##) headings, updating as the file is edited.Why it's useful:
Workaround today: Manually counting headings via terminal:
grep -cE "^#{1,2} " presentation.qmdBeta Was this translation helpful? Give feedback.
All reactions