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

Implement some kind of presenter mode #9

Open
jevakallio opened this issue May 6, 2018 · 0 comments
Open

Implement some kind of presenter mode #9

jevakallio opened this issue May 6, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@jevakallio
Copy link
Owner

Currently you need to remember what you typed, and what is coming next. This is suboptimal.

It would be cool if we could implement some kind of presenter view, that would show the entire file as it will look like e.g. faded out like a comment, and the next part that the user is going to type. This is going to be a bear to implement.

Alternatively, we coud allow the user to annotate code blocks (delimited by soft stops) to remind them what is coming next. When entering the next block, we could show the presenter a hint of what is coming. This would be easier, but is it useful?

Both of these would involve dealing with windowing, e.g. having two windows with a shared buffer but different contents.

@jevakallio jevakallio added the enhancement New feature or request label Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant