I want to Capitalize clipboard context automatically using a snippet
Hi,
Try this:
{note}{clipboardcontents={clipboard}}{endnote}{=proper(clipboardcontents)}
Thank you @Dylan for the response, but this is just converting the first letter not the entire clipboard,can you check please.
Sorry, I see what you mean. Here's a version that capitalizes every letter:
{note}{clipboardcontents={clipboard}}{endnote}{=upper(clipboardcontents)}
Thank you @Dylan It's working. I see these functions that you have used. I don't find it in the documents/tutorials.
Can you please find time to tell me if there is anything I am missing.
1 Like
You can find our formula reference below. That's where you'll find information on all kinds of different useful information for formulas.