flyinghyrax / Elementary

Some Rainmeter skins

Home Page:http://rainmeter.net/cms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double-quotes break the Notepad skin

flyinghyrax opened this issue · comments

We can write double-quotes to the notes file through the notes skin by using Magic Quotes in the InputText command, like
"""$UserInput$"""
But when we open the input box, the string is displayed incorrectly because we can't seem to use
DefaultText="""#notetext#"""
in the InputText command.

There ought to be another way of setting the DefaultText - maybe just in the measure options with DynamicVariables turned on?