[tw] fET output issue - tiddler.titles

2013-01-29 Thread AlanBCohen
I'm having this probem at my new job where the only browser allowed is
IE8 on WinXP using TW2.6.2; I don't know if the browser is implicated.
My journal tiddlers use '-0MM-0DD_0hh:0mm:0ss' as the tile string
and the workunit as the tags (e.g., QuarterlyReport). These journals
are then summarized using fET by the Date portion of the title and (in
a separate tiddler, by tag. The issue is the tiddler.title is being
formatted as 'NaN' (as a missing wikiword) instead of displaying
correctly. Here is a sample from a tag summary tiddler (titled
'QuarterlyReport'):
autoRefreshforEachTiddler
where 'tiddler.tags.contains(context.inTiddler.title)'
sortBy 'tiddler.title'
write '+tiddler.title+ - +tiddler.text+\n'
Can you help correct this output format problem?

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




[tw] Re: fET output issue - tiddler.titles

2013-01-29 Thread AlanBCohen
Thanks a LOT!! I used the info you supplied (great explanation!) to
make the following version. I expanded the concept slightly when I saw
the first set of results to display the DateTimestamps as tiddler
links.
The workunit version:
autoRefreshforEachTiddler
where 'tiddler.tags.contains(context.inTiddler.title)'
sortBy 'tiddler.title'
write '[[ +tiddler.title+]] - +tiddler.text+\n'
The Date Summary version (which also has the tag 'status'; note the
exclusion to prevent recursion):
autoRefreshforEachTiddler
where 'tiddler.title.contains(context.inTiddler.title)  !
tiddler.tags.contains (status)' sortBy 'tiddler.title'
write '[[+tiddler.title+]] - +tiddler.tags+ - +tiddler.text
+\n'
begin ' Date/Time - WorkUnit - Description \n'

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




[tw] Re: Updates to braintags

2013-08-18 Thread AlanBCohen
I tried to upgrade a copy of the latest braintags to 2.8.1. I encountered 
the following errors in plugins:
QuickOpenTagPlugin↓3 KBYes1msError
Error: SyntaxError: illegal character

TagglyListPlugin↓1.1.2 25-Apr-0617 KBYes2ms
ErrorError: SyntaxError: unterminated string literal

In addition, there was a reported error in the macro HideSomeTags

Alan

On Monday, July 8, 2013 7:58:28 PM UTC-4, David Gifford wrote:

 Hi all

 If any of you are using braintags, you might like to try the new version, 
 1.1.0. See http://www.giffmex.org/braintags.html#[[Recent%20changes]] for 
 details.

 If you want to see my own notes using braintags as an illustration, see 
 the 2.3MB file http://giffmex.org/davesbraintags.html

 Blessings, Dave


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: TiddlyDu2 - changing the left menu items

2008-11-12 Thread AlanBCohen

Thanks again, Eric.
Should anyone want to follow my path on this, there is one other thing
to look for TiddlyDu2;
the author also uses the tag 'ExcludeLists' to hide additional
critical tiddlers, like the one that actually lists the available
types of contacts.  To see a list of these tiddlers and be able to
edit them, click on the tiddler name in the ExcludeLists list.   I've
had some fun during a late lunch break figuring this all out.


 You can find [[MainMenu]] in the MoreShadowed tab.

 For more info about shadow tiddlers, see:
    http://www.TiddlyTools.com/#FAQ_AboutShadows

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: TiddlyDu2 - changing the left menu items

2008-11-14 Thread AlanBCohen

Dave, Thanks for the tip.  I haven't invested any significant time in
data entry yet, so I will take a look at MonkeyGTD.
If I go the route of moving to a wiki-based PIM instead of Palm
Desktop (since 1996 - LOTS of data!), there will be a significant
rebuilding effort needed on my part.

On Nov 12, 5:03 pm, Dave Gifford - http://www.giffmex.org/;
[EMAIL PROTECTED] wrote:
 I have kind of moved on from TiddlyDu2, since I have found Simon Baird's 
 MonkeyGTD alpha to be more helpful.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Linking to a non-html file in the same directory

2008-12-12 Thread AlanBCohen

I'm using TW2.41 in a local HD install.  I have multiple links in
tiddlers to other HTML files in the same directory that have been
working quite well.  But I recently added a tiddler for links to a set
of pdf and csv files in the same directory as the TW file.  I need to
do relative referencing (no drive letters) because this is an external
drive that will get different drive letters (on different Windows
machines) and might be used on a linux box or two as well.  The
problem is that when selected, the links just open a blank tab in
Firefox 3.04.  Any idea for a work around?
Here is the text of the tiddler, in full:
PDF Versions
[[Contacts|file:///contacts.pdf]]
[[Memos|file:///memos.pdf]]
[[Calendar|file:///calendar.pdf]]
CSV Versions
[[Contacts|file:///contacts.csv]]
[[Memos|file:///memos.csv]]
[[Calendar|file:///calendar.csv]]

--~--~-~--~~~---~--~~
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: Linking to a non-html file in the same directory

2008-12-14 Thread AlanBCohen

Thanks

 In this example, that'd simply be [[Contacts|contacts.pdf]].

--~--~-~--~~~---~--~~
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] Changing date format for journals

2008-12-14 Thread AlanBCohen

Background
- Standard TW2.41 on Firefox 3.04 (WinXP SP3) with US formats set in
the operating system.
- When I create a new journal, the date for the journal heading is:
Datenumber MonthName Year  (a good international format, but not
the one I want)
- I've looked through the Options, AdvancedOptions, StyleSheet stuff,
and a number of formatting examples and haven't found the answer
(could have missed it).

The problem is that I'm trying to use the journal to track glucose
readings by date.  When the project is complete, I expect to use
Format and ForEach tiddlers, but for now, if I can get the journals to
sort correctly, I would be ahead of the game.  I'd like to be able to
change the date format to -MM-DD to simplify the sort for simple
viewing.

Suggestions would be appreciated.  Or, it you have done this before, a
pointer to a working example.  ;-)

Thanks, in advance!
--~--~-~--~~~---~--~~
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] Linking to a SQLite database

2008-12-28 Thread AlanBCohen

Another (WinXP sp3) Firefox add-in I'm experimenting with (besides TW)
is SQLite Manager, which is an add-in to administer and browse SQLite
databases.  As a first step, I'm trying to build a link in my main TW
file to it.  My first attempt is:

[[SQLite Manager|chrome://sqlitemanager/content/sqlitemanager.xul]]

At this point, all I have in SQLite is a copy of my PalmOS address
database built from a csv file I exported from Palm desktop, so I
don't have a huge commitment (7836 records in 41 columns).

The link info is a straight copy of the firefox (3.05) addressline
that is displayed when you have an open SQLite Manager window.  At
this point, I was just hoping for the link to open a new tab or window
with the SQLite Manager; down the road, I'd like to open a specific
database file and table, but...  It doesn't do anything at this
point.  Has anyone else tried to do something similar?  Do you have
any suggestions?
--~--~-~--~~~---~--~~
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: TW on the Palm?

2009-01-10 Thread AlanBCohen



On Jan 9, 11:45 pm, Jon jevis...@noctrl.edu wrote:
 ...Now if they'll just put it on a PDA that's not a @#$%*! phone!
I agree
--~--~-~--~~~---~--~~
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: Unusual implementation situation

2009-06-08 Thread AlanBCohen

Sorry for the confusion guys.  Yes I meant GTD TiddlyWiki and the
version is 1.06 per the Version tiddler.  The current version at the
GtD TW website is 2.1.3 (from 1/2007)
No, I can't get email of any kind from outside the organization; with
or without attachments.
I agree it isn't very realistic, but the only way short of asking the
Software Gods of the organization to bring in the current version.
(Not very likely they would do it after all these years.)


--~--~-~--~~~---~--~~
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: Unusual implementation situation

2009-06-09 Thread AlanBCohen

I appreciate the thoughts; but I really can.'t argue with their
reasons for not allowing outside programs and data - in this
situation, it is reasonable on their part.  BTW, I am consulting in
one of the IT groups, but they are highly silo'ed (also for good
reasons).  I will, however submit a request to have an update to the
library.
Somewhere in the TW file, there is the code that someone entered with
an editor that can be reviewed or changed.  All I want is to find it
in both this old version and the current version; make changes to
bring it more current. I have not been working in HTML or Java.
I figure it will be weeks/months of lunch-times before I can get it
fully updated; if there was a history of changes, I could implement
them as I went along, testing to make sure the changes worked, rather
than depending on a 'big bang' approach.
Since we are talking about the core processes first, I thought this
list would be a better place to ask than the GTD TW list.
--~--~-~--~~~---~--~~
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: Wagn - very much like TiddlyWiki

2009-06-13 Thread AlanBCohen

While Wagn is a nice addition to the WikiWorld, TW still has a major
advantage; it's dependencies are found on  many machines and multiple
OS's, making TW much more portable than Wagn.  I carry my TW's on a
USB drive, allowing me to access them from almost any machine.

On Jun 12, 7:35 am, Måns humam...@gmail.com wrote:
 Sorry - I forgot to post the address:http://wagn.org

 On 12 Jun., 13:34, Måns humam...@gmail.com wrote:

  Hi TwWizards..

  I just discovered Wagn - a new wikiengine - wiki on wheels. (Ruby on
  rails)
  It looks and behaves very much like TiddlyWiki, and I wonder if you
  couldn't just replace their cards with tiddlers in some sense?

  It looks very promising - and I think it deserves a close look, when
  thinking of setting up a multiuser TiddlyWiki-like engine... As I
  understand it's opensource - and uses Ruby as framework for the
  servercomponents... needs:  ruby (1.8.4 or 1.8.6) and either Postgres
  or Mysql

  regards Måns Mårtensson
--~--~-~--~~~---~--~~
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: Unusual implementation situation

2009-06-14 Thread AlanBCohen

Well, I opened the current version in Linux Kedit and printed it out
(196 pages, printed 4-up - 49 sheets).  The next step is starting the
compare, and deciding what changes can be made in what order.  I will
be using a backup copy of the destination file (burned enough times
for that!).  Wish me luck!
--~--~-~--~~~---~--~~
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: Unusual implementation situation

2009-06-15 Thread AlanBCohen

Good idea - if I had access to both versions on the same computer!
This is going to be a paper, pen and highlighter project.  That's why
I was looking for some kind of recommendations on a priority listing
(first things first).

On Jun 15, 12:06 pm, FND f...@gmx.net wrote:
 You could try diff'ing the two files
--~--~-~--~~~---~--~~
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] TinyTiddly and twcore.js re-entrance

2009-06-21 Thread AlanBCohen

I apparently missed the release of TinyTiddly, sorry.  I am intrigued
by the idea, especially since I use multiple TW files, separated by
function, linked to a common root to prevent the slowdowns some have
reported (e.g., keep my address book in a separate file from my
journal).
Can a common twcore.js file be shared among several TW files, al in
the same directory?  This kind of factoring would reduce the need to
separately upgrade each file due to version changes.
--~--~-~--~~~---~--~~
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: TinyTiddly and twcore.js re-entrance

2009-06-21 Thread AlanBCohen

Thanks

--~--~-~--~~~---~--~~
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] Linking to a tiddler with spaces with an alternate link

2009-06-26 Thread AlanBCohen

Let's say I have a tiddler [[Smith, John]].  in a separate tiddler, I
have a reference 'Johnny Smith'.  I want to link them but the context
really doesn't allow using the 'last , first' format.  [[Johny Smith|
[[Smith, John doesn't seem to work.
(background; I have close to three hundred  tiddlers using the 'last ,
first' format with the employee tag based on imported information.)
One idea would be to create [[Johnny Smith]] as a tiddler with the
'Macro TiddlyName:Smith, John' (without the employee tag to avoid
double listing him).
Is there another work-around I've missed?
--~--~-~--~~~---~--~~
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] Correct syntax for multiple conditions

2009-07-08 Thread AlanBCohen

I'm looking at using 'ForEach where' to select tiddler that satisfy
multiple conditions.  Two scenarios; getting a list of tiddlers that
have one of five tags (ie., 'ABC', 'NBC', CBS', 'FOX', 'WB', but not
'PBS', 'Book', or 'NPR') and the second scenario being tagged as
'Consultant' and  title starting with 'Smith'.
--~--~-~--~~~---~--~~
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] Referencing a tiddler with spaces in a link

2009-07-08 Thread AlanBCohen

I'm looking at needing a tiddler like [[Johnny Smith|[[Smith, Jonathan
F..  Because of the source of imported data, my people tiddlers
are formatted as 'lastname, firstname mi'.  It actually works fairly
well.  But sometimes, in the text of other tiddlers, I want to use the
everyday references and still link to the tiddler with the address
and position data.  I'd appreciate suggestions  (I'm using  2.4.1 at
work[ no update possible], if that makes a difference).
--~--~-~--~~~---~--~~
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: Referencing a tiddler with spaces in a link

2009-07-10 Thread AlanBCohen

The dangers of overthinking the problem!

Thanks Morris!
[[Johnny Smith|Smith, Jonathan F.]] gave me exactly what I needed for
this.  I had been thinking I needed to enclose the section after the
bar (|) with double squares, but that didn't work.  I didn't think to
try leaving them off.  Duh!

Alan
--~--~-~--~~~---~--~~
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: Correct syntax for multiple conditions

2009-07-10 Thread AlanBCohen

Wolfgang,

Thank you.  It was the 'containsAny' that I was missing.  I was trying
to use JavaScript or Regular expressions in the 'contain' target
without success.  The other examples will definitely come in useful,
as well.
I most appreciate the help.
Alan

--~--~-~--~~~---~--~~
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] Saving a tiddler with a new name while leaving the original tiddler

2009-07-17 Thread AlanBCohen

I'm still expanding my Project Organization TW file and adding
capabilities like tiddlers that list all of any employer's staff
assigned to the Project.  I'm using ForEachTiddler macros and the they
are basically the same except for the 'where criteria'.  Up to now,
I've been using cut/paste from an existing tiddler to create a new
one.  So I was wondering, is there a 'save as' function that can be
added to the Edit template buttons that provides an easy create of a
new tiddler while leaving the original one unchanged?
--~--~-~--~~~---~--~~
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] Having problems saving a new tiddler on FF3.5.1 on Linux

2009-07-17 Thread AlanBCohen

I've upgraded one machine to Firefox 3.5.1 and opened a TW2.5.2 file I
had on that machine.  It asked me if I should allow the file to have
'enhanced' whatever and I did.  When I open a new tiddler and put in
any text ('George') with any title ('MrSmith'), and press save,
nothing happens.  I can walk away and come back in 20 minutes later
with still no change.  The TW file wasn't slow or have any problems
before.  Suggestions 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: Firefox 3.5.1 hangs Tiddly

2009-07-20 Thread AlanBCohen

I'm having problems with not being able to close a new tiddler,
regardless if I have autosave on or off.  I can cancel out so I
haven't lost access to existing tiddlers, just updating or adding.
This is on PCLOS Linux, fully updated and TW2.5.2.

--~--~-~--~~~---~--~~
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: Firefox 3.5.1 hangs Tiddly

2009-07-25 Thread AlanBCohen

Xmarks is the only one fromPaul's list I'm using; I have it on all my
machines (except for my VM's), but the problem seems to be isolated to
the individual TW file and machine.  I can redownload a new blank TW
and use it on the same machine, even in the same session.  Sometimes,
I can import my tiddlers from the problem file and continue, sometimes
not.  I'm thinking it might be a corruption that creaps in from an
interaction between some plugins, but I haven't been able to find it
(I'm just a Javascript noobie).
I'm using the following plugins:
CalendarPlugin
DataTidderPlugin (Installed but not being referenced)
DatePlugin
ForEachTiddlerPlugin
InlineJavascriptPlugin
InstantTimestampPlugin
LaunchApplicationPlugin
QuickEditPackage
A file may be fine for a while, then stop working, so some type of
corruption may have something to do with it.  But what?

PJO, can you post the text strings you found that might be a problem
so the rest of us can look for them?



--~--~-~--~~~---~--~~
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] attaching a non-text object

2009-07-29 Thread AlanBCohen

Based on what I've read up to now, it doesn't look like you can make a
non-text object into a tiddler, just link to it as an external
object.  Is that correct, or can you include a picture or a word
processing file directly in a tiddler?
Up to now, I have used an attachments subdirectory for my needs. It is
working fine; I'm just curious.
--~--~-~--~~~---~--~~
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: Advice on using TW to manage a complex amount/level of info?

2009-07-31 Thread AlanBCohen

Hi Dave,

(Oops, I just had a flash from HAL 9000)
I'm not much more experienced than you with TW, but I can give you
some feedback. At work, I've got three TW files, index.html,
project.html, and journal.html.  Index is also my home page in
firefox.  I use it to keep my links to important systems, like the
ones I'm supposed to maintain, the trouble ticket system, the weather
map, the cafeteria menu, and the other TW files.  I also used the
LaunchApplicationPlugin to setup several rows of buttons to launch
applications and file browsers on important directories.
Project contains the organization hierarchy of my project, all the
people, client and consultant, the employers and their team
assignments - as I have been able to compile them, along with their
skill sets (func, tech, dba, applications, etc.) as I find out who are
the 'goto's' on each topic.  I started this file because I couldn't
get anyone to tell me where this info was, so I built it.
Journal has tiddlers by day and trouble ticket number, along with
using tags for categories and tiddler with the same name as the tags
setup with ForEachTiddlerPlugin routines to make nice lists.  I use
the daily journals to assemble my weekly status reports.  Right now, I
am finding a fair amount of cut/paste to maintain tiddlers by both
date and trouble ticket; I'm considering using '-0MM-0DD_Ticket#'
as a tiddler key and then just use the ForEachTiddler macros to make
lists both ways.  That is the core of my work system.  I haven't split
this up for any problems; I just like the redundancy that even if one
file gets corrupted, the others are fine.
Since I'm on the functional side (I may be a geek, but t the center of
it all, I'm still an accountant), I can't speak to other
technologies.  At work, I am limited to the management-imported
software tools and have no access to the outside internet, so there
may be better tools than I am using; there certainly are a lot of
Plugins I don't have access to.  So, others may have better ways to do
things.  But, if you need to do things like I've described, TW will do
them well, with a little forethought.
I have to admit, my home use is a lot less sophisticated as I have a
lot less time to work on it.  But, I've got a rudimentary addressbook
up and running with a good subset of my 12 year collection in my Palm
using TWAB.  Because I can't take a pda into work, I've fallen back on
a dayrunner book for my calendar and a subset of my addressbook.  I'd
love to figure out how to print out from TWAB on to Running Mate-sized
paper (3.75 x 6.875, 6 hole,I think).  If I could find the paper!
Other than that, I do have a local home page in TW that performs much
like the work one.  I'm not yet sure what to do about a calendar in TW
yet.
I hope this helps.
Alan
--~--~-~--~~~---~--~~
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: Advice on using TW to manage a complex amount/level of info?

2009-08-02 Thread AlanBCohen

Hi again Dave,
Both of these plugins (with documentation) are available at TWHelp
(http://tiddlyspot.com/twhelp/), an excellent site for newcomers (a
version from last year was imported to the intranet at work, so I have
access to it there).  Actually, to browse your own computer or network
is relatively straightforward, even from your browser without TW.  The
syntax for the links is simply 'file:///home/alanbcohen/' (on linux)
or 'file:///C:/' (on windows).  Just use that in a link like [[Browse
C: Drive|file:///C:/]]  The bad part is that while you can browse
drives and see the files (and open data files like pictures or
document, if you have mime types defined to your browser - most people
do), you can't start applications directly.  That's where
LaunchApplicationPlugin comes in handy.  The following is a simple
example (directly from my TW). This is the whole body of my tiddler
'WinXPFileManager', which launches Windows Explorer at the default
location.

LaunchApplication WinXP File Manager Explorer file:///windows/
explorer

 Or from TWHelp, this example of opening a directory in Explorer:

LaunchApplicationLink C Drive Folder file:///c:/


As far as ForEach is concerned, it can get quite complicated, but a
simple example from TWHelp is:

''Tiddlers with the tag 'memorize'.''
forEachTiddler
 where
 'tiddler.tags.contains(memorize)'


The first line is just a heading, the body of the macro sits between
the .  I often create a tiddler with the same name as a tag,
and use a similar ForEach macro to display all the tiddlers with that
tag.


BTW, the word 'script' in the TW world usually refers to Javascript
routines which you can include in tiddlers with the
InlineJavascriptPlugin installed


Hope that is useful.  One of the things that impressed me about the TW
community is their willingness to help newcomers; all I can do is to
try too.

Alan
--~--~-~--~~~---~--~~
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 or can i make my TW portable on a USB stick?

2009-08-02 Thread AlanBCohen

I use relative addressing to get to other files and simply do not
specify a drive letter in my links whenever possible.  For example, I
use OneLevelUp/Wiki as my home directory and my main TW file is
'index.html'.  I generally create subdirectories to hold any other
files that I need to link to.  So, for example, a picture of my dog
(dog.jpg) would be in directory OneLevelUp/Wiki/Pictures/  .  So my
link would be [[Doggy picture|Pictures/dog.jpg]]   .
If I needed to refer to a file (GeorgeOfTheJungle.txt) in a directory
at the same level as Wiki  (  OneLevelUp/Wiki and OneLevelUp/
Personal  ), the link would be like [[Georgie|./Personal/
GeorgeOfTheJungle.txt]]  .

This also has the advantage of the links working on any host computer
that supports hierarchical directory structures, like Windows, Mac,
and Linux (I use Linux at home, my wife has both Mac and Windows; the
drive works in any of them).  Just keep in mind that unlike Windows,
most other operating systems are case sensitive.

I hope that helps,
Alan
--~--~-~--~~~---~--~~
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 or can i make my TW portable on a USB stick?

2009-08-02 Thread AlanBCohen

Sorry, while walking the dog (yes, I really have one), I had another
thought:

Another advantage of using directories under the main Wiki directory,
if you need to copy/send/move the Wiki, you can just take the whole
directory and all of its contents. without worrying about losing any
links.
--~--~-~--~~~---~--~~
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] 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-04 Thread AlanBCohen

Here is a ForEachTiddler macro I'm trying to include in an application
and it is returning 'undefined' instead of what I expect.  It could be
a typo on my part, but...
forEachTiddler
   where 'tiddler.title.contains(2009-08-04)  !
tiddler.tags.contains(status)'
sortBy
'tiddler.tag+tiddler.title'
ascending
write
'[[+tiddler.tag+]]+tiddler.text+\n'


Each dated-time stamped tiddler is tagged with the WorkUnitID.  I'm
trying to collect all tiddlers for a day for a status report.  So, I
want the tag(WorkUnitID), followed by the text.  The macro is properly
returning the text, but is returning 'undefined' (as a missing tiddler
link) instead.  BTW, the WorkUnitID is not only a tag, but is also a
tiddler with a ForEachTiddler macro displaying the tiddler.title and
text in the same way.  And that macro is returning the data correctly
(It displays all the tiddler.text for a WorkUnitID in datetime order
with links to each individual tiddler).
--~--~-~--~~~---~--~~
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] Missing function in ForEachTiddler

2009-08-04 Thread AlanBCohen

As part of a macro I'm writing, I'm trying to use a function that is
not defined in the macro.
  where 'tiddler.title.containsAny
([2009-08-03,2009-08-04,2009-08-05,2009-08-06,2009-08-07])'
The following function works fine:
'tiddler.tag.containsAny
([2009-08-03,2009-08-04,2009-08-05,2009-08-06,2009-08-07])'
but, doesn't do what I want.  I'm trying to collect tiddlers that have
date-time stamps as their title into a weekly status report.
(I have another post here for a different problem with the
application.  I separated the problems.  I am able to select an
individual date, just not several.)
If someone has another way to accomplish the same thing, great.  BTW,
I'm doing this at work, so I am severely limited in the plugins I have
access to (and I'm not a good typist to enter plugins by hand).
--~--~-~--~~~---~--~~
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: 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-06 Thread AlanBCohen

I tried your suggestion but the result was an error message about an
extra parameter following the 'write'.

--~--~-~--~~~---~--~~
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: 'undefined' displayed instead of tag in ForEachTiddler macro

2009-08-07 Thread AlanBCohen

Actually, that was the exact macro.  But, the weird thing is after a
reboot, it is working!
Thanks for trying to help; I guess this is just one of those 'cosmic
ray' moments.
Alan

--~--~-~--~~~---~--~~
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: TW as a long-term solution for (research) notes and documentation

2009-08-10 Thread AlanBCohen

You can also open any TW file in a text editor or text file viewer and
copy/paste the data tiddlers information to any future application; it
is not in any proprietary format.  I go across several OS' without any
problem, so you are protected there as well.
--~--~-~--~~~---~--~~
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: luminotes?

2009-08-18 Thread AlanBCohen

My first impression is 'nice effort'.  I think there are some ideas
useful for harvesting for future versions of TW.  But I have an issue
with the implementation for my use.
My primary personal use of TW is on Linux (and a separate
implementation at work on WinXP, but these are not cross-accessible),
but I need portability to other systems, which may be Windows or Mac.
TW does this extremely well; but this is a significant weakness of the
downloadable version of Luminotes (windows executable only).  WYSIWYG
is very nice to have, but for my purposes, the portability is key.
Also, there are significant uses for me where I do not have access to
the internet, so off-line capability is critical. This is the same
issue with both Tiddlyspot or the hosted version of Luminotes for me.
I like the easy entry aspect of Luminotes, but Eric's QuickEdit
package works quite well for me.  Perhaps adding a visual parser
plugin for the EditTemplate would satisfy the same itch for TW for
those who would like to have WYSIWYG at all times.
The database usage for storage is one of the more valuable ideas
presented here.  Databases, whether relational or not, have an
advantage in quick data storage and retrieval that would be nice to
have as our wiki's get larger.  Since TW is already moving in that
direction, at least as an option, I am quite willing to 'stay the
course' and continue using TW.
I am not wedded to a 'one file' approach; having  three files
(.html, .js, and a database) in own directory would still be quite
manageable so long as it was OS independent.  Copying a directory from
one media to another is not significantly different from copying an
individual file.  Of course, I would prefer the database to be a text
file (not requiring binary tools for recovery) for archival reasons
(see separate recent thread).  Since what is programmable in one
language can generally be done in any other, I am curious to see what
the cross-pollination of ideas brings.
--~--~-~--~~~---~--~~
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: luminotes?

2009-08-19 Thread AlanBCohen

Just a side comment after looking at the
http://jackparke.googlepages.com/jtw.html#SQLQueryPlugin
mentioned by Wolfgang.  It appears to be able to issue queries to an
existing database (of various kinds), but I would suspect that the
databases are unlikely to be portable in the same way as the wiki
itself.  This would be fine for a wiki located in a stationary
directory on a known network, but doesn't currently meet my needs for
portability across OS's.  I was looking to jquery for 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: Announcing Tiddlywiki 2.5.3

2009-08-19 Thread AlanBCohen

Just a quick note;
The RSS feed for TW has apparently ignored the release of 2.5.3.
--~--~-~--~~~---~--~~
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: Announcing Tiddlywiki 2.5.3

2009-08-19 Thread AlanBCohen

Sorry.  Firefox has been showing 'New Features' since the 2.5.0
release.  I don't expect the same entry to be changed with new data;
I've always expected new information to come in a new article.  My bad
assumption.
--~--~-~--~~~---~--~~
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: Ten year diary

2009-08-23 Thread AlanBCohen

Do you mean a diary that has one page for the same calendar day over a
period of years?  Someone else may have already built one (I certainly
don't know everything!), but the concept can be emulated easily with
any TiddlyWiki file without needing any plugins, with a little work.
Just record each day's diary with a date titled tiddler (like
'2009-08-23', in any date format you like).  Then make a tiddler like
this:
title: 08-23
text: ''2009'' tiddler name 2009-08-23

 ''2010'' tiddler name 2010-08-23
---
 ''2011'' tiddler name 2011-08-23

 ''2012'' tiddler name 2012-08-23

 ''2013'' tiddler name 2013-08-23
tags: anything you like

In the example above, when you open tiddler 08-23, the year will
display in bold (I surrounded the date in format markup), a space, and
the text of the entry for that year, followed by a line across the
screen.  Then, the next year will be listed, another line, and so on.
To see other dates the same way, just copy the 08-23 tiddler for
whatever dates you want.  As you get more sophisticated, you may want
to examine the forEachTiddlerPlugin and the ability to write
routines.  But the idea above is directly usable as is.
--~--~-~--~~~---~--~~
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: Ten year diary

2009-08-27 Thread AlanBCohen

POK,
Feel free to use it!
--~--~-~--~~~---~--~~
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] Help in debugging a plugin

2009-08-31 Thread AlanBCohen

As I've discussed previously, I can't bring in any versions or plugins
that aren't already on the office network.  So, during lunch, I've
been typing in (slowly) the DataTiddlerPlugin, with the goal of also
typing in the related FormTiddlerPlugin (nothing magical about these
two, they just seem to be useful for what I want to do at work).
After proofing the first one several times, plugin manager is still
giving me an error about a missing '}' after the 'properties
section'.  I don't expect you to read my mind to find out where my
typing has gone bad, and I recognize the actual error may be a long
distance from the error message.  But, not being a Javascript
programmer and having few tools, I am looking for suggestions.  I do
have jslint at work, but don't know how to run it.  I would appreciate
some suggestions.
Thank you,
Alan
--~--~-~--~~~---~--~~
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 turn a hr-seperated list into a table with several columns?

2009-09-06 Thread AlanBCohen

First question, I m not familiar with the term hr-seperated list..
Do you mean a list which has each item separated by a 'hard return' or
CarriageReturnLineFeed combination?  Or is there some other
character string separating the items?  If this is a one-time
occurrence to take this list and change it,I'd suggest copying the
body of the list into an external text file.  Then use the text editor
(of your choice) to insert a pipe character | as a replacement for
the deliminator.  Then, manually insert a carriage return after every
fifth entry to break the list up into columns. You will probably need
to insert several other pipes to finish the task.
Another possibility would be to use a language like 'awk' to process
the list, but I don't think the learning curve justifies a one-time
use.
--~--~-~--~~~---~--~~
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] Any examples of actual slice use?

2009-09-20 Thread AlanBCohen

I have been interested in recent discussions about slice-related
plugins.  They seem to be an interesting alternative to FormTiddler
and DataTiddler Plugins-based use.  But, I am still confused with the
implementation of such a system; I do better with learning from
working examples.
Is there someone who can post a real world example of a slice-based
TW?

Thank you,
Alan
--~--~-~--~~~---~--~~
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: Any examples of actual slice use?

2009-09-20 Thread AlanBCohen

Thanks, Eric,
You've given me a lot to think about.
Alan
--~--~-~--~~~---~--~~
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: Any examples of actual slice use?

2009-09-20 Thread AlanBCohen

Here is my first attempt to use slices in an application.  The
retrieval isn't working.  Based on Eric's information, I'm guessing I
have a typo in the retrieval tiddler.  I'd appreciate some help in
correcting it.
First, I'm defining data tiddlers with the tag of 'address', with a
structure like (without the {{{}}}):
{{{First: Alan
Last: Cohen
Middle: B.
Street: 123 Main St.
City: Somewhere
State: HI
Postal: 12345
Phone1: xxx-xxx-
Email1: m...@myisp.edu}}}

Then, I'm trying to product a list of first and last names, sorted by
last name using a tiddler with:

forEachTiddler
 where
'tiddler.tags.contains(address)'
 sortBy
   'tiddler.title::Last'
   ascending
 write
   '|+tiddler.title::First+|+tiddler.title::Last+|+tiddler.tags
+|\n'


The error message is 'ReferenceError: title is not defined'
--~--~-~--~~~---~--~~
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: Any examples of actual slice use?

2009-09-20 Thread AlanBCohen

I should also make clear that the forEachTiddlerPlugin is installed
and working to produce other lists in this TW file.
--~--~-~--~~~---~--~~
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: Any examples of actual slice use?

2009-09-21 Thread AlanBCohen

Thanks again, Eric.  I'll play with this when I get home tonight.
Alan
--~--~-~--~~~---~--~~
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: Any examples of actual slice use?

2009-09-21 Thread AlanBCohen

Thanks to Mike and Wolfgang for their additional information.
Alan
--~--~-~--~~~---~--~~
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] Structured data in TW

2009-10-10 Thread AlanBCohen

I've been trying to fully understand the ways you can record, edit,
and retrieve structured data in a TW.  So far, I see the following as
the options:
- tables within a tiddler
- slices, where a field name is followed by the field value, and by
using the ForEachTiddler plugin, you can retrieve the field values
into lists and output displays.
- Form and Data tiddler plugins, using HTML forms within tiddlers to
format data, which can also use the ForEachTiddler plugin.
- custom fields, which seem to require changes in the Edit and View
templates and affect all tiddler in the file.  And again, the
ForEachTiddler plugin can be used to retrieve values from multiple
tiddlers
These seem to be the options, as I understand them.  I am successfully
using the first three methods, as they meet my needs in various
applications I've built; the latest using slices.  At work, I have not
been able to import a copy of the FormTiddler plugin (I have
DataTiddler plugin loaded and it should work when I get it's partner
in shop).
But I really am not sure about custom fields yet, even after reading:
 http://tiddlywiki.org/wiki/Getting_started_with_custom_tiddler_fields
It looks as simple as modifying the edit and view template to add
lastname, firstname, and contactinfo and those fields would appear on
every tiddler in the file, making a phonebook (yes, I know about
twab).  Am I understanding this correctly?  And, are there other
structured data techniques I've missed?
--~--~-~--~~~---~--~~
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: Export to Evernote?

2009-10-18 Thread AlanBCohen

Evernote is a one-file note repository that allows you to create,
store, and edit snippets in various formats, including html.  From the
description of what the OP is looking for, it looks like the OP has
tiddlers formatted in html or wants wiki formatting converted to the
comparable html (fonts, bold, underline, etc.) where upon export, the
selected tiddlers are written to a single file per tiddler.  That
would allow each tiddler to be imported as a separate Evernote object.
I don't have an answer for what the OP wants to do.  An alternative
would be to export the selected tiddlers to a separate TW file and
import the whole TW file as a single Evernote object..  You would
still be able to use Evernote's search tools against the TW file (as
an object) and split apart the TW into separate objects with cut/paste
at your leisure, if needed.
--~--~-~--~~~---~--~~
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] DataTiddlerPlugin debugging

2009-10-19 Thread AlanBCohen

I've been trying to get DataTiddlerPlugin to work in a TW2.41 that is
available at work.  For various reasons I can't go into, I can't
simply download or cut/paste into this network.  So, I printed the
tiddler out and have rekeyed it, apparently with some mistakes I can't
find.  It passes the Plugin Manager tests, but fails when trying to
parse data into a table. So, I'm looking for some hints as to where to
go thru a hex dump (real detail, real pain)!
I figure it is somewhere in the showData macro, but it is not in
showData JSON variant.  When I use the 'JSON' option, the data
renders properly.
The error message that appears on the sample data line of the plugin
(after reload) and in any sample tiddler I have created is:
JSONError: Unrecognized token (isVIP: true, user: John Brown,
age: 34 })
I've noted the lack of a left curly bracket in the string while the
right one is present and have gone over the JSON routines from line
730 on, several times without spotting the cause.  My thought was the
left curly was properly parsed, but the double quotes symbol was not,
leading to the rejection of the rest of the data string.  I don't know
Javascript, and am haiving difficulty with the uncommented detail
code.
I'm beginning to wonder if I'm looking in the right place, even though
this seems the likeliest place.  So, I'm asking Udo, or any other JS-
guru to perhaps give me some hints where to focus my search.
Thanks,
Alan
--~--~-~--~~~---~--~~
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: Calendar plugin week numbers different, not ISO 8601

2009-10-28 Thread AlanBCohen

I can't speak to the ISO week numbers issue.  But you also commented
on not being able to find the TW version number; I can help there.
Create a tiddler with version as the content.  When displayed, it
will show the TW version.  I use the text TiddlyWiki
version (without quotes) and titled TiddlyWikiVersion in all my
TW files.

Alan

--~--~-~--~~~---~--~~
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: Portableapps (att: Ruston)

2009-11-12 Thread AlanBCohen

And quite a few of us who already use both.  I find my TW files work
quite well with the portable version of Firefox on the PortableApps
site.
Alan

--~--~-~--~~~---~--~~
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: Best solution for connecting TWs

2009-11-12 Thread AlanBCohen

Tobias,
Thanks for the information on using iframes to embed one TW file in
the GUI on another.  I implemented that earlier today between several
files I use as more or less static data repositories and my work
machine homepage.

Alan
--~--~-~--~~~---~--~~
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: To Eric Shulman

2009-11-14 Thread AlanBCohen

Mans isn't alone in appreciating your help.  Get well soon.
Alan
--~--~-~--~~~---~--~~
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] forEachTiddler 'where' using FormTiddler field

2009-11-18 Thread AlanBCohen
I'm getting a fair amount of use from the Form/Data tiddler combo, but
having a problems when trying to use the data element as a selection
criteria in a forEachTiddler macro.  For example:
where 'tiddler.data(facts)==Y'
 would seem to be the proper syntax ('facts' is a defined field) but
is producing an 'unrecognized token' error.
And how would I specify multiple acceptable values like Y, N,
?  (or the Any  condition)?

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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=.




[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-18 Thread AlanBCohen
Thanks for the offer Alex, I am already a dropbox user myself.  I know
the macro works with a 'tiddler.tag.contains' phrase but am trying to
work around the limitations of not being able to assign tags directly
into a data tiddler without editing it (FormTiddler allows creating
and editing tiddlers from 'view').

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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=.




[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread AlanBCohen
Eric,
I may have misled you by accident.  The 'facts' field is contained in
a JSON-defined data field created by the FormTiddler macro.  The whole
application is an addressbook defined using a FormTiddler template and
the 'facts' field is a text field, generally with a Y/N indicator.
For various reasons that are not relevant to this discussion, I am not
able to use a predefined application like twab at this client
location.  I currently have a forEachTiddler macro that lists all
tiddlers with a tag 'entry'.  I'm trying to copy this macro to define
a list of tiddlers with a field with a specific value.  Once this
particular list is working, I intend to define other forEachTiddler
lists for other fields and values; that is why I am looking for a
syntax solution.  I would rather not re-architect the application to
use another technology.
Alan

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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=.




[tw] Re: Spellcheck

2009-11-25 Thread AlanBCohen
If you use Firefox, the normal Firefox spell check works fine while in
the Edit mode.  Firefox displays a light red line under words it
doesn't know and if you right click on a suspect word, it displays
suggestions and the option to add the word to your dictionary.  One of
the major reasons I moved to Firefox on all my OS's several years ago.
Alan

On Nov 25, 1:49 pm, sonomakid2002 mco...@comcast.net wrote:
 Does anyone know if there is a spellcheck plugin for TiddlyWiki?

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Referencing the tiddler.title within the same tiddler

2009-11-26 Thread AlanBCohen
First, Happy Thanksgiving to the Americans, and belated Thanksgiving
to the Canadians.
My question is how to reference a tiddler's title within a tiddler.
For example; I have tiddlers where the title is a jobnumber/workunit.
The tiddler contains a forEachTiddler macro to list all the tiddlers
with that tag. For example, I have a workunit tiddler 'job12345',
which is also a tag used for journals.  This tiddler contains a
forEachTiddler macro with a 'where tiddler.tags.contains
(job12345)'.   Currently, to create a workunit tiddler, I copy an
existing workunit tiddler and edit the 'where' clause for the new tag
value.  I'd like to simplify the process by using a template where the
'where' clause simply contains a reference to the tiddler.title of the
tiddler containing the macro (not the titles of the listed
tiddlers).
Another identical use in the same application is tiddlers titled by
date (-mm-dd) listing all the journals (date and timestamp titled)
for that date. currently, I create that tiddler by clicking on a date
from the calendarPlugin display and copy in a forEachTiddler macro
from the previous day and edit the 'where' clause.  If I could use a
template for that, I could eliminate the edit 'where' clause step.
Thanks in advance!
Alan

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Referencing the tiddler.title within the same tiddler

2009-11-28 Thread AlanBCohen
I'm sorry.  Perhaps I'm a little slow following your suggestions.  But
this doesn't seem to work for me.  It is likely I didn't understand.
tiddler title : 2009-11-28
tiddler tag: status
tiddler.text:
forEachTiddler
 where
 'tiddler.title.contains({{tiddler.title}})  ! tiddler.tags.contains
(status)'
 sortBy
 'tiddler.title'


which should list tiddlers:
2009-11-28 11:22:33
2009-11-28 12:02:03

Another tiddler with tiddler.title: 2009-05-22 with the same tag and
text would then return
2009-05-22 09:08:07
2009-05-22 14:45:00

(sorry for not including a concrete example earlier)

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Referencing the tiddler.title within the same tiddler

2009-11-28 Thread AlanBCohen
Using 'context.inTiddler.title' looks like a winner, it works in my
experimental TW at home.  On Monday, I'll try it out at the client
where it is needed.
Thanks!
Alan

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Are there known bugs in TW2.4.1 affecting transclusions?

2009-12-18 Thread AlanBCohen
I have recently typed in several transclusions from TiddlyTools
(including ToggleReadOnly and ToggleScrollingSidebars) into my work TW
(version 2.4.1[newer versions not available]; no internet, usb
connectivity, or disk access).  Most of them do not work or even
display properly.  I have checked for fat fingers, spelling,
punctuation, and case errors and have fixed all discovered.  These are
fairly short and I think I've caught them all.  Are there known bugs
in 2.4.1 relative to transclusions?

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Mark as 'nowiki in tags?

2009-12-30 Thread AlanBCohen
I'm using a TW file to store SQL segments and whole statements that I
then copy into my SQL tool to execute.  It would be great if I could
turn off wikifying the text in these tiddlers as my SQL editor uses
'--' to mark comments; and TW changes these to another character not
acceptable to the SQL editor.  It is more of a nuisance than a serious
problem.
I was wondering if a tag like 'nowiki' could be assigned when you want
none of a tiddler's content to be wikified without needing to embed
codes in the text.
If I was designing this from scratch; I'd suggest using a cookie to
store the desired tag value (so it would be flexible for other people
and avoid hard-coding).
If someone has done something like this, I'd appreciate a pointer.

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Mark as 'nowiki in tags?

2009-12-30 Thread AlanBCohen
Thanks Eric,
I'll give this a try.
Alan

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: ForEachTiddler 'where' clause syntax with Form/Data tiddlers

2010-01-04 Thread AlanBCohen
Thank you, problem solved!
And Happy New Year to all!
Alan

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Formatting a date string inside foreachtiddler macro

2010-01-18 Thread AlanBCohen
If you are using FormTiddlerPlugin (or some other technique) to define
HTML forms for data input and retrieval, then this may be helpful;
instead of defining the field type=text, use type=date.
As referred to at http://dev.w3.org/html5/markup/input.date.html
Specifies that its input element is a control for setting the
element’s value to a string representing a date.
I haven't tried it myself since I'm not currently using any date
fields in my forms; but the docs on ForTiddlerPlugin say you can use
any valid HTML field.
Alan
-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Removing newlines from automated titlegeneration and adding space between tags (js questions)

2010-01-18 Thread AlanBCohen
I'm not a heavy JavaScript guy either, but these two lines seem to me
to be the problem.

var tid=prompt('New title will become:\n\n',tt_alias+who
+when.formatString('$1'));

var tags=prompt('Write tags here(make space between words) (lesson HAS
to be one of them):\n\n',tt_alias+who+lesson);

 When you include '\n' in a string, it inserts the 'newline' character
into the string, in effect, forcing what looks like carriage returns.
A simple experiment would be to remove the '\n' codes from places you
don't want multiple lines and see if that solves (or lessens) the
problem.

Alan
-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Problems with Eric' tiddlytools site cookies

2010-01-21 Thread AlanBCohen
My first guess is that you have auto-accept FF cookies turned off.
The easiest way I've found to balance the convenience of cookies
against your higher security desires is to use a 'zconfig' tiddler
tagged 'systemConfig' that lists the cookies you want to set and their
values.  That way, these cookies will be set to your desired values
each time you open your TW file. Some example lines from one of my
files:
//{{{
config.options.txtUserName=AlanBCohen;
config.options.txtBackupFolder=backup;
config.options.txtMaxEditRows=20;
config.options.chkAnimate=true;
config.options.chkSaveBackups=false;
config.options.chkForceMinorUpdate=true;
config.options.chkAutoSave=true;
config.options.chkInsertTabs=true;
config.options.chkHttpReadOnly=false;
config.options.chkRegExpSearch=true;
readOnly=false;
showBackstage=true;
//}}}
-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Apple iPad

2010-01-27 Thread AlanBCohen
I guess I'm the first to post that I'll be waiting to find out if TW
is fully functional on the iPad before I consider buying one.  I don't
know if the hardware/OS producers care, but TW has become one of the
items that are on my 'make or break' list for selecting hardware.
Until then, I'm staying with my 2yr. old Asus 701 4G.  I am, however,
looking into moving off the original Xandros to a newer and
supportable version of linux.  I know firefox and TW make a good pair.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] TiddlyWiki on Android

2010-02-04 Thread AlanBCohen
I can confirm the following thread from the Android Forums:
http://androidforums.com/android-applications/40809-no-java-javascript-android-browsers.html#post320865
Adroid devices are not currently able to save TiddlyWiki files,
although they seem to display properly.
The following is the error message as linked on the Android forums:
http://www.flickr.com/photos/tinymars/4331044354/

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: TiddlyWiki on Android

2010-02-05 Thread AlanBCohen
Mark,
Thanks to your tip, I found the blog post from the guy testing Firefox
with Android.  It is far from ready, but he is claiming progress. This
looks like a 'wait and see' situation. I'd still prefer a fully Linux
solution, but I have the luxury of waiting.
Thank you,
Alan

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Extensions vs Plugins

2010-02-24 Thread AlanBCohen
I'll take a shot.  An extension is anything that 'extends' the base
functionality of the TW or overrides 'standard behaviors'.  This would
include:
- Plugins and other systemConfig-tagged tiddlers like 'zconfig'
- Tranclusions
- Scripts (Java and HTML included)
- Custom CSS's and Templates
- Themes
- Other stuff
So, that would make Plugins a subset of Extensions.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: What are the advantages/disadvantages of tags vs fields vs slices?

2010-03-05 Thread AlanBCohen
what do you mean by 'sections'?  Is this the same as 'part' from
PartTiddlerPlugin or a different construct?  How do you name and
delimit a section if it isn't the same as a 'part'? What is the syntax
to reference them via tiddler?
Alan

On Mar 3, 8:15 am, Mark S. throa...@yahoo.com wrote:
 I'm guessing that the data plugin was introduced before sections 
 slices were added to the TW world. I would fault the lack of TW
 documentation for not introducing any of these features to the new
 user.

 Slices and sections are a convenient, natural way to enter tiddler-
 specific data. You don't need to modify your tiddler template (though
 you can) or get extra plugins for manipulating them (though you can).
 Slices are single lines of information. Sections can be whole
 paragraphs or documents. They can be accessed using the tiddler
 transclusion if you get Eric Shulman's WikifyPlugin. (I've added a
 patch to the plugin I use to access sections as well) Sections and
 fields can be hidden by /%...%/ if you don't want information
 cluttering up the tiddler display.

 Mark

 On Mar 2, 8:16 pm, Saverio saverio.mavig...@gmail.com wrote:

  From reading a number of posts over the last few weeks, I have learned
  that there are multiple ways to embed structured information within a
  tiddler.  These include tags, custom (or extended) fields, data
  fields, slices, and form fields.  Have I missed any?  When is it
  better to use one over another?

  For example, I am constructing my own simple TW task manager. I
  started with tiddlers that are tasks, tagged with action.  Other
  tiddlers are projects, which are sets of related and sometimes ordered
  tasks, tagged with project.  A task tiddler can also be tagged with
  the name of a project to which it belongs, and/or also with the names
  of any other tasks on which it depends.

  The problem is that for a given task, there could be multiple tags,
  one of which is the project to which it belongs, and the others are
  other tasks on which it depends.  To distinguish whether a given tag
  of a task tiddler refers to a project or another task requires looking
  up that tag's parent tiddler to determine whether it itself is tagged
  with either task or project.

  I am wondering whether there is a simpler way, or whether it would
  just be more efficient to use custom fields, such as
  belongsToProject, and dependsOnTasks.  Another option is to record
  this information in slices.

  This question generalizes to how best to annotate tiddlers with
  semantic tags which encode relationships, such as isParentOf,
  isChildOf, hasIngredient, isMemberOf, etc., etc., etc.  I like
  the simplicity and transparency of using just plain vanilla tags, but
  I think they are not powerful enough.

  I am interested in others' opinions and experiences.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Which TiddlyWiki adaptation do you like best?

2010-03-10 Thread AlanBCohen
I'm using the basic TW 2.5.3 at home and 2.4.1 at work (latest
available versions in each case) with QuickNote transclusion,  fET,
FormTiddlerPlugin, and DataTiddlerPlugin in multiple app-specific
instances.  I find that handles all of my personal needs.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Announcing TiddlyWiki 2.6.0 Beta 1

2010-03-11 Thread AlanBCohen
*WindowTitle tiddler looks like it is just a redirection layer,
calling the SiteTitle and SiteSubtitle tiddlers.
*Has the TiddleySaver file changed between 2.5.3 and 2.6.0b1?
*What is the purpose of the creator field, as opposed to the existing
modifier field? Are you planning to add this to the default
ViewTemplate?
*Does the JQuery upgrade mean anything to end-users?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Etherpad/Typepad - collaborative button for your menu :-)

2010-03-25 Thread AlanBCohen
As someone without much Javascript knowledge, reading this is far from
my skills.  Can you please describe what you are trying to accomplish
with this.
Alan

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: tiddlywiki 5 and html

2010-04-01 Thread AlanBCohen
In following this discussion as to what plugin functionality to
consider moving into the core for TW5, I am left wondering about fET?
This is the single, most important extension for any of my TW files;
calendar, status reporting, addressbook, knowledge databases of
various subjects, and blood sugar tracking (I'm a diabetic).
Next would be the DataTiddler and FornTiddler plugins that allow me to
build useful templates for entering structured information ( a lot of
my content falls in this category).
I realize there are many people with a wide variety of needs; but I
will be staying with the current TW series until these capabilities
are available in a replacement.
Alan

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: MonkeyGTD - is there any chance to have a Save As

2010-04-25 Thread AlanBCohen
HTML and Javascript files like TW are basically text files. You can
try to open the damaged file in a text editor like notepad, notepad++,
or any number of other text editors avail. for free.  Then save it
with the .html extension (important).  There are also free file
recovery tools you can try; many available at portablefreeware.com.
Take a look at Encopy.

Good luck!
Alan

On Apr 23, 5:45 am, oddparity dsta...@starke-net.de wrote:
 Hello all,

 I'm using MonkeyGTD 3.0 alpha r103230. My USB stick with the MonkeyGTD
 file has been damaged, I cannot acces the file anymore. I only have a
 quite old backup.
 Is there any chance to do something like Save As in my Firefox 3.6.3
 to rescue the complete content?

 Regards,
      Dirk

 --
 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 
 athttp://groups.google.com/group/gtd-tiddlywiki?hl=en.

-- 
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: showWhen code in tiddler body

2010-05-15 Thread AlanBCohen
For the rest of us,

This showWhen macro is one of two contained in the HideWhenPlugin by
Simon Baird. I found it in http://www.giffmex.org/twfortherestofus.html

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Using Tiddlywiki to track membership, dues or donations

2010-05-16 Thread AlanBCohen
Conceptually, this is a fairly simple database; I think it would be
practical to use the following plugins (and some tags) to achieve your
goal.
- DataTiddlerPlugin
- FormTiddlerPlugin
- forEachTiddlerPlugin

The first two plugins allow you to define a form for transactions that
would include something like
- PersonName
- Date
- Pledge (Y/n)
- Payment (Y/n)
- Amount
You might also want a form for defining a Person, that might list
their contact information.
And I suggest using -MM-DD format for dates, making it easier to
sort by date.

You would then use the fET macros to define tiddlers:
- for each person, listing their transactions (so you know if they
have paid)
- for Pledges, listing all the pledges
- for Payments, listing all payments
You might even want to create tiddlers for activity within date
ranges, so you can report on what happened between the org's meetings.

Hopefully, this gives you some ideas.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Building a link dynamically

2010-08-06 Thread AlanBCohen
Background: In a TW application I have running, I use
'context.inTiddler' to build a list of tiddlers with the date-time
format of '2010-08-06_09.03.44' where the tiddler containing the macro
is titled with the date in the form '2010-08-06'.
This allows me to just copy the whole tiddler to a new date (the
title) without changing the contents.
My employer now wants me to keep a time allocation tiddler for each
date. For now, I am using tiddlers of the form '2010-08-06TimeAlloc'
and I'm referencing them in the main date listing tiddler using their
title.  The problem is I'm back to modifying a line within the tiddler
after I copy it from the previous date.
Question:I'm trying to build a link with the following structure
   context.inTiddler concatenated to the string 'TimeAlloc'
Would it be like '[[' + context.inTiddler + 'TimeAlloc]]' and how do I
get to appear as a link?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Cross-Linking TiddlyWikis (And Using Anchor Tags in URLs)

2010-09-05 Thread AlanBCohen
This is what I'm doing (not all real now, but all have been used)::
[[AddressBook|Alan'stwab.html]]
[[Glucose Tracking|Alan'sGlucoseTracking.html]]
[[TiddlyTaskAttacker|Alan'sTiddlyTaskAttacker.html]]
[[Alan's GtD file|Alans mgsd.html]]
Basically, I'm forgoing the 'file://' before relative links to
other .html files.  It has been working consistently on multiple
machines on Windows, Linux, and Mac I have not tried it with spaces in
a file title since that sometimes doesn't play nice in Linux or
Windows; but within [[ ]], worth a try.
Good Luck!
Alan

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Tiddlyspot problems

2010-10-23 Thread AlanBCohen
Sometime ago, I created a tiddlyspot wiki for the purpose of saving
the name for future use.  Everything seemed to work and I have been
able to display it in my browser from the website (I have the
password).  I now have a need to actually use it and want to create
some new content. But first, I want to upgrade it from TW Version
2.4.1 to 2.6.1 (No reason to start a new site already behind).
So, I save it locally, do the upgrade, and resave the local copy. Now
I am in position to upload it, right? Well, I enter the website
password, select save to web.  It reports it saved to the web.
So, it should now be waiting for me.  I reload it from tiddlyspot and
call up my TWversion tiddler, only to find it still reports 2.4.1.
Any idea of what I'm doing wrong? (My options include my username and
my tiddlyspot password.)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Tiddlyspot problems

2010-10-24 Thread AlanBCohen
Thank you Daniel, that solved it.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Announcement of 2.6.2 beta release of TiddlyWiki

2010-11-18 Thread AlanBCohen
My suggestion would be that as part of the implementation of
persistent (Baked) cookies, consideration be given to including the
current file name as part of the cookie ids.  I realize not everyone
uses multiple open TW files at the same time, but the many uses of
cookies in TW currently means that the same cookies are affecting
multiple files.  I may well want my sidebar hidden in one file but
want it open in another.  I often use separate TW files to keep
separate what would otherwise be one large, slow file, at work, for
example, my addressbook, my work diary, my primary collection of
links, and my collections of technology notes. Even the username might
vary between someone's personal files and a team-based TW file.
I'm reasonably sure there would be others with similar needs for
distinct cookies between TW files.

My suggestion on precedence for identically named cookies would be for
the persistent ones to be of lower priority than the session cookies.
This would allow the same values at start as were valid at the
beginning of the previous session (if the persistent cookies in the
tiddlers were not changed and saved during that session) while
allowing them to be changed for the session.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: TiddlyWiki version 2.6.3 released

2011-08-15 Thread AlanBCohen
I haven't been able to upgrade any of my files. either.  I only have
Linux and Android boxes, so an 'IE' fix is useless.

-- 
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: TiddlyWiki version 2.6.3 released

2011-08-16 Thread AlanBCohen
Mans,
I tried your suggestion to use an earlier version of Firefox.  I
downloaded the PortableApps.com version of Firefox36 and loaded it
using wine (this is on Linux).  BTW, this version of Firefox has
worked before on this Linux distro installation.
I was able to upgrade a copy of my main TW from 2.6.2 to 2.6.3 and
save it.  However, when I tried to open it using my main version of
Firefox5, it gave me:
ReferenceError: wikifyPlain is not defined.

I wouldn't mind using an older version to perform  an upgrade, but not
being able to use my regular browser on a daily basis would be
difficult.

-- 
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] Using TW after 5 year gap from TW2

2017-08-05 Thread AlanBCohen
Before I became disabled, I was a heavy user of some TW2 plugins; especially 
ForEachTiddler. For example, I created a tiddler with a name like 'journal'. 
The contents were a FeT that would list all the other tiddlers with the tag 
'journal' with various sort and formatting. Another use was tagging journals 
with a progectid. In separate tiddler named the specific projectid, FeT was 
used to create a list of related journals (later expanded to list all the 
tiddler.texts as a printable diary for the projectid).
I have not been able to find a TW5 equivalent for this functionality. Can 
someone point me to how to accomplish this.
Once past this, there will probably be more questions.
Alan

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1537b1ff-eb6c-4d09-9e05-de5ba78db38c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW after 5 year gap from TW2

2017-08-06 Thread AlanBCohen
Eric, Thanks for the help.
I've gotten farther.
This is what I have now:
''Tiddlers with the tag 'Journal', sorted by modified. Tiddler.text displayed 
on same line.''
<$list filter="[tag[Journal]sort[modified]]">


<$link><><> <$transclude>




Unfortunately <> is not returning any string. I also want to 
display each line with "|" with leading/ending "|" like the TW2 tables. A 
matching heading for the table would be nice. I've been reading HTML 
documentation unsuccessfully.
What I'd like to achieve would look like

| Title  | Tags  | Text |
| 2017.08.08 | Journal projectid | Bla. |

(With the heading line boldest or otherwise set apart.)
Alan

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/74baac57-f70b-402c-9b5b-c1bb3f8f596a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW after 5 year gap from TW2

2017-08-06 Thread AlanBCohen
Eric,
Found some more HTML docs on tables. This is closer to what I want, but the 
currentTiddler and currentTags in the table aren't displaying.

''Tiddlers with the tag 'Journal', sorted by modified. Tiddler.text displayed 
on same line.''


Title 
Tags 
Text 

<$list filter="[tag[Journal]sort[modified]]">

<<>
<>
<$transclude>




I think the remaining problems are with the referencing the current line's 
Tiddler fields. The old TW2 fields were referenced as tiddler.title, 
tiddler.tags, tiddler.text. What are the equivalent field names and syntax?
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1447496b-2308-48a1-a89f-21728c149a3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW after 5 year gap from TW2

2017-08-06 Thread AlanBCohen
Thank you again, Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0db2299-f132-45de-bfd7-bd9705824053%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW after 5 year gap from TW2

2017-08-06 Thread AlanBCohen
I used tour postings.
This is the final form.

List tiddler title, tags, and text in a table where tags include 'Journal', 
sorted by the modified daterime stamp.

   
  Title 
  Tags 
  Text 
   
   <$list filter="[tag[Journal]sort[modified]]">
  
 <$link><>
 <$view field="tags"> no tags 
 
 <$view field="text"> 
  
   


I consider this effort to have been a success.
Alan

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c7f4079-6096-4ff7-b778-d4fa26a4fa35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Time Tracking - Searching ideas & hints

2017-08-24 Thread AlanBCohen
I used to use TW2 at my job to, ale a ticket tracking system for the first two 
items. I set my journal timestamp format to European/Japanese as -0MM-0DD 
0hh:0mm:0ss. Each journal is tagged with a project Id. I then used a tiddler to 
list daily activity. It looks something like this

List tiddler title, tags, and text in a table where tags include 'Journal', 
sorted by the title.

   
  Title 
  Tags 
  Text 
   
   <$list filter="[tag[Journal]sort[title]]">
  
 <$link><>
 <$view field="tags"> no tags 
 
 <$view field="text"> 
  
   


This would need to change the filter criteria to limit the selected journals by 
date(still a work in progress).

I then used a second set of tiddlers to summarize each ProjectID. This tiddler 
would be like

List tiddler title, tags, and text in a table where tags include ProjectID', 
sorted by the title.

   
  Title 
  Tags 
  Text 
   
   <$list filter="[tag[ProjectID]sort[title]]">
  
 <$link><>
 <$view field="tags"> no tags 
 
 <$view field="text"> 
  
   


This ProjectID output is a chronological diary of my work on the project, 
useful for status reporting.
The third step might be a custom field  'ElapsedTime' (probably in minutes) in 
each Journal. 
The fourth step might be a summary of ElapsedTime. In TW2, I used a second 
ProjectID tiddler to summarize the elapsed time for my reporting period , but I 
haven't gotten that far with TW5, yet.

I'm interested on what you end up doing.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bb43a445-20c0-4308-a65d-f56790db468e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Filtering journals by date; first 10 characters

2017-08-27 Thread AlanBCohen
I just noticed the filter was missing the trailins >
I put it in my original tiddler but it still isn't working.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cd8f1d95-d06e-47f0-8b9d-936f6ec44fc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Filtering journals by date; first 10 characters

2017-08-27 Thread AlanBCohen
This is an attempt to filter journals (.0MM.0DD 0hh:0mm:0ss) to produce a 
daily summary. It curently returns an empty table. I know the rest of the 
tiddler besides the filter is close. 
I've been trying to learn how to do this in TW5. Any suggestions?

List tiddler title, tags, and text in a table where titles are for a selected 
date, sorted by the timestamp.

   
  Title 
  Tags 
  Text 
   
   <$list filter="[tag[Journal]prefix[2017.08.22],sort[title]]"
  
 <$link><>
 <$view field="tags"> no tags 
 
 <$view field="text"> 
  
   


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b1d58cc0-f236-4a46-aa0a-d80f90a5ade7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Filtering journals by date; first 10 characters

2017-08-27 Thread AlanBCohen
Thanks Mark! I hoped I was close.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2bf3ed02-9398-4796-b6f9-5998bf5435a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Tiddlydrive not working on Android

2017-11-25 Thread AlanBCohen
My reason for making this post was to let the developers and documenters know 
that Tivoli Drive does not work for Android.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1de8879c-4df0-412f-92a4-127a08ee3e11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >