Skip to content

General

24 results found

  1. Arrange the templates

    The way to arrange the templates is a bit complicated it would be better to move the templates from one position to another instead of swap the position of on template with the position of another one.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    planned  ·  2 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. changing the order glitches

    when i try to change the order of templates, they jump whatever they want.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. BUG!!: please fix :)

    Hi, found a bug..

    if I am creating a link in my template, and part of that link is created using xpath or css selectors, then the shortening fails.

    I have tested this many times.

    FAIL:
    {#shorten}http://www.example.com?wv_name={#select}.oL.aDm.az9 > span{/select}{/shorten}

    the result is
    https://goo.gl/M6MbiQ
    which redirects to
    http://www.example.com/?wv_name=%7Bc15b38fa0056abc7e%7D

    what is should equal is this:
    http://www.example.com?wv_name=Rebecca_test

    the shortening function IS working, if I use it on an url without CSS selector or xpath.

    so if I shorten like this:
    {#shorten}http://www.example.com?wv_name=Rebecca_test
    {/shorten}

    then it works:
    https://goo.gl/5OOSrw
    which equals
    http://www.example.com?wv_name=Rebecca_test

    The css selector is correct, so no errors there. I also tried…

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. include Base64 ecoding and decoding.

    This is useful for hiding information in the query parameters, for example an email address, when you dont want someone knowing you are tracking them...

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. make a new paste option for html -UPDATE

    to to show that my previous idea is 100% possible - there is an extension that does this - however it would be so much better if you had this functionality in your extension

    have a look:
    https://chrome.google.com/webstore/detail/gmail-append-html/dnfikahmfhcjfcmbgbkklecekfeijmda

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. make a new paste option for html

    just want to paste a gmail signature into gmail formatted....but it all comes out as html code unformatted...

    can you add an option to paste html code formatted??

    I mean - paste the html the way it should look - not as the code

    the reason is because using xpath I get the details about an email I am about to send (recipients email etc) and append my signature links with tracking code specific for that recipient...

    cheers

    Ben

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Make anchor text clickable

    Please see my comment to the "...render a link" post.

    TLDR: http://imgur.com/a/ri2HO

    (How do I make the second into the first?)

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Any way to capture HTML tables either as HTML (neatly) or ideally, as a markdown table?

    Highlight the given table or place your cursor within (as applicable) and a Template may be activated to capture that table to the clipboard in one of the formats mentioned. As a fallback, CSV would be very helpful as well.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Can you post an example on how to filter a list?

    Could you post an example of how to filter for values in a list? I have been unable to figure this out from looking at the guide examples.

    {#scripts}
    // if script.src contains 'amazon'...
    {/scripts}

    I have been unable to achieve this.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. HPPTS

    I don't see how to use protocol (HTTPS) with {url} and I have not seen another way to raise this question.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Illustrated example - select / copy code - filter

    Hi, I'm trying to select code from blocks, (ideally) removing line numbers.

    http://www.xmlmaster.org/en/article/d01/c10/

    I've had some success with scaper (scrape similar), wondered if I could make a template to select code, if possible trim (x chars of begin @ char)

    101 illustrated example would be awesome, trying to get insights with the exmple.html now.

    Thanks

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Parse iframe n/ video tags w/ the image syntax

    <iframe src="<URI>"</iframe> TO ![](URI)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Folders

    It would be nice to be able to create folders to organize the templates.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. automatic paste for each template

    GREAT extension big THANKS
    I got an idea - automatic paste option to be separate for each template
    what I mean - copy URL may not need automatic paste
    but if you need a template with today date for example {#dateTime}d F Y{/dateTime} then you want automatic paste
    thanks

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. How to render a link?

    How to render a link?

    Is there a way to render my link so that it is clickable?

    My intention is to copy a link directly in gmail

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Allow to trim text by certain number of characters

    I would like to be able to trim "x" amount of characters from the beginning or end of a text result. For example, I'm using xpath to copy a model number from a webpage, but the model number is preceded by "Model #" in the tag I'm pulling (e.g. "Model # 1234"). I would like to trim out "Model #" text so only the actual number is copied to the clipboard.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Let us configure markdown formatting

    There are several Markdown formatting options that I would like to configure, such as using * instead of _ to indicate italics. Also, the current markdown selection template hard-wraps text to 80 chars, and I would like to remove that.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Transform text on the clipboard

    I thought that this would be pretty straitforward when I downloaded the extension. I hoped that it could act something like TextTools for IOS, but I can't transform text (for ex., to uppercase) that is on the clipboard.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Why does it so slow to do action?

    For example copy markdown [title](url), it always take serveral or more than ten seconds. How can I make it fast please?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base