topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:31 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: new FARR Plugin : Delicious - built on the Javascript SDK : FScript  (Read 81471 times)

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #50 on: January 12, 2008, 06:16 PM »
Rrrr.  :-[. Glad you like it. Yes, the dialog is generated from the options document.

M. 8)
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #51 on: January 12, 2008, 11:49 PM »
thanks once more, ecaradec! the local cache feature is also very handy.. :Thmbsup:

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #52 on: January 21, 2008, 10:27 AM »
@ecaradec

i wonder if you could change the aliases

for exemple the regex for delicious post is dp(.*)
which triggers whenever i write dp .... in the search box

wouldn't be better to use :
^dp (.*)

starts with dp then a space... ?

unfortunately it is read-only  :huh:

Keep up the good work, this plug-in rocks !

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #53 on: January 22, 2008, 02:08 PM »
Yes you are right, the match are a bit too easy. I change the last version so that the aliases only match at the start of the line followed by a space.
If you want to change some delicious plugin aliases you can export the aliases to you personal aliases then change them from there.
I really appreciate all my users. It's a pleasure that you like my work. 8)
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #54 on: January 23, 2008, 02:05 AM »
@ecaradec

great job !  :up:

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #55 on: February 10, 2008, 08:01 PM »
ecaradec, i'm using the latest version of Delicious plugin (version 1.0.13) but i'm not sure why this happens. please refer to the screenshots.

when typing "word", WordPad appears on the search list.
ws-delicious-1.png

but when "Wordpad" is typed, the Delicious plugin takes over.
ws-delicious-2.png

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #56 on: February 11, 2008, 05:30 AM »
I seem that the 'dp' in wordpad trigger the delicious plugin. Could you check that the regex for dp is ^dp (.*) in the delicious alias group ?
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #57 on: February 11, 2008, 09:12 AM »
i see.. that's seems to be the reason so how to disable this behaviour? btw, here's the screenshot of the alias tab.

ws-delicious-1.png

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #58 on: February 11, 2008, 10:09 AM »
those aliases look ok lanux because they all have the ^ which should make them only match at begining of line.
try going to plugin options and select the plugin and check the regular expression there.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #59 on: February 11, 2008, 07:24 PM »
in the plugins section, there is no entry in the regexp. btw i'm posting the screenshot.

ws-delicious-4.png

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #60 on: February 11, 2008, 07:49 PM »
how strange..

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #61 on: February 12, 2008, 03:16 AM »
I distributed an alias file independant of the plugin at a time. May be you download it ? Could you check if there is another dp alias somwhere triggering the delicious plugin ?
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #62 on: February 12, 2008, 05:04 AM »
i did a dir /s/a *delicious* and this is the result:

C:\Program Files\DonationCoder\Farr>dir /s/a *delicious*
 Volume in drive C has no label.

 Directory of C:\Program Files\DonationCoder\Farr\Plugins\Delicious

09/02/2008  08:54 PM             1,257 delicious.alias
09/02/2008  09:36 PM             1,070 delicious.dcupdate
09/02/2008  08:54 PM             1,406 Delicious.ico
               3 File(s)          3,733 bytes

     Total Files Listed:
               3 File(s)          3,733 bytes
               1 Dir(s)   7,623,872,512 bytes free

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #63 on: February 12, 2008, 11:09 AM »
Could you try to disable all your aliases, just to be sure ? :tellme:
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #64 on: February 12, 2008, 12:29 PM »
good idea, disable aliases until it stops happening, so you can pinpoint which alias is actually triggering it.
we need to determine if its a FARR bug or a stray alias somewhere.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: new FARR Plugin : Delicious - built on the Javascript SDK : FScript
« Reply #65 on: February 12, 2008, 07:17 PM »
ok, will do that. i'll start with aliases that i have customised..

I distributed an alias file independant of the plugin at a time. May be you download it ? Could you check if there is another dp alias somwhere triggering the delicious plugin ?

Edit: yes, that was the problem. i had not noticed it earlier because i had copied the contents into the "myaliases.alias" file. thanks for your help.
« Last Edit: February 13, 2008, 04:33 AM by lanux128 »

hobiedave

  • Supporting Member
  • Joined in 2007
  • **
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
First off,l I love this plugin and appreciate the effort it took :-*
But, I'm trying to understand the usefulness of the tag lookup (dt / dtu) command??  Sure it brings up the list of tags but I can't select one and have it do anything.  I would have expected it to take be to a list of links assigned to that tag.  I would prefer it to by my links and not a global search but either would be better than what it does now.  Am I missing something?  Can this behavior be change?

Thanks again for all of your hard work and making a truly useful tool!  :Thmbsup:

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
If you need to search for tag you can type :name_of_tag. This is not an exact match since :name and name_of_tag will be matched if you type :name. However this allow for incremental search. It is a good idea to select the tag and return the posts, however, it will only allow to match on one tag.
I'm currently working on an FScript version that allow to load multiple plugins. Enhancements to the delicious plugin are in standby until I'm done though.
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

sri

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 689
    • View Profile
    • Sridhar Katakam
    • Read more about this member.
    • Donate to Member
Two questions (may be possible, already?)/suggestions:

1. Say I type "dt freew", I see that 'freeware' tag is listed. When I select it, I want to go to http://delicious.com/sridhar/freeware ('sridhar' is my delicious.com user name)

2. I want a list of posts based on tags. Ex.: I want to see only those posts that match 'freeware' and 'updater'. Something like http://delicious.com...har/freeware+updater. And when I select a post from the results list, I should be taken to that URL.

Doable? Thanks in advance.
<a href="https://sridharkatakam.com">My blog</a>
« Last Edit: October 27, 2014, 04:57 PM by mouser »

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
1 is doable but would require another shortcut tht dt since tab currently expand to dlc +post tag. I think it is clearer to not have two differents actions on tab and enter.

2 actually kind of work since I append a : before each tag in the dp list. If you want to match all posts with freeware and updater type : ":freeware :updater" it will get filtered by farr. It is not perfect since :free would match :freeware as well but I find in good enough in my uses. It got the bonus that it is incremental and I can match :freeware and :freewares.
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
I updated the delicious plugin to store login and password in the FARR mylocaldata. The UI look better due to the use of autohotkey to create the dialog. The update will cause FARR to ask for your login and password when you type dlc, dp or dt because the options format has changed.
Blog & Projects : Blog | Qatapult | SwiffOut | FScript