-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add PELIMOJI_SIZE_MULTIPLIER
configuration setting
#16
base: main
Are you sure you want to change the base?
Conversation
PELIMOJI_SIZE_MULTIPLIER expects a fairly small int that acts as a size multiplier for the displayed emojis
README.md
Outdated
@@ -30,6 +30,11 @@ By default this plugin operates on source content files with the following file | |||
PELIMOJI_FILE_EXTENSIONS = ["md", "html", "rst", "txt"] | |||
``` | |||
|
|||
`PELIMOJI_SIZE_MULTIPLIER` can be specified to increase the size of all emojis when they are rendered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be helpful to add a bit more information for users:
- The default value (
1
). - Somehow make it clearer that a value of
2
is two times larger than the default,3
is 3x, etc. - Add a colon at the end (or a period if the setting description grows to more than one sentence).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just pushed an update to the wording; let me know if further tweaks are needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, Weston! I made one minor comment about documentation.
PELIMOJI_SIZE_MULTIPLIER
configuration setting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once again, nice work, Weston! I made a small tweak to the documentation wording, rebased this branch on top of my changes in #17, and added a release file so a new package version will be automatically published to PyPI via AutoPub when either @KayOhtie or I use the Squash & Merge button to squash these commits and merge them.
@KayOhtie: Any thoughts about this pull request before the squash, merge, and release? |
PELIMOJI_SIZE_MULTIPLIER expects a fairly small int that acts as a size multiplier for the displayed emojis. Closes #15.