Action

pplx

Posted by ap3, Last update 8 days ago

One click Perplexity search - Uses Draft’s contents to pre-fill a perplexity query and triggers. The web app will use the default, pro search must be previously used

Steps

  • script

    // Take the entire draft text
    var content = draft.processTemplate("[[draft]]");
    
    // Encode it for a URL
    var encodedContent = encodeURIComponent(content);
    
    // Build Perplexity web query URL
    var perplexityUrl = "https://www.perplexity.ai/search?q=" + encodedContent;
    
    // Open in your default browser
    app.openURL(perplexityUrl, true);

Options

  • After Success Default
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.