Improve: Add default template for new package in package exporter#7041
Merged
vadi2 merged 1 commit intoMudlet:developmentfrom Dec 24, 2023
Merged
Conversation
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
Contributor
|
Yes, does what it should! 👍 |
Contributor
|
Hi! @ZookaOnGit thanks for you PR. I think that the information added are clear but the description spaces is too narrow. Can you let it open like the "NOTE" (for example) using a button or something similar.? It is impossible to write a long description in such a small space. Best Regards |
Contributor
Author
|
I'll create another ticket as the request is outside the scope of this issue/PR, and I don't have the required coding skills unfortunately. Edit: Further discussion on #7051 |
vadi2
pushed a commit
to vadi2/Mudlet
that referenced
this pull request
Dec 24, 2023
…dlet#7041) <!-- Keep the title short & concise so anyone non-technical can understand it, the title appears in PTB changelogs --> #### Brief overview of PR changes/additions Add default template in markdown. Change textEdit_description behavior to not clear on first click by assigning the markdown text on initialisation. #### Motivation for adding to Mudlet /claim Mudlet#5079 #### Other info (issues closed, discussion etc) Closes Mudlet#5079. We should possibly look at making textEdit_description larger to encourage the coder to make use of the space and help visually see the markdown. Perhaps make it full window and using a two column display with the editor using the entire right-side column. 
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.
Brief overview of PR changes/additions
Add default template in markdown. Change textEdit_description behavior to not clear on first click by assigning the markdown text on initialisation.
Motivation for adding to Mudlet
/claim #5079
Other info (issues closed, discussion etc)
Closes #5079.
We should possibly look at making textEdit_description larger to encourage the coder to make use of the space and help visually see the markdown. Perhaps make it full window and using a two column display with the editor using the entire right-side column.