[tw] Re: Goolge Chrome Frame
> I'm testing Goolge Chrome Frame detection / activation meta ( http-equiv="X-UA-Compatible" content="chrome=1">) but I don't know > where to put the code. I've tried on MarkupPreHead but still not > working. Only works if I put the code directly in html code. Adding code to MarkupPreHead will in fact bake it directly into the HTML document, so I don't see why this wouldn't work. Have you reloaded the document after making the change? Perhaps check the source; the MarkupPreHead contents should appear towards the top of the document (look for "PRE-HEAD-START", right below the license). -- F. --~--~-~--~~~---~--~~ 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: Search macro, script or plugin?
Aha, Thanks for the tip Anthony, I try that. One question though, several persons can have the same birthday, can that cauce a problem? I mean I can't have 2 tiddlers with the same topic/title. PS: I was just kidding with "nuts and bolt" expression. I saw Måns once used it and I thought it was funny :) //Tobbe > A Question for Tobbe though. When you enter the persons name or birthdate > why dont you put it in [[square brackets]] - then when you click on it it > will create the tiddler eg; [[1908-02-17]] (It would be smart to tag the new > tiddler as a "Date". Using default tiddlywiki you can see the orphans (Named > but un-created tiddlers) and once created you can use the tiddler menu > References to see all occasions in which that data is referenced. That is > you build these links into your wiki so you don't need to search. You can > also list all tiddlers tagged "Date" in name order to see a time line etc... > > What I am suggesting can also work well with Erics suggestion. > > If you want to go further, look at the NewHerePlugin. > > PS In english we dont say I "totally nuts and bolts", just "totally nuts" or > "am I a nut?" , But I like "totally nuts and bolts" :-) > > Tony > > TonyM > > If you have not found an easy way to do it with TiddlyWiki, you have missed > something.www.tiddlywiki.com > > On Thu, Sep 24, 2009 at 16:52, Tobbe wrote: > > > Thanks Eric, > > > Nice, I'll try that. > > > //Tobbe > > > On 24 Sep, 08:13, Eric Shulman wrote: > > > > I'm thinking of making a TW into a geneology database. The title in > > > > every tiddle gonna be the persons name. The I'm gonna put in the > > > > display area this information: > > > > Firstname Lastname was born 1854-04-01 in Ghosttown, Spokane, USA son > > > > of [[Big Lastname]] and [[Mrs Lastname]] > > > ... > > > > So I wanna be able so make a search in every tiddler and looking for a > > > > certain birthdate and the result should be a new tiddler with the > > > > birthdate as the title and in the display area all the people that are > > > > born that certain date I search for > > > > Instead of using free-form text to enter your content into each > > > tiddler, if you use some special formatting for the content, then they > > > can be used programmatically as 'tiddler slices' (addressable name- > > > value pairs, stored in the tiddler's text content). For example, in a > > > tiddler named [[John Smith]], you could write: > > > > First: John > > > Last: Smith > > > Born: 1854-04-01 > > > Place: Ghosttown, Spokane, USA > > > Father: Big Lastname > > > Mother: Mrs Lastname > > > > Then, you can use macros like: > > > <> > > > which displays: > > > Ghosttown, Spokane, USA > > > > and, you can programmatically access slice values, too. For example, > > > using ForEachTiddlerPlugins's <> macro, you can write: > > > > < > > where > > > 'store.getTiddlerText(tiddler.title+"::Born","").startsWith > > > ("1854")' > > > sortBy > > > 'store.getTiddlerText(tiddler.title+"::Last","")' > > > ascending > > > write > > > '"|"+store.getTiddlerText(tiddler.title+"::First","") > > > +"|"+store.getTiddlerText(tiddler.title+"::Last","") > > > +"|"+store.getTiddlerText(tiddler.title+"::Born","") > > > +"|\n"' > > > > enjoy, > > > -e > > > > note: for a discussion/explanation of slices, see: > >http://groups.google.com/group/tiddlywiki/browse_frm/thread/e1ec74a3f... --~--~-~--~~~---~--~~ 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: Update to NoteStorm
On Sep 24, 6:52 pm, Shankar wrote: > On Sep 23, 11:38 am, Eric Shulman wrote: > > > > Hello Dave, > > This is a repeat of the question I accidentally, wrongly posted under > another thread. > > I am running into an issue using the NoteStorm (somewhat customized by > me). The titles of the notes in the tree structure is spilling over > to the main viewer area. The text in the treeview nodes behave like > their "overflow" values are set to "auto" and what I need is the > behaviour as if it was set to "hide". > > Could you tell me how to do this, please - I did not find any place > where I could set this. > > Thanks. > > Cheers; 'best, > > shankar swamy. Never mind - it was as simple as I had thought except that I had a typo in the StyleSheet ... a ... I set the mainmenuarea overflow to hidden. It worked as expected after I fixed the typo. Cheers; 'best, shankar swamy --~--~-~--~~~---~--~~ 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: Update to NoteStorm
On Sep 23, 11:38 am, Eric Shulman wrote: > > > Hello Dave, This is a repeat of the question I accidentally, wrongly posted under another thread. I am running into an issue using the NoteStorm (somewhat customized by me). The titles of the notes in the tree structure is spilling over to the main viewer area. The text in the treeview nodes behave like their "overflow" values are set to "auto" and what I need is the behaviour as if it was set to "hide". Could you tell me how to do this, please - I did not find any place where I could set this. Thanks. Cheers; 'best, shankar swamy. --~--~-~--~~~---~--~~ 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: Search macro, script or plugin?
Good Tip Eric, A Question for Tobbe though. When you enter the persons name or birthdate why dont you put it in [[square brackets]] - then when you click on it it will create the tiddler eg; [[1908-02-17]] (It would be smart to tag the new tiddler as a "Date". Using default tiddlywiki you can see the orphans (Named but un-created tiddlers) and once created you can use the tiddler menu References to see all occasions in which that data is referenced. That is you build these links into your wiki so you don't need to search. You can also list all tiddlers tagged "Date" in name order to see a time line etc... What I am suggesting can also work well with Erics suggestion. If you want to go further, look at the NewHerePlugin. PS In english we dont say I "totally nuts and bolts", just "totally nuts" or "am I a nut?" , But I like "totally nuts and bolts" :-) Tony TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Thu, Sep 24, 2009 at 16:52, Tobbe wrote: > > Thanks Eric, > > Nice, I'll try that. > > //Tobbe > > On 24 Sep, 08:13, Eric Shulman wrote: > > > I'm thinking of making a TW into a geneology database. The title in > > > every tiddle gonna be the persons name. The I'm gonna put in the > > > display area this information: > > > Firstname Lastname was born 1854-04-01 in Ghosttown, Spokane, USA son > > > of [[Big Lastname]] and [[Mrs Lastname]] > > ... > > > So I wanna be able so make a search in every tiddler and looking for a > > > certain birthdate and the result should be a new tiddler with the > > > birthdate as the title and in the display area all the people that are > > > born that certain date I search for > > > > Instead of using free-form text to enter your content into each > > tiddler, if you use some special formatting for the content, then they > > can be used programmatically as 'tiddler slices' (addressable name- > > value pairs, stored in the tiddler's text content). For example, in a > > tiddler named [[John Smith]], you could write: > > > > First: John > > Last: Smith > > Born: 1854-04-01 > > Place: Ghosttown, Spokane, USA > > Father: Big Lastname > > Mother: Mrs Lastname > > > > Then, you can use macros like: > ><> > > which displays: > >Ghosttown, Spokane, USA > > > > and, you can programmatically access slice values, too. For example, > > using ForEachTiddlerPlugins's <> macro, you can write: > > > > < > where > > 'store.getTiddlerText(tiddler.title+"::Born","").startsWith > > ("1854")' > > sortBy > >'store.getTiddlerText(tiddler.title+"::Last","")' > >ascending > > write > >'"|"+store.getTiddlerText(tiddler.title+"::First","") > > +"|"+store.getTiddlerText(tiddler.title+"::Last","") > > +"|"+store.getTiddlerText(tiddler.title+"::Born","") > > +"|\n"' > > > > > > > > enjoy, > > -e > > > > note: for a discussion/explanation of slices, see: > http://groups.google.com/group/tiddlywiki/browse_frm/thread/e1ec74a3f... > > > --~--~-~--~~~---~--~~ 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: Multiple sort levels
I cant solve your problem but I avoid this need by doing the following; Review a list of active projects, select a project Review a list of actions relating to that specific project That is if you create a view of your actions filtered by a specific project you will not see other actions be they part of active or inactive projects. There are I am sure there are plenty of ways to do what you ask but do you really want it :) Tony TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Fri, Sep 25, 2009 at 06:26, Amzg wrote: > > I have projects with actions. Projects can be tagged active or > completed. Actions are also tagged in various ways, but it is not > possible - via the action tiddler itself - to tell if it's project is > tagged active or completed. > > How can you list the actions belonging to only active projects? > > An archived thread [1] suggests fET to generate sortable tables, but I > don't want tables only a simple list. (I wouldn't mind using fET > though.) > > Thank you! > > > > http://groups.google.com/group/TiddlyWiki/browse_thread/thread/930e657d161e > > > --~--~-~--~~~---~--~~ 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: TiddlyLink a Macro output
> I'm trying to make a link out of the day. I have certain daily > functions I perform, and their procedures are listed under a wiki of > the day [[Monday]] etc. Well I recently learned about macros < DDD>> does pull up the name of the day, but I cant seem to make it > into a link in any conventional way. Anyone? Unfortunately, because of the way macros work in TW, it's not possible to combine the "output from a macro" with some surrounding syntax and then have that combination parsed as if it had been entered as text. For example, using a macro inside the PrettyLink syntax, like this: [[text to show|<>]] is *not* valid TW syntax. The reason is that when a macro is invoked by the TW core's "wikify()" engine, it doesn't generate *text* that is inserted into the source and then parsed to produce the final rendered result. Rather, each macro is responsible for rendering it's own output (if any) by directly generating browser DOM elements into a containing 'place' that is passed to the macro by the core engine. Fortunately, there *are* several ways to create dynamically-assembled output, depending upon your specific needs. One method uses only TW- native syntax by combining 'hidden sections' and 'transclusion with evaluated parameters'. For example, you can put the following in a tiddler named [[LinkToToday]]: /% !show [[$1]] !end %/<> you can then embed this output into another tiddler's content, like this: <> Alternatively, you can use this plugin: http://www.TiddlyTools.com/#WikifyPlugin to do something very similar, with a more compact syntax: <> You could also use this plugin: http://www.TiddlyTools.com/#DatePlugin which provides a variety of enhanced date display, link and advanced popup features, allowing you to write: <> to create the desired link. ...and, if that's not sufficient, with this plugin: http://www.TiddlyTools.com/#InlineJavascriptPlugin you can use almost any javascript-programmed logic you want to generate dynamic output, like this: var day=new Date().formatString('DDD'); if (['Saturday','Sunday'].contains(day)) return "It's the weekend... go out and play!"; else return "[["+day+"]]"; However... based on this further bit of info from you: "To add today's Tiddler to the DefaultTiddler" it would seem that none of the above is quite the right fit, because what you want to do is alter the content of [[DefaultTiddlers]] so that it affects *startup processing*. Unfortunately, the previously described techniques are all used to generate linked date output *within a rendered tiddler*, which occurs long after startup processing has been completed. Fortunately, there is still a relatively easy way to do what you want... 1) Start by creating a tiddler (give it a name like [[SetDefaultTiddlersPlugin]]) 2) Enter the following javascript code: //{{{ var now="[["+new Date().formatString('DDD')+"]]"; config.shadowTiddlers['DefaultTiddlers']=now; //}}} 3) Add the 'systemConfig' tag (to indicate that this is a plugin) 4) Press 'done' 5) Delete (or rename) any existing [[DefaultTiddlers]] (so that the shadow tiddler will be applied the next time the document is opened) When the document is saved-and-reloaded, the tiny plugin you just created will be invoked during startup, and the DefaultTiddlers shadow content will be updated with a link to the current day name. Then, when the DefaultTiddlers definition is *applied* (near the end of the startup process), the desired day-named tiddler (e.g., "[[Monday]]", "[[Tuesday]]", etc) will be automatically opened, based on the content your plugin has written into the shadow tiddler. QED. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~--~~~~--~~--~--~---
[tw] Re: Change DateFormatString for NewJournal Macro
I had seen that page, but didn't understand where I had to go to make the change. Thanks. I made the change & have the format I like. Keith On Sep 24, 5:41 am, FND wrote: > > I would like to have the date for theNewJournalmacro in a different > > format. [...] I haven't been able to find out how to specify or > > change the DateFormatString. > > I assume you've seen this: > http://tiddlywiki.org/wiki/NewJournal_%28macro%29 > > If you want to change the button in the right-hand sidebar, open > SideBarOptions and modify theNewJournalmacro call there: > <> > > -- F. --~--~-~--~~~---~--~~ 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: TiddlyLink a Macro output
There is a little uncertainty in what you are trying to do but try these examples <> <> a tiddler called newDiaryContent will hold default content for a newley created tiddler. TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Fri, Sep 25, 2009 at 09:39, Gwydion wrote: > > Hrrm. :( > > On Sep 23, 11:08 am, Gwydion wrote: > > Reason: To add today's Tiddler to the DefaultTiddler > > > > Anyone? > > > > On Sep 23, 10:55 am, Gwydion wrote: > > > > > > > > > Pretty simple. > > > > > I'm trying to make a link out of the day. I have certain daily > > > functions I perform, and their procedures are listed under a wiki of > > > the day [[Monday]] etc. Well I recently learned about macros < > > DDD>> does pull up the name of the day, but I cant seem to make it > > > into a link in any conventional way. Anyone?- Hide quoted text - > > > > - Show quoted text - > > > --~--~-~--~~~---~--~~ 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: TiddlyLink a Macro output
Hrrm. :( On Sep 23, 11:08 am, Gwydion wrote: > Reason: To add today's Tiddler to the DefaultTiddler > > Anyone? > > On Sep 23, 10:55 am, Gwydion wrote: > > > > > Pretty simple. > > > I'm trying to make a link out of the day. I have certain daily > > functions I perform, and their procedures are listed under a wiki of > > the day [[Monday]] etc. Well I recently learned about macros < > DDD>> does pull up the name of the day, but I cant seem to make it > > into a link in any conventional way. Anyone?- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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: TaggerPlugin documentation
Maybe it's possible to find something via this "archived internet" service; http://web.archive.org/web/20080613202930/http://tw.lewcid.org/ http://web.archive.org/web/*/http://tw.lewcid.org//#TaggerPlugin On Sep 24, 7:36 pm, expat wrote: > Does anyone have documentation on the TaggerPlugin? > I was able to copy it from another wiki, but the original source > website (http://tw.lewcid.org//#TaggerPlugin) no longer seems to be > available. > > 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] Multiple sort levels
I have projects with actions. Projects can be tagged active or completed. Actions are also tagged in various ways, but it is not possible - via the action tiddler itself - to tell if it's project is tagged active or completed. How can you list the actions belonging to only active projects? An archived thread [1] suggests fET to generate sortable tables, but I don't want tables only a simple list. (I wouldn't mind using fET though.) Thank you! http://groups.google.com/group/TiddlyWiki/browse_thread/thread/930e657d161e --~--~-~--~~~---~--~~ 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: Filedrop plugin hangs with multiple files or a directory dropped
> When I drop a single file into an open tiddler, it the filedrop plugin > works fine. When I select mutilpe files or a directory to drop into an > open tiddler, it never completes and I have to kill the Firefox tab > and reload from disk. I am not sure what is wrong. Does anyone have > the same problem or have a solution? The default "drop handler" defined by FileDropPlugin is very simple, and only handles *text* files, dropped one at a time, from which it creates tiddlers, using the text from the file as the body of the tiddler. However, if you want to drop multiple selected files or *folders* at once, you need to install a more advanced drop handler as an addon to FileDropPlugin: http://www.TiddlyTools.com/#FileDropPluginConfig Also, if you install http://www.TiddlyTools.com/#AttachFilePlugin http://www.TiddlyTools.com/#AttachFilePluginFormatters then the extended handling of FileDropPluginConfig will allow you you to drag and drop *binary* files into your TW document. The file contents are first converted using "base64" text-encoding (the same method used to store attachments in email messages), and then the resulting text block is saved within a section of a specially- formatted tiddler that has an 'attachment' tag. With AttachFilePluginFormatters in place, you can then use normal TW image syntax to display the embedded files (assuming they are GIF/JPG/PNG images, of course), like this: [img[NameOfAttachmentTiddler]] (i.e., use a tiddler name in place of an external "path/file.jpg" reference) The ...PluginFormatters code takes care of resolving the image data using a 3-tiered approach: if the attachment has base64-encoded data (and you are not using IE), then the data is applied to render the image. Otherwise, if a local path/file is defined in the attachment, that external file is used... and, if no local file is found, then a final fallback to a remote URL can be used. Of course, if all these sources are unavailable, then the usual 'broken image' icon will appear in the output (unless your browser is set to hide those). enjoy, -e --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~--~~~~--~~--~--~---
[tw] Re: FYI re Thunderbird 3/ gmail outage protection
additional info: if you get that big red javascript warning, correct it with this: tools>options>general>config editor>type in "javascript" then change "extensions.tbrowse.dojavascript" from false to true warning: I have no expertise in security issues, so I have no idea if this is any worse than fixing the same problem in firefox - proceed at your own risk DP On Sep 24, 10:48am, Dave Parker wrote: > Just thought people here might be interested, > > if you're ever concerned about gmail going down, you might want to get > Thunderbird 3(beta) and install the add-on "Thunderbrowse" > > I've got a Note Storm TW going as the mail start page > (tools>options>general), and any links open in the Thunderbird browser > nicely, and when gmail goes down you still have all your email. You > can also set a google calendar as your calendar in thunderbird. > > DP --~--~-~--~~~---~--~~ 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: imbedding images
> Can anyone clue me in what I may be doing wrong? How did you "embed images"... *exactly* what syntax are you using? Without that kind of basic information as to what you've tried, there's no way to even hazard a guess as to what you've done wrong. We *like* answering questions in this group... just please give a bit more to go on! enjoy, -e --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~--~~~~--~~--~--~---
[tw] Re: Hiding text within a tiddler
> According to the WIki documentation, you can hide text (as comments) > within a tiddler so that it is not displayed, it can be wrapped in /% > and %/. > I have noticed that when you are in view mode, however, the commented > text DOES take up space - so everything below is moved down. For > example, if you hade six lines of comments like this (as seen in edit > mode): > > Normal text line > /% Line 1 %/ > /% Line 2 %/ > /% Line 3 %/ > /% Line 4 %/ > /% Line 5 %/ > /% Line 6 %/ > Another normal text line TW comments are not a line-by-line syntax. It simply omits from processing every character contained within the opening "/%" and the closing "%/". However, in your example above, there is a newline that occurs in between each comment, as it occurs *outside* the comment markers. In order to omit several lines of comments, you should enclose them within a single set of comment markers: Normal text line /% Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 %/Another normal text line Note that the closing marker is on the same line as the text that follows it. This ensures that there is no extra newline occuring after the comment but before the text. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~--~~~~--~~--~--~---
[tw] TaggerPlugin documentation
Does anyone have documentation on the TaggerPlugin? I was able to copy it from another wiki, but the original source website (http://tw.lewcid.org//#TaggerPlugin) no longer seems to be available. 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] Filedrop plugin hangs with multiple files or a directory dropped
When I drop a single file into an open tiddler, it the filedrop plugin works fine. When I select mutilpe files or a directory to drop into an open tiddler, it never completes and I have to kill the Firefox tab and reload from disk. I am not sure what is wrong. Does anyone have the same problem or have a solution? 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] imbedding images
I can't seem to get image imbeds to work. I am loading my TW from my local machine (not on a web server). Is this a restriction that I am not aware of? Coded imbed image statements just don't show up in view mode at all and neither do the images they point to - such as from flickr. Can anyone clue me in what I may be doing wrong? 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] Hiding text within a tiddler
According to the WIki documentation, you can hide text (as comments) within a tiddler so that it is not displayed, it can be wrapped in /% and %/. I have noticed that when you are in view mode, however, the commented text DOES take up space - so everything below is moved down. For example, if you hade six lines of comments like this (as seen in edit mode): Normal text line /% Line 1 %/ /% Line 2 %/ /% Line 3 %/ /% Line 4 %/ /% Line 5 %/ /% Line 6 %/ Another normal text line Then when you end edit and just view, you see this: Normal line of text Another normal text line. Can this be handled through CSS or something so that the lines don't take space at all and you get this in view mode: Normal line of text Another normal text line. 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] Re: Success in combining treeview & TiddlyDesktop and MoveableTW ... but ...
On Sep 24, 10:11 am, Shankar wrote: > I notice that the names of the tiddlers in the tree on the left spills > over to the tiddler display area (after I readjusted the layouts) with > the names that are long. I would rather have the names of the > tiddlers handled as if its "overflow" set as "hidden" (right now it > seems like it is set to "auto"). > > What is the suggested way of doing this? > > Thanks. > > Cheers; 'best, > > shankar swamy My apologies for posting this under the wrong thread - it should have gone under NoteStorm thread. - sns --~--~-~--~~~---~--~~ 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: Success in combining treeview & TiddlyDesktop and MoveableTW ... but ...
I notice that the names of the tiddlers in the tree on the left spills over to the tiddler display area (after I readjusted the layouts) with the names that are long. I would rather have the names of the tiddlers handled as if its "overflow" set as "hidden" (right now it seems like it is set to "auto"). What is the suggested way of doing this? Thanks. Cheers; 'best, shankar swamy --~--~-~--~~~---~--~~ 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] FYI re Thunderbird 3/ gmail outage protection
Just thought people here might be interested, if you're ever concerned about gmail going down, you might want to get Thunderbird 3(beta) and install the add-on "Thunderbrowse" I've got a Note Storm TW going as the mail start page (tools>options>general), and any links open in the Thunderbird browser nicely, and when gmail goes down you still have all your email. You can also set a google calendar as your calendar in thunderbird. DP --~--~-~--~~~---~--~~ 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] Goolge Chrome Frame
I'm testing Goolge Chrome Frame detection / activation meta () but I don't know where to put the code. I've tried on MarkupPreHead but still not working. Only works if I put the code directly in html code. --~--~-~--~~~---~--~~ 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] TextAreaPlugin
Is there a way to make the editor "stretch bar" remember its position for all edited tiddlers via a cookie? For me, I'd like that height applied when editing any 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] Re: Change DateFormatString for NewJournal Macro
> I would like to have the date for the NewJournal macro in a different > format. [...] I haven't been able to find out how to specify or > change the DateFormatString. I assume you've seen this: http://tiddlywiki.org/wiki/NewJournal_%28macro%29 If you want to change the button in the right-hand sidebar, open SideBarOptions and modify the NewJournal macro call there: <> -- F. --~--~-~--~~~---~--~~ 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] Change DateFormatString for NewJournal Macro
I would like to have the date for the NewJournal macro in a different format. I've found the DateFormatString definition, and that for NewJournal the "title" parameter is treated as a DateFormatString so that you can specify your own date format. However I need help. I haven't been able to find out how to specify or change the DateFormatString. --~--~-~--~~~---~--~~ 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] hello
I'm French so excuse my poor English !! I would try to have a contact with Tobias, if he is the author of tbGTD tiddlywiki ! if possible he could send me OK at my mail address and I send him the result of my try with this tiddlywiki ! thanks ChrisToonet --~--~-~--~~~---~--~~ 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: Success in combining treeview & TiddlyDesktop and MoveableTW ... but ...
> @@About a year ago@@ I've been in contact with BidiX, who said he would > look into UploadPlugin's incompatibility with TiddlyDesktop as soon he > would find the time... > I know BidiX is a very busy > man. In spite of this he managed to help me setting his TiddlyHome up > - on my webhost @@about a year ago@@. Aha, that's why he got diverted.. ;-) (just joking) It seems the plight of the helpful of always being short of time.. --~--~-~--~~~---~--~~ 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: Scientific Research
You are a couple of years ahead of where I hope we are heading with Tiddlymanuals! We have an outcomes evaluation on how a team might adapt to using this technology, and whether this will improve outcomes for the young people it is treating - but we are just setting out on this, rather than having anything published yet. Dickon On Sep 23, 4:26 pm, Craig in Calgary wrote: > Thank you all for your feedback and suggestions. All the input is > valuable but not exactly where I am heading. I apologize for not > wording my question better. > > I am trying to find a documented research project (published in a > reputable journal) that included TiddlyWiki within the scope of the > research - as the subject of the research or included as one of > several subjects of the research. I do not need to find TiddlyWikis > that have been used to hold the details of a research project. > > Examples of published research I can springboard from in which > TiddlyWiki in general or a particular adaptation is scrutinized within > the research: > * the efficacy of following the GTD approach to task management. > * the efficacy of content management systems for personal or corporate > use. > * effective time management strategies for students comparing paper- > based and electronic-based approaches. > * Wikis in general or a particular context of use for wikis. > * Web 2.0 in general or a particular context of use for Web 2.0. > * Collaboration in general or a particular collaboration context, e.g. > corporate, classroom. > * The TiddlyManual project could work if there is some published > research on the project in which the TiddlyWiki adaptation is included > within the research. > > Thank you in advance for any further input. All comments are welcome > and 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: Success in combining treeview & TiddlyDesktop and MoveableTW ... but ...
Eric and Wolfgang - Thank you very much for going into detail. I now have a lot to work with for a longer period of time... I succeded in uploading a TiddlyDesktop document following Wolfgangs instructions, - but it is only editable (able to save) on a local copy - because of the conflicting UploadPlugin... desktree.tiddlyspot.com It's very sad if this bug will prevent TiddlyDesktop from beeing used online and develloped further... I hope someone will look into this issue. I know BidiX is a very busy man. In spite of this he managed to help me setting his TiddlyHome up - on my webhost about a year ago. There were some hostrelated problems, which are solved now (switching host)... There's a lot of things I have to investigate with the MoveablePanelpackage How can I prevent the linktext in the branches (treeviewplugin) from "shaking" for example? http://dl.getdropbox.com/u/1064531/DeskTree/MoveTree.html YS Måns Mårtensson On 24 Sep., 09:08, Eric Shulman wrote: > > I really like the ability to use moveable tiddlers - and > > TiddlyDesktops quick response and intuitive way of handling them. Is > > it possible to make it work with TspotPlugin/UploadPlugin and in a > > more or less "normal" TW-document? > > If you want to create a normal looking document with "tear off > tiddlers", try this: > > First, install these plugins: > http://www.TiddlyTools.com/#MoveablePanelPlugin > http://www.TiddlyTools.com/#PanelManagerPlugin > > Then, edit your ViewTemplate and make two changes: > 1) surround the current template layout inside of > > ... > > 2) Just inside the closing above, add this line, which invokes > a macro that adds the mouse-handling and other 'moveable' features to > the tiddler: > > > That's it... you can now move the mouse near the edge of any rendered > tiddler and it will change to a 'four-arrows' cursor. Dragging the > tiddler 'undocks' it from it's default 'anchor' point in the story > column, and allows you to place it *anywhere* on the page. > > When a tiddler is undocked, a special set of 'panel buttons' will > appear next to the regular toolbar items: > > [√] 'docks' the tiddler (returning it to the story column) > [X] closes the tiddler > [≡] brings up the PanelManager menu > > The PanelManager includes lots of commands for controlling the > moveable panels in your document, as well as creating named 'panel > maps' that remember the positions of those panels and an interactive > 'panel map viewer' that lets you view and manipulate your entire > document using a "bird's eye view" graphical representation. > > Note: PanelManager is not *required* in order to give tiddlers basic > moveability. However, without it, the moveable panels have no > 'memory'... when a tiddler panel is closed and then re-opened, it will > revert to it's original, 'docked' position (which may be just what you > want). > > If you don't want *all* tiddlers to be moveable, you could either use > http://www.TiddlyTools.com/#TaggedTemplateTweak > and create a [[MoveableViewTemplate]] containing the changes described > above, and then tag individual tiddlers with "moveable" to active the > functionality for that tiddler. > > Alternatively, you can just add the macro: > <> > directly into any individual tiddler to make just *that* tiddler > moveable, even if no other tiddlers are. You can also limit the > moveable area to a specific portion of a tiddler's content by > enclosing that part of the tiddler source within a CSS wrapper, and > placing the <> macro at the end of that wrapper, like > this: > > {{anyclassnamewillworkhere{ > ... your content ... > <>}}} > > Note: I recommend that the enclosing CSS class include both > "border:..." and "background-color:..." attributes, so that the > moveable panel will be opaque against the other page content (so that > it appears to float on top of them, rather than overlapping and > blending together). > > enjoy, > -e --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~--~~~~--~~--~--~---
[tw] Re: Success in combining treeview & TiddlyDesktop and MoveableTW ... but ...
> I really like the ability to use moveable tiddlers - and > TiddlyDesktops quick response and intuitive way of handling them. Is > it possible to make it work with TspotPlugin/UploadPlugin and in a > more or less "normal" TW-document? If you want to create a normal looking document with "tear off tiddlers", try this: First, install these plugins: http://www.TiddlyTools.com/#MoveablePanelPlugin http://www.TiddlyTools.com/#PanelManagerPlugin Then, edit your ViewTemplate and make two changes: 1) surround the current template layout inside of ... 2) Just inside the closing above, add this line, which invokes a macro that adds the mouse-handling and other 'moveable' features to the tiddler: That's it... you can now move the mouse near the edge of any rendered tiddler and it will change to a 'four-arrows' cursor. Dragging the tiddler 'undocks' it from it's default 'anchor' point in the story column, and allows you to place it *anywhere* on the page. When a tiddler is undocked, a special set of 'panel buttons' will appear next to the regular toolbar items: [√] 'docks' the tiddler (returning it to the story column) [X] closes the tiddler [≡] brings up the PanelManager menu The PanelManager includes lots of commands for controlling the moveable panels in your document, as well as creating named 'panel maps' that remember the positions of those panels and an interactive 'panel map viewer' that lets you view and manipulate your entire document using a "bird's eye view" graphical representation. Note: PanelManager is not *required* in order to give tiddlers basic moveability. However, without it, the moveable panels have no 'memory'... when a tiddler panel is closed and then re-opened, it will revert to it's original, 'docked' position (which may be just what you want). If you don't want *all* tiddlers to be moveable, you could either use http://www.TiddlyTools.com/#TaggedTemplateTweak and create a [[MoveableViewTemplate]] containing the changes described above, and then tag individual tiddlers with "moveable" to active the functionality for that tiddler. Alternatively, you can just add the macro: <> directly into any individual tiddler to make just *that* tiddler moveable, even if no other tiddlers are. You can also limit the moveable area to a specific portion of a tiddler's content by enclosing that part of the tiddler source within a CSS wrapper, and placing the <> macro at the end of that wrapper, like this: {{anyclassnamewillworkhere{ ... your content ... <>}}} Note: I recommend that the enclosing CSS class include both "border:..." and "background-color:..." attributes, so that the moveable panel will be opaque against the other page content (so that it appears to float on top of them, rather than overlapping and blending together). enjoy, -e --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~--~~~~--~~--~--~---