preview.nvim/spec
Barrett Ruth 4665deee6c
feat(presets): add quarto preset
Adds a quarto preset for .qmd scientific documents rendering to
self-contained HTML with SSE live-reload. Uses --embed-resources
to avoid a _files directory in the common case. No error_parser
since quarto errors are heterogeneous (mixed R/Python/pandoc output).
2026-03-04 13:54:01 -05:00
..
commands_spec.lua refactor: simplify command surface (#28) 2026-03-04 13:16:01 -05:00
compiler_spec.lua feat(compiler): add configurable error output modes (#14) 2026-03-03 14:57:44 -05:00
diagnostic_spec.lua feat: rename 2026-03-02 21:23:40 -05:00
helpers.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init_spec.lua feat: add statusline function (#10) 2026-03-03 13:37:36 -05:00
minimal_init.lua ci: format 2026-03-01 17:22:59 -05:00
presets_spec.lua feat(presets): add quarto preset 2026-03-04 13:54:01 -05:00
reload_spec.lua feat: unified reload field for live-preview (SSE + long-running watch) (#19) 2026-03-03 16:41:47 -05:00