Scroll improvements - #75
Merged
Merged
Conversation
Add button to sync preview to cursor Add so that preveiw scrolls when jumping to a scene from outline Add automatic scrolling while live updating preview
frblo
requested changes
Apr 5, 2026
frblo
left a comment
Owner
There was a problem hiding this comment.
There is a problem with when you go to a line in the fountain code and make a newline and start writing, where the preview was scrolled above the element you are currently editing. Then when you start editing the preview will automatically scroll to the line where you make the initial newline, meaning you can't see your new line.
Lower debounce time to make it snappier
frblo
reviewed
Apr 8, 2026
frblo
left a comment
Owner
There was a problem hiding this comment.
I think it looks really good. However, I have a few notes which do not need to be fixed for this, but could be worth taking into consideration.
- When clicking on a dialogue element you are taken to the character name, which may be intended?
- Editing the title page does not scroll your preview, and it cannot be clicked och synced to/from.
Frequinzy
marked this pull request as ready for review
April 8, 2026 14:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a branch for improving scrolling.
The goal is to add so that you can sync position from preview to editor and vice-versa.