-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Feature Request: Open current slide in editor #264
Comments
nice idae |
it supports hot reload.
|
I added a small change that splits your current window and opens the markdown file in vim/nvim if tmux session, or open a vscode window. This works very nicely with the hot reload as you save your changes :) use (vscode): open editor: ill look into the cursor jumping to the right place as well |
So no more dependency on tmux and it uses the bubbletea library to execute in the same instance. Also jumps to the correct line in vim/nvim. |
Is your feature request related to a problem? Please describe.
Beeing able to switch between a previewing and editing quickly would be nice.
Describe the solution you'd like
When I type
e
, the current document is opened in my editor, and the cursor row is set to the start of the current slide.The text was updated successfully, but these errors were encountered: