Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow opening files as temporary notes #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rudiejd
Copy link

@rudiejd rudiejd commented Oct 3, 2024

Problem: I work in a repository that contains version-controlled SQL migrations. In order to edit and test these .sql files in nvim-dbee, I have to copy and paste between an nvim-dbee note and a secondary window for the buffer in the .sql file.

Solution: Allow opening files as "temporary notes". These files won't re-appear when neovim is closed and re-opened. I could also make that happen, but I suspect it would involve creating some sort of symlink in the global note namespace, and I wasn't sure whether that was desired.

Closes #132

@rudiejd
Copy link
Author

rudiejd commented Oct 22, 2024

@kndndrj could you please take a look when you get a chance 🙏 ? I've been using this fork locally, but it definitely isn't perfect. I'd like to come up with a good way for reading files in dbee, since most of my SQL workflow involves editing .sql migration files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open UI over a file instead of a note
1 participant