docs/ux: make :Preview output more discoverable on failure #80
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #70.
Problem
preview.nvimnow has a solid raw-output inspection path through:Preview outputandpreview.result(), but that path is still easy to miss when the only visible signal is a genericcompilation failednotification.There is also an expectation mismatch for long-running providers like Typst watch:
:Preview outputis effectively the current watch-session log, whereas one-shot providers behave more like “latest compile output”. That distinction is reasonable, but it should be discoverable and documented instead of being surprising.Direction
:Preview output/preview.result()for raw compiler outputcompilation failed; see :Preview outputonly when no structured errors were surfaced.closed by #84