You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use text area for alternative text and captions (visual editor) (#644)
* fix: use text box instead of input for alt-text
* fix: use resize instead of setting height
* refactor: use text area for caption
* refactor: text area for table caption
* refactor: use text box for caption in table
* refactor: use text box for caption in callout
* chore: update changelog entry
* fix(changelog): correct pr number
Copy file name to clipboardExpand all lines: apps/vscode/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## 1.127.0 (Unreleased)
4
4
5
5
- Added a new setting `quarto.useBundledQuartoInPositron` to prefer the Quarto CLI bundled with Positron when available. This setting has precedence _between_`quarto.path` and `quarto.usePipQuarto`, and has no effect outside of Positron (<https://github.com/quarto-dev/quarto/pull/841>).
6
+
- Visual Editor: uses a text box for alternative text and captions in callouts, images, and tables interface. (<https://github.com/quarto-dev/quarto/pull/644>)
6
7
- Fixed a bug where previewing showed "Not Found" on Quarto files with spaces in the name in subfolders of projects (<https://github.com/quarto-dev/quarto/pull/853>).
0 commit comments