Reworked dialogue line system and app settings#10
Merged
PamplemomM merged 4 commits intomainfrom Nov 26, 2025
Merged
Conversation
The app is now used of drag & drop with the lines for an easy interface.
You can now collapse a quest to hide the conversations. Moreover, removed Ctrl + Shift + Enter shortcut to create a conversation because it wasn't working.
The version settings is now global and can handle multiple version in a single launch. This is a setting for a single version anymore.
Delete a version from the advanced settings. Add a custom folderpath to a quest with the default being "~/.QuestHelper/<name>/" TODO: Make an environment variable to change the default place
Member
Author
|
You're reading this text |
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.
Change the way the dialogue lines worked to handle them by simple drag and drops.
Added a sidebar to navigate more easily through the quests and conversations.
Enhanced the version settings to be more complete.
Prepared the app to work with the future persistent data.