v1.2.0 - Data preview #4
propilideno
announced in
Announcements
Replies: 0 comments
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.
-
Overview
Open a SQLite database inside Neovim and you get an interactive SQL workspace. Read-only result on top, editable SQL on the bottom. Save the buffer to run the query against the database.
The plugin is also reorganized into per-feature layers, so installing buffer-preview no longer drags every dependency along. Want SQL previews? You only need
sqlite3. Want PDF previews? You only need the image stack. Same plugin, smaller footprint per feature.What's new
SQLite support and new data viewer without image layer requirements (#3 by @propilideno)
:w) to run the query.image/anddata/are independent now. Each requires its own dependencies; you only install the ones you actually use.PDF and presentation preview behavior is unchanged.
Full Changelog: v1.1.0...v1.2.0
This discussion was created from the release v1.2.0 - Data preview.
Beta Was this translation helpful? Give feedback.
All reactions