Skip to content
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

preheader description contains "null" and missing other parameters #321

Open
RealRaven2000 opened this issue Sep 13, 2024 · 1 comment
Open
Assignees

Comments

@RealRaven2000
Copy link
Owner

There is a problem in the description of %preheader()%

image

What is should show:
The preview text must be contained within double quotes, which also may contain the *clipboard* keyword. Alternatively you can use clipboard directly or *selection* (that last one only works when used from a Smart Snippet)

The json text:

  "preheader.text": {
    "message": "The preview text must be contained within double quotes, which also may contain the $clipboardStarred$ keyword. Alternatively you can use $clipboardLiteral$ directly or $selectionLiteral$ (that last one only works when used from a Smart Snippet)",
    "placeholders": {
      "clipboardLiteral": {
        "content": "$1",
        "example": "clipboard"
      },
      "selectionLiteral": {
        "content": "$2",
        "example": "\"*selection*\""
      },
      "clipboardStarred": {
        "content": "$3",
        "example": "*clipboard*"
      }
    }
  },
@RealRaven2000
Copy link
Owner Author

Fixed in this version below. I also fixed a spacing issue for the variables frame in small screen widths:

image

smartTemplate-fx-4.8.2pre15.zip


To tryout this version, download the zip file and then drag it into Thunderbird Add-ons Manager (without extracting)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant