Re: when project become to tickler

2009-01-23 Thread jdunham

Hi Jorge:

My suggestion is to stop converting your projects into ticklers.  What
I do instead is to create a new tickler inside the project called
Start working on Project  (or whatever) and set the date, and
then set the project to someday/maybe.  Then all the rest of the
project remains intact, and you will be reminded in the future to make
that project active.

Jason

On Jan 22, 6:45 am, Jorge A. Ramos M. jram...@gmail.com wrote:
 Hello all,

 When i convert a «proyect active» in a «tickerls» the action (next, waiting
 and future) of this project loss the link in the action. Well it's possible
 hide the action (next, wating and future) bound a this project? because this
 actions continue watching in «action dashboard» and i would like that this
 action hide(like when become a project of active to someday) until the
 tickler come back become to project.

 Thank you,

 --
 Jorge A. Ramos M.
 SuSE, Debian GNU/Linux - FreeBSD
 Support  Consultor
 System Administrator
 Cartagena de Indias, Colombia

 ---www.champetux.org
 Grupo de Usuarios de Software Libre del Caribe Colombiano
 -http://www.gnu.org/philosophy/free-sw.es.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to GTD-TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: useful tricks without specific plugins or macros

2009-01-23 Thread Eric Shulman

errata:
 First create a tiddler containing the desired formatting for a single
 'linked thumbnail with caption' display, e.g., [[ThumbThing]]:

    [img[images/thumb_$1.jpg][images/$2.jpg]]
    $3

 Then, create another tiddler called [[ImageGallery]] containing
 something like:
    tiddler ThumbThing with: photo1 some words here
    tiddler ThumbThing with: photo2 other words here
    tiddler ThumbThing with: photo3 blah blah blah...
    ...etc.

The correct definition for [[ThumbThing]] should be:
[img[images/thumb_$1.jpg][images/$1.jpg]]
$2

-e




 That's it.  Opening the [[ImageGallery]] tiddler automatically renders
 [[ThumbThing]] multiple times, using a different photo filename each
 time to produce a combined display of all thumbnails, complete with
 captions, ready for quick review and click-through to the full-sized
 photos (as external links directly to the JPG files).

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



Re: Don't get an alert for ticklers requiring action

2009-01-23 Thread Henk

I had the same thing.  Just add a tiddler (in my case this already
existed but was empty) called 'Ticklers Requiring Action' and add this
as content :
mgtdList
title:'Ticklers Requiring Action'
startTag:Tickler
tags:'!Actioned'
view:Tickler
mode:global
newButtonTags:'Tickler Enabled Once'
where:'tiddler.ticklerIsActive()'
sort:'tickleDate'
dontShowEmpty:yes
ignoreRealm:{{config.mGTD.getOptChk('AlertsIgnoreRealm')?'yes':''}}


greetz

Henk

On Thu, Jan 22, 2009 at 9:36 PM, ckotte christian.ko...@gmx.de wrote:

 I can't even see a flashing tickler in the demo, and I'm using the
 newest version without tweaks.

 Is there a special option to make a tickler or all ticklers flashing?

 On Jan 22, 8:10 pm, Mat matiasg...@gmail.com wrote:
 Assuming that you *do* manage to produce flashing tickler alerts using
 a *new* mgtd (viahttp://monkeygtd.tiddlyspot.com/#Demo), and
 assuming your mgtd is not heavily tweaked, maybe  it's worth
 considering simply downloading a new empty mgtd and importing your
 user specific tiddlers into it?

 /Mat

 On 22 Jan, 13:44, ckotte christian.ko...@gmx.de wrote:

  I can only see *tickerls* and nothing else happens. No flashing.
  That's how I often miss important ticklers.

  On Jan 22, 11:56 am, Mat matiasg...@gmail.com wrote:

   I'm probably stating the obvious; but you must click on that flashing
   ticklers word to see the actual list of ticklers.
   Or maybe I misunderstand you question?

   /Mat

   On 22 Jan, 08:48, ckotte christian.ko...@gmx.de wrote:

Hi,

is it possible to get an alert for every current tickler or just a
message that pops up when I start my wiki? Currently, I can only see
*ticklers* in the menu bar..

Thanks!- Hide quoted text -

   - Show quoted text -

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups GTD 
TiddlyWiki group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/GTD-TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Copy currentTiddler

2009-01-23 Thread Eno

Thanks Eric for kind reply.

Yes, it is, I wanted to embed codes like copyTiddler formTiddler
at mainmenu ( side sidebar) for easy cloning of my journals via my
default formTIddler or whatever ( if it could be set in config section
or prompt for choosing).

Hope to see it.

Best regards,

eno

On 1月23日, 下午8時43分, Eric Shulman elsdes...@gmail.com wrote:
  I'm using CopyTiddlerPlugin's toolbar command for copying the current
  tiddler but cann't figure out how to write a macro to do that?
  I'm planning to use that macro on the sidebar menu to copy the
  FormTemplate for my journals, which including codes of
  newTiddlerWithForm ... , and comment  plugins .

 Although the sidebar content is *defined by* the SidebarOptions
 tiddler, the sidebar display area isn't actually *inside* a rendered
 tiddler element.  Unfortunately, the 'copy' toolbar command handler is
 always applied to the *current* tiddler, so it can't be used in the
 sidebar.  Fortunately, I think I can easily re-factor the plugin code
 to add a macro syntax that allows you to create a stand-alone command
 link that, when clicked, 'clones' a specified 'source' tiddler using
 the same code as the toolbar command (i.e., it will automatically
 append a (n) suffix to the cloned copy).

 Does that sound about right?

 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Password prompt for uploadplugin macro?

2009-01-23 Thread jimco

Hi.

I first want to thank everyone who is involved in the development of
TiddlyWiki and the macros for it.  This is a great tool that I just
discovered a couple days ago!

So I imported the uploadplugin from BidiX's website (http://
tiddlywiki.bidix.info/#UploadPlugin), and I can now upload to my
website using the upload option in the backstage.  I also can use the
upload macro if I have already used the backstage option (and checked
the option to save the password to the computer).  My question is the
following:

Is there a way to use the macro and be prompted for your password when
you click upload in the sidebar?  This would be instead of using
cookies.  The benefits would be:

1.  Using the macro is quicker, since its just one click instead of 3+
clicks.

1. I have firefox set to delete my cookies when I exit firefox.  I
like having it set this way.  So everytime I use the uploadplugin on
my personal computer, I will have to set the cookie again.  The
password prompt would work if there was no cookie set.

2. Every time I use a different computer (say, my computer at work), I
will have to set the cookie again.  Again, the password prompt would
work if the cookie wasn't set.

Note that if I use the macro without the cookie, I get a dialog box
stating Username or password missing.

Thanks,
Jim

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] needed macro for smooth iframing

2009-01-23 Thread Amzg

html
iframe style=background-color:#ff; border-color:#ff;
border:none; width=640 height=480 frameborder=0 scrolling=yes
src=file:/pathtoyourfile title=filename/iframe/html


...is a bit of a mouthful, I'm sure you agree.

Is it possible to created some kind of shortcut macro, or maybe it
wouldn't even be a macro, that TW could autodetect? Just like TW
autodetects WikiFormatted words, maybe it could be possible with
something to detect something like;

file:myfile

i.e anything starting with file: is automatically 'inserted' into
the above iframe hullaballoo and there could perhaps even be a default
filepath for it. For a webpage it could perhaps be web: (and then of
course with a different default path prefix).

I recall some description from Mr.Shulman where he explained that it
is possible to use TW + iframing for your bookmarks, i.e having a list
of bookmarks (i.e html-links) and clicking one opens it right away
inside TW. If individual bookmarks were designated individual
tiddlers, it'd be smooth to tag bookmarks and just generally take
advantage of TW rendered lists. However, it is IMO pretty cumbersome
to add even a regular filepath into TW, not to mention full iframes
such as per above.

A smooth solution to this should really bring out the potential to
extend TW outside the TW itself and to use TW as an information
management tool in a much more general way, me thinks!


Just  a reflection...


/Mat
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Reverse linking?

2009-01-23 Thread dukeja

It is known that when one clicks on a wikiword (with valid tiddler,
eg. [[TARGET_1]]) in a tiddler, e.g. SRC_1, the tiddler TARGET_1 will
be opened.  However, I wonder if it is possible (with some plugin?) to
create a reverse link [[SRC_1]] in TARGET_1 to link back to SRC_1 so
that when one opens TARGET_1 first, he/she knows SRC_1 is linked to it
and will be able to open it.

The implementation may be such: when I click the [[TARGET_1]] in
SRC_1, a [[SRC_1]] will be automatically added to the bottom of
TARGET_1 (no action if the reverse link already exists).  Better yet,
those reverse links may allow some optional trailing description
between a pair of parenthesis for the explanation purpose.  Certain
the user need to add those description.   All those revers links may
be aggregated at the bottom of a tiddler.

This is useful for some information management purpose. Reverse
linking will allow user to follow the link back and forth similar to
the software, PersonalBrain (www.thebrain.com).   TiddlyWiki may not
have such fancy animation, but it is much more powerful and flexible.
Actually, there is one nice plugin, HyperTiddlyWiki, that seem to be
able to present the TiddlyWiki's linking relationship graphically
(http://project.dahukanna.net/tiddlywiki/twextensions.htm).

Duke
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Reverse linking?

2009-01-23 Thread Eric Shulman

 It is known that when one clicks on a wikiword (with valid tiddler,
 eg. [[TARGET_1]]) in a tiddler, e.g. SRC_1, the tiddler TARGET_1 will
 be opened.  However, I wonder if it is possible (with some plugin?) to
 create a reverse link [[SRC_1]] in TARGET_1 to link back to SRC_1 so
 that when one opens TARGET_1 first, he/she knows SRC_1 is linked to it
 and will be able to open it.

back links are already supported in the TW core via the 'references'
popup list that is found in each tiddler's toolbar (click 'more').
Just click the command and a popup list is displayed.

 The implementation may be such: when I click the [[TARGET_1]] in
 SRC_1, a [[SRC_1]] will be automatically added to the bottom of
 TARGET_1 (no action if the reverse link already exists).

To render the references at the bottom of the tiddler, you can use
this TiddlyTools inline script:
   http://www.TiddlyTools.com/#ShowReferences
   (requires http://www.TiddlyTools.com/#InlineJavascriptPlugin)

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Capture web page with formatting

2009-01-23 Thread dukeja

One thing I found most limiting me in use TiddlyWiki as information or
knowledge management is the difficulty to snip or clipping a
section or a whole page into Tiddly Wiki.  (Actually, it is not easy
to maintain web page format to cutpaste web content into MS Word or
OneNote).  I have heard Tiddlysnip, but it seems only works for plain
text mode.  Rich text mode operation is in its ToDo list.

I have tried to use some wysigwyg editor (fckeditor) and cutpaste web
content into a tiddler.  The results are mixing.  Some pages are
copied with very good format accuracy.  Others may fail totally.  I
know it is my naiveness to comprehend how technically difficult it
is.  But I wonder if anyone can provide some hint on how to do it
correctly. E.g. copy web content into Nvu? or save the web page and
then imported with some plugin?

Thanks for the help!

Duke
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Reverse linking?

2009-01-23 Thread dukeja

Eric:

You are great!  Thanks a lot for your reply.  I'll look into your
plugin.  Many thanks!

Duke

On Jan 23, 10:21 am, Eric Shulman elsdes...@gmail.com wrote:
  It is known that when one clicks on a wikiword (with valid tiddler,
  eg. [[TARGET_1]]) in a tiddler, e.g. SRC_1, the tiddler TARGET_1 will
  be opened.  However, I wonder if it is possible (with some plugin?) to
  create a reverse link [[SRC_1]] in TARGET_1 to link back to SRC_1 so
  that when one opens TARGET_1 first, he/she knows SRC_1 is linked to it
  and will be able to open it.

 back links are already supported in the TW core via the 'references'
 popup list that is found in each tiddler's toolbar (click 'more').
 Just click the command and a popup list is displayed.

  The implementation may be such: when I click the [[TARGET_1]] in
  SRC_1, a [[SRC_1]] will be automatically added to the bottom of
  TARGET_1 (no action if the reverse link already exists).

 To render the references at the bottom of the tiddler, you can use
 this TiddlyTools inline script:
    http://www.TiddlyTools.com/#ShowReferences
    (requireshttp://www.TiddlyTools.com/#InlineJavascriptPlugin)

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Request for DoesEverythingPlugin

2009-01-23 Thread skye riquelme

Hi All

Last night, in my favorite pasttime, tweaking my TWs - actually I was
working, which involves using TWs!...I wondered about a new plugin
possibility.

Having recently installed the Its All Text extension to Firefox,
remembering PlayerPlugin(TiddlyTools), LaunchApplicationPlugin (http://
www.remotely-helpful.com/TiddlyWiki/LaunchApplication.html) and
looking into the tiny_usb_office (www.xtort.net) group of basic,
simple and tiny office-type programs...and I wondered if it would be
possible to put these four items together

So, LaunchApplication would have a macro that could be included in
EditTemplate, in a way that it has a switch (in Player its windows,
realone...) that specifies which tiny_usb_office program I want to
work with. So 32spread for example opens up the 32spread program (a
simple spreadsheet)... can enter my data...and on close my spread
sheet is dumped into the tiddler from whence it came. Similarly
100Zipper will zip and unzip my files, TEDPad is my text editor..eve
my diagram maker...could I include GIMP in that list?

Now TiddlyWiki becomes a powerful desktop system..I probably won´t
uninstall MSOffice as my wife hasn't yet caught TiddlWikiFever (it
seems to be only mildly contageous)and who knows...maybe one day I
will need, say EXCEL to build a really sophisticated spreadsheet that
my TiddlyWiki/32spread can´t handle..but this TiddlyWiki would
cover 99% of my needs... I wouldn´t have to leave TiddlyWorld

And, with tiny_usb_office weighing in at 2.5 Mb.you put this on a
pendrive with your TiddlyWiki, and a few other portable applications
(Firefox, Freemind, Skype...) and you have a powerful portable
operating system in your pocket

Possible?

Skye

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Maximum number of Tiddlers?

2009-01-23 Thread Bob Paige
Have you considered Wiki-in-a-jar? http://wiki-in-a-jar.sourceforge.net/

Not extensible like TiddlyWiki (the plugin architecture of TiddlyWiki is
awesome!) but seems to be small, local, quick, and scalable.

-- 
Bobman

On Thu, Jan 22, 2009 at 10:17 PM, Morris Gray msg...@symbex.net.au wrote:


  And it sounds like you've acumulated a lot of stuff, so a small army
  of TWs may be needed with a good workflow! :-)

 At one meg each seventeen TiddlyWikis isn't nearly an army, it's only
 one TiddlyWiki more than a platoon :-) With http://tinytiddly.lewcid.org/
 driving them all and some judicious organizing and house cleaning
 along with a MetaTiddlyWiki it's a great project :-)

 Morris

 On Jan 23, 12:50 pm, ccahua cca...@gmail.com wrote:
  On Jan 22, 4:38 pm, ti...@timon.info
 
  timon.schroe...@googlemail.com wrote:
 
   After having readhttp://www.tiddlywiki.org/wiki/Performance_IssuesI
   realize that several MB are already a lot for TiddlyWiki and
   converting my current content would result in a huge unusable thing.
   Managing a lot of content efficiently probably really takes some
   server software that can do preprocessing and caching and ideally
   includes a full fledged database. Right now I think I will have to
   leave my current content on my private machine at home. At work I'll
   start with a blank TiddlyWiki and hope I'll get by with it for a
   while, before it grows to large. Hopefully I have a better idea by
   then 8-)
 
  Hi Timon,
 
  I too have confronted the same issue and I don't know how Eric at
  TiddlyTools.com does it- dense and rich but still loads quick!
 
  Nevertheless here are some observations of my experiments on scale:
 
  I've successfully tested TiddlyWiki for a knowledge base I help
  coordinate and found that I had to offload the assets to the filesytem
  and use TW more as a frontend viewer than a single all encompassing
  repository in order to contain the scale issue -
 
  So that large topics of styled content are contained in iframes on a
  shared or local drive as in tiddler body:
 
  html
  iframe style=background-color:#ff; border-color:#ff;
  border:none; width=640 height=480 frameborder=0 scrolling=yes
  src=file:/pathtoyourfile title=filename/iframe/html
 
  Images are handled in the same way:
  [img(480px,auto)[file:///path/to/your/image]]
 
  It was under 3MB covering 1000's of topics and associated images along
  with an issue log. But nothing like 17MB!
 
  Judicious use of an archival method to further segregate old from new
  content also helps.
 
  I've used this effective combo: ToDoTogglePlugin with CheckboxPlugin
  along with the essentials from Eric's TiddlyTools: Import and Export
  Tiddlers Plugins to manage that archival process.
 
  Udo's YourSearch along with his other plugins are also excellent for
  culling.
 
  I also tried using a flat file system with the data and going csv with
  the DataListPlugin at thehttp://baggr.tiddlyspot.com/which leverages
  Udo's DataTiddlerPlugin. It's great for long list lookups but
  ultimately stayed with the tiddler as unit KISS route as is much more
  familiar UI.
 
  Before that I did do a taste of running php5 locally then used BidiX's
  upload 
  pluginhttp://tiddlywiki.bidix.info/#[[UploadPlugin%204.1]]http://tiddlywiki.bidix.info/#%5B%5BUploadPlugin%204.1%5D%5Dfor
  a flavor of local serverside, but abandoned once I got proof of
  concept.
 
  Finally, I've been experimenting with TiddlyWeb (AKA mother of all
  server sides) since it currently uses a local text store where
  tiddlers are file revisions in folders. You can make recipes from bags
  of tiddlers and mix and match rolling your own collection. The thing
  about TiddlyWeb is that my puny brainz doesn't have to know how to
  configure Apache or some other server magic, but sounds like you have
  the smart for that and serverside is not an issue for you. Chris
 Denthttp://peermore.com/tiddlyweb/dist/and FND works with TiddlyWeb.
 
  So there are options if you want to stay local, but as we've seen over
  the years, scale is an important question when working lots of stuff
  in TW.
  And it sounds like you've acumulated a lot of stuff, so a small army
  of TWs may be needed with a good workflow! :-)
 
  hth
 
  Best,
  tony
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Capture web page with formatting

2009-01-23 Thread Mark S.

I've also been interested in this issue.

One of my conclusions is that the only application that does a really
good job at preserving content, images, and format is an application
built for exactly that purpose (mainly surfulator). SQLnotes does a
decent job, though not quite as nice as surfulator. Some of the other
dedicated web-clip applications only do a so-so job.

You can print out to a PDF file, and the look of the site is preserved
perfectly, but you're missing all the links and real text (unless your
PDF print engine can also do OCR).

With TW, one approach is to cut and paste the source of the target web
page into your tiddler, taking everything that you want from within
the body tags of the target page, and pasting them between html/
html tags of the TW. But then the formatting will be that of TW, not
of the target page. You might be able to work around this by cutting
and pasting the stylesheet attributes for the target page into the
stylesheet tiddler, giving them an extra outer class  (e.g. .mypage h
{...} ) so that they don't clash with tiddler attributes,  and then
enclosing your cut and paste text in tw style enclosures (e.g. {{mypage
{html.../html}

Whew! What a lot of work. And it won't be portable when offline if
depending on images for its appearance.

Thinking about it from a different view, why do I need to  preserve
*everything* on a web page? What I usually want is the text, one or
two images, the original url, and maybe one or two useful links.
Frequently pages are cluttered with banner adds, links to unrelated
information, etc. Why not just capture the useful stuff, and ignore
the rest?

One (1) way to do this is to do a screen capture, copy the captured
file to a subdirectory below tw. Use a image link (with sizing feature
if necessary) to view the page. Use tiddlysnip to copy the essential
text you want and paste it below the image. If you keep the images in
a directory below your TW file, then you only have to copy one
directory to your USB drive when its time to hit the road.

Or (2), copy the text you want with tiddlysnip, save the images you
want in a TW sub-directory, link up the images, and apply any
formatting you want. Insert any links from the source document that
are useful. Tiddlysnip will already have captured the source url. A
little more work, but the result is a reference page probably more
useful than the original page, and information that is consistent
across tiddlers.

Another idea (3) that comes to mind is that you could save an entire
website in a directory below TW. There's a Tiddler plugin
(MiniBrowser ?) that will allow you to display a web page or url
inside of a tiddler.  You could capture text information and insert it
into your tiddler, possibly hidden so that it can be searched. The
tiddler would use the plugin to display the site you have saved.

Like I said, I haven't settled on one solution, but these are the ones
I've been experimenting with.

-- Mark




On Jan 23, 8:23 am, dukeja puc...@gmail.com wrote:
 One thing I found most limiting me in use TiddlyWiki as information or
 knowledge management is the difficulty to snip or clipping a
 section or a whole page into Tiddly Wiki.  (Actually, it is not easy
 to maintain web page format to cutpaste web content into MS Word or
 OneNote).  I have heard Tiddlysnip, but it seems only works for plain
 text mode.  Rich text mode operation is in its ToDo list.

 I have tried to use some wysigwyg editor (fckeditor) and cutpaste web
 content into a tiddler.  The results are mixing.  Some pages are
 copied with very good format accuracy.  Others may fail totally.  I
 know it is my naiveness to comprehend how technically difficult it
 is.  But I wonder if anyone can provide some hint on how to do it
 correctly. E.g. copy web content into Nvu? or save the web page and
 then imported with some plugin?

 Thanks for the help!

 Duke
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] How do you reference Icons in mainmenu

2009-01-23 Thread jrbast

I have put this code into my MainMenu to be able to clear all tiddlers
and return to my defaults.
htmla href=javascript:; onclick=story.closeAllTiddlers();restart
();home/a/html

Instead of using the word home, is there a way to specify a home.png
or home.jpg to be displayed instead of the test home.

I would like to use icons to conserve on my horizontal mainmenu on the
title bar.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FETing tidder title

2009-01-23 Thread cmari

Hi Skye,
In the where clause in the FET macro you can use
context.inTiddler.title (or context.viewerTiddler.title):
forEachTiddler where 'tiddler.tags.containsAll([document,
context.inTiddler.title])'
write
 ' [[+tiddler.title+]]\n ' 
cmari

On Jan 23, 2:24 pm, skye riquelme riquelme.s...@gmail.com wrote:
 Hi All

 I am trying to get a FET line going that locates tiddlers with a
 specific tag name AND the name of the tiddler itself (from where I am
 searching)actually a sublist of tagglytagging...I tried variations
 on this, without success -

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: needed macro for smooth iframing

2009-01-23 Thread skye riquelme

Hi All
 Hope its OK to jump into this discssion as well.

It actually answers a problem I have been wrestlng withexcept that
I would like that the BlanckBookmark is generated not from
newTiddlerbut rather from span macro ='new Here.. I tried
putting this into a viewtemplate toolbar class line...but it does
render correctly -

span macro='newHere label:NewDocument tag:bookmark  text:
{{store.getTiddlerText('BlankBookmark','')}}'

Where is the correction?

Thanks
Skye

On 23 jan, 14:02, Eric Shulman elsdes...@gmail.com wrote:
  htmliframe .../iframe/html
  ...is a bit of a mouthful, I'm sure you agree.

  Is it possible to created some kind of shortcut macro, or maybe it
  wouldn't even be a macro, that TW could autodetect? Just like TW
  autodetects WikiFormatted words

 http://www.TiddlyTools.com/#FramedLinksPlugin

 detects external links and dynamically adds/removes an IFRAME when the
 link is clicked instead of opening a separate tab/window.

 Also, for 'bookmarking', you might try:
    http://www.TiddlyTools.com/#BookmarkViewTemplate
 which requires:
    http://www.TiddlyTools.com/#WikifyPlugin
    http://www.TiddlyTools.com/#TaggedTemplateTweak

 Then, just create a new tiddler (e.g., [[SomeSite]]), tag it with
 bookmark, and enter a simple slice table enclosed in TW comment
 markers, like this:
    /%
    |URL:|Enter a URL|
    |Description:|enter a description|
    |Author:|enter author/moderator info|
    %/

 That's it.  When the tiddler is displayed, TaggedTemplateTweak matches
 the 'bookmark' tag with the BookmarkViewTemplate, which uses
 WikifyPlugin to read the slice values from the table and use them to
 automatically render an iframe for the specified URL, along with some
 extra command links for controlling the iframe.

 To see a list of bookmark tiddlers that are currently defined on
 TiddlyTools, just view:
    http://www.TiddlyTools.com/#bookmark

 Note: The built-in backstageimport feature uses the same slice table
 format described above (e.g. URL, Description, Author).  If you tag a
 bookmark tiddler with 'systemServer' then it will also appear in the
 pre-defined feeds droplist shown in the importer.  As long as the
 bookmarked URL refers to a TiddlyWiki document, you can select it from
 the list to directly import tiddlers from it.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: needed macro for smooth iframing

2009-01-23 Thread Eric Shulman

 span macro='newHere label:NewDocument tag:bookmark  text:
 {{store.getTiddlerText('BlankBookmark','')}}'

 Where is the correction?

You've got to be careful when nesting single- and double- quotes.  If
you use single-quotes for the macro='...' then you need to use *only*
double-quotes inside that macro... but you've got single-quotes around
the arguments for getTiddlerText().  Changing those to double-quotes
should fix things, like this:

span macro='newHere label:NewDocument tag:bookmark  text:
{{store.getTiddlerText(BlankBookmark,)}}'/span

-e




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FETing tidder title

2009-01-23 Thread skye riquelme

Wow, that was fast!!! Thanks

On 23 jan, 19:33, cmari cema...@gmail.com wrote:
 Hi Skye,
 In the where clause in the FET macro you can use
 context.inTiddler.title (or context.viewerTiddler.title):
 forEachTiddler where 'tiddler.tags.containsAll([document,
 context.inTiddler.title])'
 write
  ' [[+tiddler.title+]]\n ' 
 cmari

 On Jan 23, 2:24 pm, skye riquelme riquelme.s...@gmail.com wrote:

  Hi All

  I am trying to get a FET line going that locates tiddlers with a
  specific tag name AND the name of the tiddler itself (from where I am
  searching)actually a sublist of tagglytagging...I tried variations
  on this, without success -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: How do you reference Icons in mainmenu

2009-01-23 Thread Mark S.

Your code doesn't do anything in TW-notes that I can detect, but maybe
that's because its not displaying the full story.

However, I can put an image home.png in the same directory as the TW
file, and then change your code to say:

  htmla href=javascript:; onclick=story.closeAllTiddlers
();restart
();img src=home.png/a/html

And get the image as a clickable link. Done this way, you do have to
transfer the icon when you transfer the file.

-- Mark

On Jan 23, 12:48 pm, jrbast jrb...@gmail.com wrote:
 I have put this code into my MainMenu to be able to clear all tiddlers
 and return to my defaults.
 htmla href=javascript:; onclick=story.closeAllTiddlers();restart
 ();home/a/html

 Instead of using the word home, is there a way to specify a home.png
 or home.jpg to be displayed instead of the test home.

 I would like to use icons to conserve on my horizontal mainmenu on the
 title bar.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Capture web page with formatting

2009-01-23 Thread Mark S.

Just experimenting with idea (3). This does seem to be the way to go
if you really want to save a web page in detail, including links and
images. Firefox seems to do a good job of saving everything needed to
reconstruct the page. Of course, then you're not carrying it around in
one file, though with a utility like rsync it should still be pretty
portable. The other problem, if you don't have a 20 inch screen, is
that there may not be room for TW and the target web site -- you'll
have to scroll the internal web page left/right to see it all.

-- Mark

On Jan 23, 11:27 am, Mark S. throa...@yahoo.com wrote:
 I've also been interested in this issue.

 Another idea (3) that comes to mind is that you could save an entire
 website in a directory below TW. There's a Tiddler plugin
 (MiniBrowser ?) that will allow you to display a web page or url
 inside of a tiddler.  You could capture text information and insert it
 into your tiddler, possibly hidden so that it can be searched. The
 tiddler would use the plugin to display the site you have saved.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---