NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Two-fer (Score:1)
I've settled on using it longer than anything else has lasted. I always have it open, so using it is pretty quick.
But... keeping things organized can be a challenge at times. (Some entries seem to belong under multiple parents, not easy with an outliner)
However, there is a "new kid" on the block! (er... new to me anyways)
I just stumbled across TiddlyWiki [tiddlywiki.com] and it is just "damn cool", IMHO.
I'm considering moving some of my stuff over
Re:Two-fer (Score:1)
rjbs
Re:Two-fer (Score:2)
It seems to me like this is in need of tags, as on del.icio.us/Flickr/..., and not of a hierarchy.
See the articles I bookmarked (and tagged
Re:Two-fer (Score:1)
http://rjbs.manxome.org/rubric [manxome.org]
It's on the CPAN.
rjbs
Re:Two-fer (Score:2)
What I'd like a just a little more userfriendly interface to select tags. Say I want to select items with the tags "color" and "tools". Neither of these tags are not on the front page... Entering "color tools" in the search box does not yield the desired selection, as it does a full text search and not a tags search. Or should I see: a full text search but not including the
Re:Two-fer (Score:1)
I have a shortcut so I can type "r foo bar" to go to
rjbs
Hiding apps with AppleScript (Score:1)
Try:
tell application "System Events"set visible of process "Stickies" to falseend tellHope it might help in the future. Not sure if or where it might be documented, though. Unlike the GUI scripting feature, which also uses System Events (and is well documented), it doesn't seem to require "Enable access for assistive devices" to be turned on
Re:Hiding apps with AppleScript (Score:1)
http://rjbs.manxome.org/hacks/misc/ToggleStickies.applescript [manxome.org]
but subsequently I've switched to using Sidenote.app
rjbs