We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To have shortcuts to increase (cmd+) and decrease (cmd-) font size of the input text.
The text was updated successfully, but these errors were encountered:
I'm currently experimenting with solving this via class swapping, e.g. adding text-lg > text-xl. Challenges with this:
text-lg
text-xl
Sorry, something went wrong.
Also, should this setting persist or be transient only?
WIP
Bump: v1.7.0
be6025e
Fixes #28
f91ae8e
It's having a list of font sizes that are being swapped when hitting plus and minus.
Quick-Capture/src/main.js
Line 181 in f91ae8e
No branches or pull requests
To have shortcuts to increase (cmd+) and decrease (cmd-) font size of the input text.
The text was updated successfully, but these errors were encountered: