-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Use a handwriting notebook #218
Comments
Can you describe in more detail how the current notebook does not suit this need? |
Current one only supports plain texts, which takes much more effort to describe the scoring. |
One idea that was given to me by a friend, which would avoid having to implement another "paint" feature (which I admittedly am reluctant to do, since a. this can already be done on the table, and b. it is complicated to do properly), as well as having text-based notes, is to have a page that functions like a PDF form, where given a background image, there are specific areas of the page that can be typed into. With this in mind, there could be a new directory in asset pack folders for "templates", which can contain either text files or images, and when creating a new page in the notebook, the player can select from these templates. If it's a text file that is chosen, the text is simply copied to the page, then the player can change the text. For images, the text boxes can be configured in the Not only would this be simpler than having essentially a paint program within the notebook, but it should also be able to cover most if not all page-related items, such as scoring cards or character sheets. Would like to hear other's thoughts on this though before it is implemented. |
I've implemented this in f1bc73f, and it will be in v0.1.0 Beta 3 - I'm open to any feedback about the system to help make it as good as possible, or if it doesn't fit people's needs, then an alternative could be developed. |
Is your feature request related to a problem? Please describe.
The current notebook is not ideal for taking notes, such as recording scores.
Describe the solution you'd like
When clicking on “Notebook”, a whiteboard appears and one can paint there. An image can be loaded, such as
https://commons.wikimedia.org/wiki/File:Grille_de_Yams.pdf
The text was updated successfully, but these errors were encountered: