[tw] Content field in MonkeyGTD?

2009-06-19 Thread formosan


> My issue is with making a permanent archival record of old tasks that
> have been accomplished.  I don't want them cluttering up my system,
> but I do want to save copies of the tasks, and if possible information
> about when the task was completed, etc.
>
> When using MonkeyGTD, one can make tickler tiddlers or project
> tiddlers with extensive notes.  These notes can be separate reference
> tiddlers, or they can be built into the basic tiddler.  If I want to
> export just the titles of old ticklers and "next action" items, then I
> can just highlight, copy, and paste.

I hope someone else has some hints to share on this.

I can edit ticklers and action items, but the "Content" field often
has important information that I would like to be able to save or
print automatically.

Any advice on data management would be appreciated.
--~--~-~--~~~---~--~~
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: Plugin library

2009-06-19 Thread wolfgang

> user should be able to set LIBPATH within the tiddlywiki. Is there
> some way to do this and ensure that it happens before any plugins
> marked systemConfig load?

Don't know about Bob's jsMath.

But to keep many plugins as separate .js files up to date takes much
more time, than to use one MasterTW with all plugins updated through
the backstage sync utility. With MasterIncludesPlugin in the slave
TW's installed, it then load a bunch of individual plugins marked with
a distinct tag automatically at startup.

However, at the moment I can't find it at its original source anymore:
http://fnd.lewcid.org/svn/TiddlyWiki/plugins/MasterIncludesPlugin/

Maybe FND, who rewrote it after an initial draft by Saq, could point
to its actual source now?

Regards..
--~--~-~--~~~---~--~~
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 to style columns of a table?

2009-06-19 Thread wolfgang

Don't know, but maybe this could be a starting point:

http://devpad.tiddlyspot.com/#ConditionalTableFormattingMacro

Regards..

--~--~-~--~~~---~--~~
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 to style columns of a table?

2009-06-19 Thread RA

Is there any way to apply CSS to a column of a table?
--~--~-~--~~~---~--~~
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] Plugin library

2009-06-19 Thread Swampy

Hi,

I'm trying to set up a library of plugins which will then load with
Bram Chen's LoadExtPlugin. Bram's plugin lets you specify the path to
each plugin, but I hope to modify it to allow a symbolic path. That
way one could keep their plugins in a single library, have different
tiddlywikis using different combinations of plugins, and keep the size
of individual copies of a tiddlywiki down by not having to duplicate
copies of all the plugins in every copy and backup.

Also, some plugins, such as Bob McElrath's jsMath plugin, themselves
use a path to a library where code and other goodies are kept. It
would be very useful to have a path to a common root for all plugins.

Thus, one could specify a general library path, such as LIBPATH="/lib/
twlib/' and in a plugin like Bob's have code such as: jsMathPath =
LIBPATH + "jsMath/"; which would translate as /lib/twlib/jsMath/.

The trick, however, is to initialize LIBPATH before any plugins load.
I know there has been some discussion of controlling the order in
which plugins load. (I believe LoadExtPlugin does this.) However, for
this purpose, one wants absolute certainty that LIBPATH gets set
first. I know one can go in an hack the html or TW itself, but the
user should be able to set LIBPATH within the tiddlywiki. Is there
some way to do this and ensure that it happens before any plugins
marked systemConfig load?

--~--~-~--~~~---~--~~
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: FootnotesPlugin breaks UploadPlugin

2009-06-19 Thread wolfgang

I experienced the breaking of UploadPlugin with TiddlyDesktop plugins.

I circumvented this by disabling the offending TiddlyDesktop plugins,
save/relaod and enabling it again - while now disabling UploadPlugin.
Without a second reload, the UploadPlugin will still do its job of
uploading.

Then the online TW has TiddlyDesktop enabled, while the disabled
UploadPlugin would only matter as much - as having to do this for
every upload again.

Regards..
--~--~-~--~~~---~--~~
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 to make smaller check boxes?

2009-06-19 Thread Mark S.

Drat. His checkbox example attempt to change the size of the height
and width only changed the size of the area around the box. Maybe I'll
pull the CheckBoxPlugin and just use the clunky [ ] as checkboxes.

Thanks,
Mark


On Jun 19, 12:06 am, FND  wrote:
> > Unfortunately, check boxes do not shrink when the font shrinks.
>
> Styling form elements is notoriously difficult*.
> You could try applying width and height to the checkbox though.
>
> -- F.
>
> * e.g.http://www.456bereastreet.com/archive/200701/styling_form_controls_wi...
--~--~-~--~~~---~--~~
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: bookmark a tiddlyWiki needs consistent filename

2009-06-19 Thread Eric Shulman

> same issue - whenever I update and save my wiki, a new filename is
> generated
> for the result. If I had bookmarked the wiki, and open it with the
> bookmark, I of course get the older version...

Actually, when you save the file, it is the *backup* that is renamed
(by adding a timestamp to the filename).  If you edit "myfile.html",
and save it, the previous saved version is renamed to
"myfile.mmddhhmmss.html" (where "..." represents the
current date/time - down to the millisecond).  After renaming the
previous version, the current document content in memory is then saved
to "myfile.html".  Thus, a shortcut to "myfile.html" should always
open the current version of your document.

> Is there a direct way to save a change to my wiki to a specific
> filename?

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

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] bookmark a tiddlyWiki needs consistent filename

2009-06-19 Thread DKerr

I'm very new to TiddlyWiki but maybe others have the
same issue - whenever I update and save my wiki, a new filename is
generated
for the result. If I had bookmarked the wiki, and open it with the
bookmark, I of course get the older version...

Is there a direct way to save a change to my wiki to a specific
filename?

Thanks in advance!
DKerr

--~--~-~--~~~---~--~~
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: Visiting New York Monday June 22

2009-06-19 Thread Robert Pollard
Hi,

The coffee shop - with free wi-fi - is La Negrita, 999 Columbus Ave (at
109th Street), New York, NY 10025
Closest subway stops: B & C, 110 Street, or 1, 110th Street.

I'm looking forward to meeting up with other TiddlyWiki users.

Robert

On Wed, Jun 17, 2009 at 6:24 PM, Eric Shulman  wrote:

>
> Hi all,
>
> As previously posted, I'm going to be in New York for a family event
> this weekend, and I'd like to get together with some NYC-based
> TiddlyWiki users for an impromptu "TiddlyFest" next Monday afternoon,
> 6/22.
>
> I've already spoken with Robert Pollard in NY, who has suggested we
> meet at a coffee shop somewhere near 108th & Columbus (though I don't
> have the exact address at the moment).  I plan on arriving there
> around 1pm and, depending upon how many people are interested, I'll
> probably stick around for at least several hours to discuss all things
> TiddlyWiki, answer technical questions, and just generally meet face-
> to-face with some of the folks who use TiddlyWiki.
>
> If you are planning to be there, please send me a message ASAP... I
> will be travelling most of the time, so I won't have consistent
> connectivity, but I will have a fully-capable netbook tablet PC
> (Fujitsu LifeBook 1510) with me, so I will be able to check email, at
> least once in a while.  If you include a phone # in your message, I
> will be call you over the weekend to provide the details for the
> meetup.  Alternatively (and perhaps a better plan), you might contact
> Robert Pollard, since he is the one who suggested the location in the
> first place.
>
> Here's his contact info (which he previously posted):
>   Robert Pollard
>   Information Habitat: Where Information Lives
>   http://habitat.igc.org/
>   ecology2...@gmail.com
>   1.212.864.3156
>   http://friendfeed.com/climatechange3
>
> See you next week in NYC!
>
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> >
>


-- 
Robert Pollard
Information Habitat: Where Information Lives
http://habitat.igc.org/
ecology2...@gmail.com
1.212.864.3156
http://friendfeed.com/climatechange3

--~--~-~--~~~---~--~~
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: FootnotesPlugin breaks UploadPlugin

2009-06-19 Thread cmari

I can't help with identifying the problem, but your message reminded
me that I've never been able to make the FootnotesPlugin work at all
in MPTW (or MonkeyGTD).  I've just experimented again with newly
downloaded empty versions of both.  The footnote numbers appear in the
FootnotesDemo tiddler, but the footnotes themselves are invisible.
cmari

On Jun 19, 6:32 am, eitrigg  wrote:
> http://tw.lewcid.org/#FootnotesPlugin
>
> Did some debugging after installing a number of plugins. Through
> process of elimination, found that FootnotesPlugin breaks UploadPlugin
> - at least for my MPTW. Anyone else notice this?
--~--~-~--~~~---~--~~
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] FootnotesPlugin breaks UploadPlugin

2009-06-19 Thread eitrigg

http://tw.lewcid.org/#FootnotesPlugin

Did some debugging after installing a number of plugins. Through
process of elimination, found that FootnotesPlugin breaks UploadPlugin
- at least for my MPTW. Anyone else notice this?
--~--~-~--~~~---~--~~
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: Tiddler with "two titles"?

2009-06-19 Thread wolfgang

Hi Ralf,

you could simply use the following as your 'CurrentWeek' menu:

<>

or even more practical, the core <> macro:

http://tiddlywiki.org/wiki/Timeline_%28macro%29

 Usage

<>

The three macro parameters are:

   1. date to sort by ("modified" by default; could also be "created")
   2. maximum length (amount of tiddlers to show; all by default)
   3. date format

Example

The following code shows all tiddlers, sorted by their modified date,
and using a custom date format:

<>


Regards..
--~--~-~--~~~---~--~~
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: PrettyDatesPlugin, problems

2009-06-19 Thread wolfgang

Welcome Johnsen,

> Can anyone please tell me if there is a common problem I might have
> missed?
> Or write a simple/fast guide on how to get it all right? :)
>
> Do I need some other plugin to make it work?
> Do I need to change the code in a shadow tiddler?
>
> Thanks in advance, can't wait!


To get fast answers it's always advantageous to add a link to the
plugin making troubles:

http://mptw.tiddlyspot.com/#PrettyDatesPlugin

Because there are hundreds of systemConfig tagged tiddlers, and
everyone uses only some.


I don't use Pretty Dates, but in the plugin code I can read:

// for MPTW. otherwise edit your ViewTemplate as required.
// config.mptwDateFormat = ' (DD/MM/YY)';
config.mptwDateFormat = '';

MPTW uses a systemTheme tagged tiddler, where you'll find the
ViewTemplate to edit as required.
All TW which don't use a systemTheme: find ViewTemplate in the right
sidebar under 'More' > 'Shadowed' and adapt accordingly.

Regards..
--~--~-~--~~~---~--~~
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] TabbedBreadcrumbsMode for TiddlyWiki

2009-06-19 Thread wolfgang

Reading this blog entry by Jeremy:
http://jermolene.com/2008/11/14/tabbedsinglepagemode-for-tiddlywiki/

I compared this concept with the MainMenu of my experimental TW at
http://menuflex.tiddlyspot.com/
- and thought how close to realizing we already are.

A vertical breadcrumbs display in the MainMenu is already possible.

Now only 4 additional features would have to be added (to
BreadcrumbsPlugin and/or ShowPopup), the later 2 are not essential:

# possibility to wrap individual breadcrumbs in ShowPopup, modified to
open onmouseover
# an additional onclick to ShowPopup, for still being able to also
open the same breadcrumb with a click
# zooming out those breadcrumbs, the further back in the history they
are
# allowing custom styling of color and background, as in the example
of Jeremy

Eric, what do you think about this feature suggestion?

Or could there be even an easier way?

Regards..
--~--~-~--~~~---~--~~
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] Tiddler with "two titles"?

2009-06-19 Thread Ralf

Hi, I would like like to reference a tiddler by kind of 'two
titles'...
Let me explain:
I have a TW that is used to log weekly meetings. In my main menu I
would like to have an entry
'Current Week' that shows the tiddler of the current week and I would
also have the Current week entry in the list of default tiddlers.
At the same time I would like to have the current week tiddler also
the actual title (WeeklyMeeting010109 or whatever)
I dont want to use the [[xx|yy]] syntax since it automatically should
update the main menu etc. once I move the current week 'label'.
Is there a way to reference, link, or even a plugin that would
accomplish this?

Thanks for any help
Ralf

--~--~-~--~~~---~--~~
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 to make smaller check boxes?

2009-06-19 Thread FND

> Unfortunately, check boxes do not shrink when the font shrinks.

Styling form elements is notoriously difficult*.
You could try applying width and height to the checkbox though.


-- F.


* e.g. 
http://www.456bereastreet.com/archive/200701/styling_form_controls_with_css_revisited/

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---