When clipping web content (or 'bookmarking' a webpage in IQ) it would be nice to have the option to create a link in the item field.
Lately I've added <a href=></a> to my clipboard extender's 'favourites'
but it's very awkward copying and pasting the url and then adding the text
I havent really thought this through (throwing it out there so-to-speak) but something like an add link tick-box which would make the url etc wrap around the test in the Item field ?
I couldnt find this in Mantis so will add at some stage unless someone knows of it lurking there somewhere
Comments
AppendURLToItem=item & " (<a href="& URL & ">" & "Link" & "</a>)"
end function
AppendURLToItem=item & " (<a href="& URL & ">" & "Link" & "</a>)"
end function
AM:item=item & " (<a href="& URL & ">" & "Link" & "</a>)" | AM:URLlink=" (<a href=" & URL & ">" & "Link" & "</a>)"
URLlink
".itemHTMLText
field autoassign section:A:item=removekeyword(item,URLlink) | E:item=addkeyword(item,URLlink)
A:item=removekeyword(item,URLlink) | E:item=addkeyword(item,URLlink)
into the auto-assign rules and tried a restart as well
- but as I say I'll stick with adding the (Link) to all clippingsA:item=removekeyword(item,URLlink) | E:item=addkeyword(item,URLlink)
into the auto-assign rules and tried a restart as well
- but as I say I'll stick with adding the (Link) to all clippingURLlink"
? (You need to create that field for the autoassign rules in itemHTMLText to work properly)A:item=removekeyword(item,URLlink) | E:item=addkeyword(item,URLlink)
into the auto-assign rules and tried a restart as well
- but as I say I'll stick with adding the (Link) to all clippingURLlink"
? (You need to create that field for the autoassign rules in itemHTMLText to work properly)