Suggestion
-
Hi,
Can you please add sentence case (UPPERCASE, lowercase, Capitalize Each Word) in toolbar
-
Hey,
did you notice that you can customize the sentences that are shown in the dropdown yourself? You can put in whatever samples you want there to be available for your users, either in the general settings, or on a per Fontsampler basis.
Does that help you or are you suggesting that also the default that ships with the plugin should have those variants?
Cheers,
Johanneswell it easier if you can add this option in toolbar. please check the screenshot: https://snag.gy/itqbhr.jpg
Ah, so you actually mean buttons to transform the text in the textbox to different case? Not actually changing the text, but only the case of whatever is in the input?
Yes this is actually what i wanted
Thanks for the clarification.
I’ve added this as a feature request to the codebase. For me this is has somewhat lower priority, but it might not be too hard for a developer to implement outside of the plugin, should you need it urgently.
Thanks for letting me know what you’d like to see added ๐
No, it’s not urgent. take your time ๐
can you please let me know how can i preview my fonts like that: https://snag.gy/FpzWrS.jpgWell,
for each font preview create a Fontsampler, upload the woff file. In the general settings, unselect essentially all “Features” checkboxes except font name. Then on any page, copy in the [fontsampler id=xx] shortcodes from teh Fontsamplers you created.
Is there anything in particular that you struggle with?
J
It’ll be great idea to show like this: https://snag.gy/HJyUPm.jpg instead of dropdown to select.
Yes, it is something I have been thinking about; reusing one Fontsampler and generating “several” from it, one for each font.
In the meantime, you can just create one Fontsampler for each font, please.
No Problem ๐
Thanks for the great plugin!
Well do you have any idea that how much time will it take in all these changes?
-
This reply was modified 8 years, 1 month ago by
designweb.
Hey,
there is other features on the waiting list, and a bunch of improvements that will make the plugin more easy or reliable to use, all of which I would prioritize above this addition.As mentioned, the feature to change the case of the already written out text can also be implemented on top of and independent of the plugin, so if you urgently need it that would be what I suggest. I’m also happy to take code contributions or donations to support development of a particular feature.
For example this code could get you started for a button that transforms all content to uppercase:
$(".your-uppercase-button").on("click", function () { var text = $(".fontsampler-wrapper .type-tester__content").text(); $(".fontsampler-wrapper .type-tester__content").html(text.toUpperCase()); });-
This reply was modified 8 years, 1 month ago by
kontur.
-
This reply was modified 8 years, 1 month ago by
The topic ‘Suggestion’ is closed to new replies.