[tw] Re: position Search in basics.html form TiddlyTools

2010-03-24 Thread Ken
fantastic !

On 22 mrt, 20:10, Måns  wrote:
> Oh yes...
> Open the tiddler siteNav - delete/cut everything which includes the
> <>-macro
> "{{small{
> Goto/Search:
> {{transparent{<         inputstyle:"width:100%;font-size:100%;border:2px inset #999;"
>         liststyle:"font-size:100%;"
>         search>>}}"
>
> Put it in the SideBarOptions tiddler instead...
> [[SideBarOptions]] (find it in the sidebartabs > more > shadowed)
> You might want to change the with to 70% or whatever suits your taste:
> {{small{
> Goto/Search:
> {{transparent{<         inputstyle:"width:70%;font-size:100%;border:2px inset #999;"
>         liststyle:"font-size:100%;"
>         search
>
> >>}}
>
> No problem :-)
>
> Regards Måns Mårtensson
>
> On 22 Mar., 19:28, Ken  wrote:
>
>
>
> > ok thanks , this works. but i cannot move the gotoplugin to .. lets
> > say : the sidebar?
>
> > On 22 mrt, 16:38, Måns  wrote:
>
> > > btw
>
> > > > In Eric's QuickStartdocument the standard searchfield is replaced by a
> > > > (GoTo-fieldhttp://www.tiddlytools.com/#GotoPlugin) referenced to in
> > > > the StyleSheetTiddler (left sidebar (sidebaroptions) > tab > more >
> > > > shadowed tiddlers) as .siteNav under /* ADJUSTMENTS TO CUSTOM ELEMENTS
> > > > */
>
> > > You can have both the GoTo searchfield and the standard searchfield
> > > "running" at the same time if you like..
> > > I use both - in this document:http://tw-abc.tiddlyspot.com/whichis
> > > based on Eric's basics-document (toggleright sidebar to see standard
> > > searchfield)
>
> > > Regards Måns Mårtensson- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

-- 
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: Auto-highlight MainMenu items opened

2010-03-24 Thread Tobias Beer
Hi Claudio,

I guess, you will likely need a plugin that either...

1) Hijacks loading & closing of tiddlers, to check if a tiddlylink to
the one that is being opened or closed exists in a certain container
(e.g. the mainMenu) or several containers (like footers, topmenus,
etc.) ...to then be able to change display rules accordingly (make it
bold, etc...).

or
2) Implements a kind of dynamic MainMenu which reloads depending on
what is being displayed topmost / last ...which gets triggered via
some hidden span in the PageTemplate.

However, I haven't seen any such plugin around yet. A few month ago I
have been playing with the latter, but since my idea/scope was a bit
more/too complex, I unfortunately never quite finished that.

Tobias.

-- 
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: Auto-highlight MainMenu items opened

2010-03-24 Thread Måns
Hi Claudio and Tobias

Tobias has made Vertical Tabs: http://verticaltabs.tiddlyspot.com/

To me it seems that it does pretty much what you are asking for :-)

Regards Måns Mårtensson

On 24 Mar., 10:58, Tobias Beer  wrote:
> Hi Claudio,
>
> I guess, you will likely need a plugin that either...
>
> 1) Hijacks loading & closing of tiddlers, to check if a tiddlylink to
> the one that is being opened or closed exists in a certain container
> (e.g. the mainMenu) or several containers (like footers, topmenus,
> etc.) ...to then be able to change display rules accordingly (make it
> bold, etc...).
>
> or
> 2) Implements a kind of dynamic MainMenu which reloads depending on
> what is being displayed topmost / last ...which gets triggered via
> some hidden span in the PageTemplate.
>
> However, I haven't seen any such plugin around yet. A few month ago I
> have been playing with the latter, but since my idea/scope was a bit
> more/too complex, I unfortunately never quite finished that.
>
> Tobias.

-- 
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] Generate an RSS Feed (chkgenerateanrssfeed)

2010-03-24 Thread Craig in Calgary
1. Why is "chkgenerateanrssfeed: true" for the TiddlySpot instance of
my TW but when I download a local copy it is false?
2. I haven't found any TWs that set "chkgenerateanrssfeed: true" so
others can monitor their TW. Why not? Particularly for TWs that are
home to the master copy of plugins? I set one of mine (http://
craig.prichard.tiddlyspot.com) true just to see how it works and it
seems reasonable enough. Is there a better way or is it a bad idea to
do so?

Craig

-- 
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: SectionLinksPlugin error

2010-03-24 Thread overett1
The solution seems to be to amend the following line i nthe
'sectionTOC macro' part of the plugin:

var link='[['+txt+'|##'+txt+']]';

to read:

var link='[['+txt+'|##'+encodeURI(txt)+']]';

-- 
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] More Portugues problems

2010-03-24 Thread skye riquelme
Hi All

Just a quick report. As previously mentioned, using Erics
SaveAsPlugin.and then reading the file with LoadTiddlersPlugin
(Eric) does not work on Tuesdays..when you work in
portugues..the character "ç" that exists in the portugues word for
tuesday...throws an error in LoadTiddlers!!!

I now realize that the system does not work during march as well
(march in portugues also has "ç"). And since saturday is spelt with a
"á" accent it may not work on saturdays as well!!!

Is there some way to have LoadTiddlers use a complete set of
characters and not just limited to reading english!!!

For now, my work around is to simply change SaveAsPlugin...to NOT
write the CREATED date into the file header.it worksbut not a
totally useful or creative solution!!!

Thanks
Skye

-- 
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] Importing text files?

2010-03-24 Thread ihtiyac
Hi

I am trying to figure out a way to import hundreds of small text files
into TiddlyWiki. I have tried 2 plugins one from 
http://tiddlyvault.tiddlyspot.com/,
one from tiddlytools.com and none of them worked for me. When I drag
and drop FF ends up opening a new page with the text file so the focus
is not the TiddlyPage.

Are these solutions supposed to work with the latest version of TW ?


thanks

-- 
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: ANN: TagsplorerMacro released

2010-03-24 Thread Mike
I feel like I cheated. . .
I was having problems adding a parameter (and not messing up the tags
parameter)
so I opted for a configuration cookie. . .
http://www.strm.us/tw/examples_twgg/tagsplorer.h1

Let me know if this is a taboo solution.
(might also be a solution for adding sort order options, see commented
code by overett1)

Mike (a little excited I found a solution, a little perplexed by
parameters)

On Mar 23, 8:03 pm, Mike  wrote:
> Starting here. . .http://www.strm.us/tw/examples_twgg/tagsplorer.h1
>
> Will work on excludeLists parameter tomorrow :P (Finishing may be
> another subject)
>
> Mike
>
> On Mar 22, 9:45 pm, passingby  wrote:
>
> > It took me some time to figure out but its great once one gets it.
> > There are still two questions though:
> > 1. In the demo tiddler, when i remove a tag by clicking on it, it gets
> > added to the list below, which is fine. But when the very last tag is
> > removed two things happen, the list below gets expanded with tags
> > which were'nt there in the tagexplorer at all! and the new button also
> > starts showing these tags (which werent there earlier). How and why?
> > 2. When one 'adds' a new tag in the tagsplorer, isnt it supposed to be
> > added to the containing tiddler's tag list? or is that feature not
> > included yet and will come later?
>
> > Great plugin though.
>
> > On Mar 23, 2:29 am, FND  wrote:
>
> > > Thanks for the feedback, everyone.
>
> > > > any other thoughts on excludeLists?
> > > > I am going to have some spare time this week and might play with it
>
> > > Your suggested patch seems quite elegant. (I haven't actually tested it
> > > yet.)
> > > I agree that it needs to be an optional parameter (not entirely sure
> > > about the default behavior though), but that shouldn't be too 
> > > hard:http://tiddlywiki.org/wiki/Dev:Macro_Parameters#Named_Parameters
>
> > > > Also, I think "new" isn't the best label for that button. Perhaps any
> > > > of the following would be more intuitive. [...]
>
> > > I agree, and have already changed my local copy to use "[+]" - not
> > > perfect either, but certainly an improvement.
>
> > > Also, selected tags should have an "X" icon to clarify that they can be
> > > removed again.
>
> > > Some styling of the container element would probably help as well.
>
> > > > I guess it's not so much the interface but the name which was a bit
> > > > confusing to me. Wouldn't something like TagListFilter go better with
> > > > it?
>
> > > Well, I'm the last person you'd want naming things - but I kinda like
> > > the silly word play (I didn't realize it was that obscure though).
> > > FWIW, I'd be happy for someone to fork this plugin and go their own way.
>
> > > Apart from the name, I guess a better concise description would also be
> > > useful. But I have a feeling adding the "faceted navigation" label will
> > > only lead to more confusion...
>
> > > > I think it might be quite powerfull to have a different dropdown
>
> > > I can't quite visualize this at the moment - but it sounds like a
> > > separate (yet worthwhile) plugin?
>
> > > I'm rather busy this week, so there will be some latency on my part.
>
> > > -- F.

-- 
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: ANN: TagsplorerMacro released

2010-03-24 Thread Mike
passingby,
I think the default usage may still be a little confusing, the macro
by itself returns all tiddlers, by clicking new (+) you add a filter
from the dropdown which then shows only tiddlers with that tag, adding
additional filters continues to reduce the tiddler list.

the demo shows the macro with some filters already in place, by
removing all of the filters you can see the full tiddler list.

The plugin does not change the tags on current tiddlers.

Seeing it in action with FND's (2) full examples shows the usage
better than the limited demo.

Hope that helps,
Mike

On Mar 24, 8:07 pm, Mike  wrote:
> I feel like I cheated. . .
> I was having problems adding a parameter (and not messing up the tags
> parameter)
> so I opted for a configuration cookie. . 
> .http://www.strm.us/tw/examples_twgg/tagsplorer.h1
>
> Let me know if this is a taboo solution.
> (might also be a solution for adding sort order options, see commented
> code by overett1)
>
> Mike (a little excited I found a solution, a little perplexed by
> parameters)
>
> On Mar 23, 8:03 pm, Mike  wrote:
>
> > Starting here. . .http://www.strm.us/tw/examples_twgg/tagsplorer.h1
>
> > Will work on excludeLists parameter tomorrow :P (Finishing may be
> > another subject)
>
> > Mike
>
> > On Mar 22, 9:45 pm, passingby  wrote:
>
> > > It took me some time to figure out but its great once one gets it.
> > > There are still two questions though:
> > > 1. In the demo tiddler, when i remove a tag by clicking on it, it gets
> > > added to the list below, which is fine. But when the very last tag is
> > > removed two things happen, the list below gets expanded with tags
> > > which were'nt there in the tagexplorer at all! and the new button also
> > > starts showing these tags (which werent there earlier). How and why?
> > > 2. When one 'adds' a new tag in the tagsplorer, isnt it supposed to be
> > > added to the containing tiddler's tag list? or is that feature not
> > > included yet and will come later?
>
> > > Great plugin though.
>
> > > On Mar 23, 2:29 am, FND  wrote:
>
> > > > Thanks for the feedback, everyone.
>
> > > > > any other thoughts on excludeLists?
> > > > > I am going to have some spare time this week and might play with it
>
> > > > Your suggested patch seems quite elegant. (I haven't actually tested it
> > > > yet.)
> > > > I agree that it needs to be an optional parameter (not entirely sure
> > > > about the default behavior though), but that shouldn't be too 
> > > > hard:http://tiddlywiki.org/wiki/Dev:Macro_Parameters#Named_Parameters
>
> > > > > Also, I think "new" isn't the best label for that button. Perhaps any
> > > > > of the following would be more intuitive. [...]
>
> > > > I agree, and have already changed my local copy to use "[+]" - not
> > > > perfect either, but certainly an improvement.
>
> > > > Also, selected tags should have an "X" icon to clarify that they can be
> > > > removed again.
>
> > > > Some styling of the container element would probably help as well.
>
> > > > > I guess it's not so much the interface but the name which was a bit
> > > > > confusing to me. Wouldn't something like TagListFilter go better with
> > > > > it?
>
> > > > Well, I'm the last person you'd want naming things - but I kinda like
> > > > the silly word play (I didn't realize it was that obscure though).
> > > > FWIW, I'd be happy for someone to fork this plugin and go their own way.
>
> > > > Apart from the name, I guess a better concise description would also be
> > > > useful. But I have a feeling adding the "faceted navigation" label will
> > > > only lead to more confusion...
>
> > > > > I think it might be quite powerfull to have a different dropdown
>
> > > > I can't quite visualize this at the moment - but it sounds like a
> > > > separate (yet worthwhile) plugin?
>
> > > > I'm rather busy this week, so there will be some latency on my part.
>
> > > > -- F.

-- 
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: [tw] Re: As far as I can tell; a NEW and MAJOR application for TW

2010-03-24 Thread Anthony Muscio
Vincent et al;

I think you put the requirements rather well. As an interested, but lay
Author this subject is of some interest to me. One of the things I enjoy
doing, and hope I could demonstrate is an ability to conceptualise and
generalise. This is a big part of tiddlywiki's current strength using
tags/tiddler/WikiWords and the macros that operate against them.

I think it is arguable that tiddlyWiki's non-linear nature is a strength
that sometimes expresses itself as a weakness. It is possible to represent
any organisational model such as networked, hierarchical etc... in
tiddlywiki however we do not have all the tools to efficiently manage these
alternate models - eg; Book heiracy along with it's non-linear research
notes or associated lists/tables.

In keeping with your crystallisation of the needs My notes in italic

1. strong searching/indexing/filtering engine *(we have this but it must be
extended to assist in alternate tiddler organisation methods)*
 2. visual display on one page all organized tiddlers as well as
random/orphaned tiddlers (ie. you can have many mind-maps displaying in a
main page - some are associated, others are not, but displaying on the same
main-page nevertheless).  - *This could present alternate views of the same
data*
3. graphical interface so dragging to link/associate or disassociate is
possible *This is a great idea, a two column method with an outline on one
side (Expand to see tiddler content) and unstructured and or filtered items
on the right* *(Including a filter that excludes items on left) so one can
drag drop from Right to left (add to story and order) left to left (Reorder
in story) and left to right remove from story.*

If carefully defined the above solution could also be used for structured
tagging eg; left hand side has a tagging structure and filtered tiddler on
the right can be dragged and dropped to the left and obtain the relevant tag
set - eg; Chapter1 Section2 MeetingCharacter1 or Personal Task Urgent

The final extension of these features would allow two heirachcal lists on
the screen at once and the ability to drag drop tiddlers between them with
an option to have the tiddler exist in both structures or only one (Thus
remove during drag/drop).

With the above suggestion the tiddler name needs to be a meaningful
descriptor of the contents (to assist organisation)  so would not itself
appear in the view one would use to "publish" the heirachy. It would be nice
to be able to have the Published version in the left with the tiddlernames
corresponding to it displayed in the right hand side and/or allow
dbl-clicking on the published version would open the contributing tiddler.

On output formats - The wiki formatting is always ultimately presented as a
HTML in your browser. This can be selected and "Copied as HTML' or text.
Once captured in HTML a large pile of tools and converters are available for
placement into a traditional word processor or other file format for
delivery to the editor.

Perhaps a generic order within tag set tool could be developed. eg; The Tag
"Items" may exist. If a global variable says tiddlywiki should order
tiddlers tagged "items" then a field will be created in each tiddler tagged
"OrderedItems" and a serial number placed in this - initially as created but
updated when reordered.

Tags effectively act as sets We should have a a small suit of set
manipulation tools and tiddlywki will be very strong..

Anyway I hope this is of some value to those that may like to develop these
powerful additions.


TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com

-- 
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: [tw] forEachTiddler where date between today and one week ago

2010-03-24 Thread Anthony Muscio
Geert,

Others can answer this question precisely but a quick alternative is the
http://www.TiddlyTools.com/#RecentChangesPlugin

<> which presents a drop down list as asked and from there
you can goto/edit/preview.

Regards Tony

TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Mon, Mar 22, 2010 at 20:14, geert Geurts  wrote:

> Hello list,
> I would like to create a < the journals created from today till one week ago.
> Does anyone know how to get this working?
>
> Thanks!
>
> Greetings,
> Geert
>
> --
> 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.
>

-- 
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: [tw] Importing text files?

2010-03-24 Thread Anthony Muscio
You say where you found the plugins but not which ones you tried.

It is thus a little difficult to know exactly what you are after.

http://www.TiddlyTools.com/#QuickEditPluginhas
an Insert/Browse for file you can use to import a file at a time into
the tiddler.

You could append all your text files into a csv file and use
http://www.tiddlytools.com/#CreateTiddlersFromCSV to import them.

Good luck


TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Thu, Mar 25, 2010 at 09:18, ihtiyac  wrote:

> Hi
>
> I am trying to figure out a way to import hundreds of small text files
> into TiddlyWiki. I have tried 2 plugins one from
> http://tiddlyvault.tiddlyspot.com/,
> one from tiddlytools.com and none of them worked for me. When I drag
> and drop FF ends up opening a new page with the text file so the focus
> is not the TiddlyPage.
>
> Are these solutions supposed to work with the latest version of TW ?
>
>
> thanks
>
> --
> 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.
>
>

-- 
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: Importing text files?

2010-03-24 Thread ihtiyac
Hi

Thanks for the reply I will check out your suggestions.

Basically I have 800+ small text files that I want import into TW. As
you can imagine this can be a daunting task if I need to it manually
or near manually.

-- 
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: Importing text files?

2010-03-24 Thread Mark S.
Hi,

What version of Firefox are you running? And what version of the
FileDropPlugin ? FF 3.6 needs FileDropPlugin 2.1.4 for file dropping
to work. Also, if you haven't already done it,
signed.applets.codebase_principal_support in the about:config dialog
needs to be set to true.

Mark



On Mar 24, 7:57 pm, ihtiyac  wrote:
> Hi
>
> Thanks for the reply I will check out your suggestions.
>
> Basically I have 800+ small text files that I want import into TW. As
> you can imagine this can be a daunting task if I need to it manually
> or near manually.

-- 
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] using a macro within the tabs macro

2010-03-24 Thread Saverio
I would like to use the tabs macro as follows:

<>
   "tab2 label" "tab2 tooltip" "tiddler2"
>>

Based on what seemed a promising discussion (http://groups.google.com/
group/tiddlywiki/browse_thread/thread/5aa73a7941df3cf0/
d4f2ed179997e962?lnk=gst&q=tabs+macro#d4f2ed179997e962) [though the
request there was the opposite, to embed the tabs macro within
newTiddler], I tried enclosing the tiddler macro expression in quotes,
breaking up the closing >> into '>' + '>', and enclosing the whole
expression in {{ }}, but nothing has worked.  Can anyone help me out?

-- 
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: [tw] Re: Importing text files?

2010-03-24 Thread Anthony Muscio
You could use in windows a batch like the following;

echo >Output.csv
for %%A in (File*.txt) DO CALL :Make %%A
goto end
:Make
Echo "%1",##>>Output.csv
type "%1">>Output.csv
:end

Which will append all the files named files*.txt together into output.csv.
Then use a good replace command/editor to change ##\n to \n (where \n is new
line)
An old school editor I use for this is PFE32
On importing the first csv column would be the filename/tiddler title and
the second the content.

Of course you must watch the possibility of commas in your text.

Regards Tony

TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Thu, Mar 25, 2010 at 13:57, ihtiyac  wrote:

> Hi
>
> Thanks for the reply I will check out your suggestions.
>
> Basically I have 800+ small text files that I want import into TW. As
> you can imagine this can be a daunting task if I need to it manually
> or near manually.
>
> --
> 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.
>
>

-- 
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: [tw] using a macro within the tabs macro

2010-03-24 Thread Anthony Muscio
Try the http://tiddlywiki.abego-software.de/#PartTiddlerPlugin plugin.

In a tiddler called "Mode", you can define parts later in your tiddler but
reference them in your tabs.



Any macros you want
eg
<>



<>



<>



This expands the ability to have complex content in your tabs from a single
(or multiple files).




TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Thu, Mar 25, 2010 at 15:10, Saverio  wrote:

> I would like to use the tabs macro as follows:
>
> <   "tab1 label" "tab1 tooltip" <>
>   "tab2 label" "tab2 tooltip" "tiddler2"
> >>
>
> Based on what seemed a promising discussion (http://groups.google.com/
> group/tiddlywiki/browse_thread/thread/5aa73a7941df3cf0/
> d4f2ed179997e962?lnk=gst&q=tabs+macro#d4f2ed179997e962)
> [though the
> request there was the opposite, to embed the tabs macro within
> newTiddler], I tried enclosing the tiddler macro expression in quotes,
> breaking up the closing >> into '>' + '>', and enclosing the whole
> expression in {{ }}, but nothing has worked.  Can anyone help me out?
>
> --
> 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.
>
>

-- 
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] ShowPopup inside FET?

2010-03-24 Thread skye riquelme
Hi All

Is something like this possible?

<"+">\n"'
>>

Thanks
Skye

-- 
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: Importing text files?

2010-03-24 Thread ihtiyac
On Mar 24, 11:05 pm, "Mark S."  wrote:
> Hi,
>
> What version of Firefox are you running? And what version of the
> FileDropPlugin ? FF 3.6 needs FileDropPlugin 2.1.4 for file dropping
> to work. Also, if you haven't already done it,
> signed.applets.codebase_principal_support in the about:config dialog
> needs to be set to true.
>
> Mark
>

Hi
I am under FF 3.5.5 and FileDrop 2.1.4.

I have already changed that FF settings but did not do anything for me
really.

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