[tw] template terminology

2014-01-30 Thread Mike
I haven't been able to figure out how to do this with TW5, but I think it's just because I'm using the wrong words. I want to have template tiddlers, for example a contact template, a task template, etc. The task template would have fields I define so that any time I create a tiddler I could

[tw] Re: template terminology

2014-01-31 Thread Mike
Hey, thanks! that's pretty cool. Yours pre-fills with variables, right? Do you know of any way to pre-fill by triggering a javascript function? Like a post-create callback hook? On Friday, January 31, 2014 2:10:13 AM UTC-5, Stephan Hradek wrote: Take a look at my newtiddler widget on

[tw] TW5 per-tiddler CSS?

2014-01-31 Thread Mike
Is there any way to inline a style for a specific tiddler? Or all tiddlers with a certain tag? -- 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

[tw] Transclusion within a string

2014-02-03 Thread Mike
I'd like to have a field, e.g. email, and then use that field in a string: a href=mailto:$view field=emailclick to email/a But the resulting link just goes to mailto:$view field=email. Any ideas? I've also tried with the {{!!email}} notation, but it does the same thing as soon as it's inside

[tw] Re: Transclusion within a string

2014-02-03 Thread Mike
That sort of works, but ... 1) I'd have to include / define that macro in every tiddler where i wanted to use it, right? Is there an easy way to put all my macros in one tiddler and then just include that into other tiddlers? 2) This seems like an incredibly long way to go around for what

[tw] Re: Transclusion within a string

2014-02-03 Thread Mike
Aaaah, this is maddening. It's so close. Suppose I create a tiddler with the fields: x = mike email = {{!!x}} then, amazingly, {{!!email}} displays mike and, weirdly, a href={{!!emai}}link/a creates a link to {{!!x}}. hmm. even weirder, changing the email field to be email = mailto:{{!!x

Re: [tw] Re: Transclusion within a string

2014-02-03 Thread Mike
if the questions or suggestions I have show my ignorance of how TW works under the hood. -Mike On Monday, February 3, 2014 3:41:02 PM UTC-5, Jeremy Ruston wrote: Hi Mike Going back to your original question, consider the example you gave: a href=mailto:$view field=emailclick to email

Re: [tw] Re: Transclusion within a string

2014-02-03 Thread Mike
) { --- if((this.exclude fieldList.indexOf(fieldName) === -1) || (!!this.exclude fieldList.indexOf(fieldName) !== -1)){ On Monday, February 3, 2014 3:41:02 PM UTC-5, Jeremy Ruston wrote: Hi Mike Going back to your original question, consider the example you

[tw] Re: TW5: search in fields

2014-02-05 Thread Mike
is the field name you want to search and fghij is the string you want to search for. You will immediately see a list of matching tiddlers. Cheers, Mike On Tuesday, September 10, 2013 7:40:11 AM UTC-4, Roman Solodukhin wrote: Why search do not work in fields? -- You received this message because

[tw] [TW5] PSA: searching - a formal grammar

2014-02-06 Thread Mike
It is just as important to be able to get stuff OUT of TW as it is to put it in, so I wanted to document the grammar for the filters. Filters allow a much richer search capability than is currently allowed by the sidebar search box. TL;DR: Here is an example which allows searching in a

Re: [tw] [TW5] PSA: searching - a formal grammar

2014-02-08 Thread Mike
. :) -Mike On Friday, February 7, 2014 5:09:39 AM UTC-5, Jeremy Ruston wrote: Hi Mike Thanks for taking the trouble to transcribe the syntax, that's amazingly useful. If I may, I'd like to copy it to tiddlywiki.com. You mentioned not finding any documentation on the filter syntax - I assume you

Re: [tw] [TW5] PSA: searching - a formal grammar

2014-02-13 Thread Mike
Please credit me as Tikkoneus. Thanks! On Monday, February 10, 2014 11:23:28 AM UTC-5, Jeremy Ruston wrote: Hi Mike On Sat, Feb 8, 2014 at 3:44 PM, Mike hijod...@gmail.com javascript:wrote: Yes, you can absolutely repost the grammar on tw.com; I'd be honoured to have contributed even

[tw] [TW5] cron widget?

2014-02-19 Thread Mike
does TW5 use for tracking system time? And are there any existing cron-style javascript libraries, like an iCalendar parser or something? Does TW even have much in the way of asynchronous execution, anyway, or is it mostly even driven? -Mike -- You received this message because you

[tw] Re: (2) fET slice questions

2009-02-21 Thread Mike
/bump Thanks :D On Feb 18, 9:35 pm, Mike (www.STRM.us) eris...@gmail.com wrote: Not sure if this possible . . . maybe I am falling into the realm of an actual script vs. fET Mike On Feb 10, 5:08 pm, Mike (www.STRM.us) eris...@gmail.com wrote: /bump On Feb 8, 6:32 am, Eris

[tw] Re: fET Reminder Plugin

2009-02-21 Thread Mike
Following this thread: FET for sections? http://groups.google.com/group/TiddlyWiki/browse_thread/thread/a7db0c0ec3876245/5aa1dab12735124b?show_docid=5aa1dab12735124b Will have to experiment :D Thanks, Mike On Feb 18, 9:24 pm, Mike (www.STRM.us) eris...@gmail.com wrote: I had an idea

[tw] Re: Is Eric Priceless? You tell us

2009-02-21 Thread Mike
I have been poking around here for about a year -. and I have to say that FND ELS are awesome !! Can I join the fan club? (I want a FND = Friend Tshirt) thx, Mike On Feb 21, 6:43 am, Paul Downey (psd) paul.s.dow...@gmail.com wrote: On Feb 21, 10:43 am, Alex Hough r.a.ho...@googlemail.com

[tw] Re: (2) fET slice questions

2009-02-21 Thread Mike
Thanks, Mike On Feb 21, 11:51 am, FND f...@gmx.net wrote: FET's WHERE clauses are evaluated as JavaScript statements - so you can stick pretty much any JS code in there (though it should evaluate to a boolean, i.e. true/false). store.getTiddlerSlice(tiddler.title, number) == =8 What you want

[tw] Re: newTiddler - prompt populate tag title

2009-02-22 Thread Mike
I have seen (2) references to evil Global Variables -.- Should I avoid using this as a rule? Any negative drawbacks I should be aware of? I appreciate the help !! Thx, Mike On Feb 11, 12:25 pm, FND f...@gmx.net wrote: Using below clickified newTiddler - can I use the results from the tag

[tw] Delete All Tagged Tiddlers + Tiddler Tag

2009-03-05 Thread Mike
I have found a few variations of the DeleteAllTagged Plugin Is their a way to delete all tagged tiddler + the tag? IE - Tiddler = Project12, and has 20 tiddler tagged as Project12, one macro that will delete the Project12 tiddler + the 20 tiddlers tagged as Project 12 I have found the

[tw] using ReminderPlugin to set a reminder for more than one day

2009-03-06 Thread Mike
title:Kris Arrive reminder year:2009 month:4 day:16 title:Kris Visiting reminder year:2009 month:4 day:17 title:Kris Visiting reminder year:2009 month:4 day:18 title:Kris Visiting reminder year:2009 month:4 day:19 title:Kris Leave Thanks, Mike

[tw] Re: YourSearch vs. TiddlersBar

2009-03-06 Thread Mike
Not sure if this helps but I am using both with no problems (I just checked again to make sure) When do your tiddlers close? I have TW 2.4.3 - YS 2.1.3 - TB 1.2.5 (running inside FF 3.0.6 and 3.1 Beta) Not sure if that helps or hinders. . . Mike On Mar 6, 12:37 pm, Eric Weir eew

[tw] Re: YourSearch vs. TiddlersBar

2009-03-07 Thread Mike
I put together a simple test case: http://www.strm.us/Private/tiddly2.4.3YS+TB.htm I can't seem to get the problem to replicate - another Plugin conflicting maybe? Maybe you can see the difference . . . Thanks, Mike On Mar 6, 9:05 pm, Eric Weir eew...@bellsouth.net wrote: On Mar 6, 2009

[tw] Re: making some tiddlers private

2009-03-07 Thread Mike
I use TiddlerEncryptionPlugin: http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html I think this will meet all of your expectations, Enjoy, Mike P.S. you can also check out http://www.tiddlytools.com/#TiddlerPasswordPlugin On Mar 4, 1:56 pm, rebirth malt...@gmail.com wrote

[tw] Re: newTiddler - Silent tiddler creation

2009-03-07 Thread Mike
/bump (Link is terrible, if needed I can provide a clean test case) Should this be a Dev question? Thanks, Mike On Feb 8, 6:30 am, Eris of StrongHold [STRM] eris...@gmail.com wrote: Please Disregard PluginManager errors (from a different idea / question) Thanks, Mike On Feb 8, 6:19

[tw] Re: Delete All Tagged Tiddlers + Tiddler Tag

2009-03-07 Thread Mike
I think I found my answer . . . http://groups.google.com/group/TiddlyWiki/browse_thread/thread/b1b275ec0f006a20/eab089a3a8c13c69?lnk=gstq=delete+all+tagged#eab089a3a8c13c69 Using DeleteAllTaggedPlugin with the syntax: deleteAllTagged delete these actions delete Thanks, Mike On Mar 5, 3:39 pm

[tw] Re: Delete All Tagged Tiddlers + Tiddler Tag

2009-03-07 Thread Mike
had same title, version and example before my modification) Thanks, Mike On Mar 7, 8:03 am, Mike eris...@gmail.com wrote: I think I found my answer . . .http://groups.google.com/group/TiddlyWiki/browse_thread/thread/b1b275... Using DeleteAllTaggedPlugin with the syntax: deleteAllTagged delete

[tw] SearchOptionsPlugin + TiddlerBarPlugin

2009-03-09 Thread Mike
Any way to incorporate an option to include SearchOption Results in the main story (possibly wrong terminology) so that TiddlerBar will capture it as a tab? Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[tw] Re: Bringing jQuery to TiddlyWiki release 2.5.0

2009-03-20 Thread Mike
Maybe not the correct place to ask - but will jQuery affect current plugins? I.E. will old plugins have to be updated or will TW + jQuery be backwards compatible? Thanks, Mike On Mar 11, 9:23 am, Paul Kronenwetter krone...@gmail.com wrote: That's perfect!  I was looking for how to write

[tw] Re: Use the tab key to insert tab characters instead of moving between fields (not working)

2009-03-23 Thread Mike
Try: config.options.chkInsertTabs = true; tab inserts a tab when editing a tiddler In your config File, mine is called zconfig (tagged systemConfig) Mike On Mar 22, 11:59 pm, fsk141 fsk...@gmail.com wrote: Hello, I checked the option to insert a tab instead of switching fields and it wont

[tw] Re: Use the tab key to insert tab characters instead of moving between fields (not working)

2009-03-23 Thread Mike
h I am using FF 3.0.7 and 3.1 Beta 1 Are you using the newest FF beta? (I haven't played with that yet) Have you tried the setting in a empty TW, to check for a plugin conflict? Mike On Mar 23, 10:34 am, Jonny Gerold fsk...@gmail.com wrote: ya, I have that checked, and it still doesn't

[tw] Re: Does FF3 save cookies or not?

2009-04-02 Thread Mike
May not be the answer you are looking for, but I had a similar problem on a multi user TW and I installed http://www.tiddlytools.com/#SetUserNamePlugin Prompting for User name a the start of the document Mike On Apr 2, 8:05 am, Ken Girard ken.gir...@gmail.com wrote: In my home environment I

[tw] Easy Question, tags ! inside script

2009-04-02 Thread Mike
the answer is at the tip of my brain. . . I also tried scriptreturn store.getTaggedTiddlers (Completed,Urgent).length.toString(); /script and a few other variations using var and trying to subtract the two I appreciate any guidance, (Converting my fET calls to JS) Mike

[tw] Re: Does FF3 save cookies or not?

2009-04-03 Thread Mike
Yeah, we are only using (2) TW - Project Notes Phone Directory - so Your situation is significantly more more complicated. :( This site may be helpful. . . http://mozilla.gunnars.net/firefox_help_firefox_cookie_tutorial.html Good Luck, Mike On Apr 3, 9:20 am, roger roger.ma...@gmail.com wrote

[tw] Refresh div every hour (containing a transcluded tiddler)

2009-04-03 Thread Mike
I have a div (PageTemplate) containing a tiddler contentHeader I use the div to show (3) days of upcoming reminders - any way to refresh the div / tiddler hourly? Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed

[tw] Re: Recreate usual form behavior for enter key

2009-04-05 Thread Mike
Great tip !! I wasn't looking for this solution- but I will use this:D Thanks, Mike On Apr 5, 2:48 pm, Eric Shulman elsdes...@gmail.com wrote: Is it possible to make it so that pressing the enter key in fields other than the textarea will trigger saving and closing the tiddler like

[tw] Re: Refresh div every hour (containing a transcluded tiddler)

2009-04-05 Thread Mike
looked at http://www.tiddlytools.com/#AutoRefresh but not sure if it could refresh the div section. ID maybe? I appreciate any Ideas, Mike On Apr 3, 9:16 pm, Mike eris...@gmail.com wrote: I have a div (PageTemplate) containing a tiddler contentHeader I use the div to show (3) days of upcoming

[tw] AutoRefresh Script a DIV

2009-04-06 Thread Mike
Can AutoRefresh script refresh a div the contained tiddler? (http://www.tiddlytools.com/#AutoRefresh) Original Post http://groups.google.com/group/TiddlyWiki/browse_thread/thread/8ebad1812af2063f --~--~-~--~~~---~--~~ You received this message because you are

[tw] Re: Refresh div every hour (containing a transcluded tiddler)

2009-04-06 Thread Mike
Thank You Please Disregard AutoRefresh Script post (Chasing the same idea) waiting an hour to verify - but I am sure it works I appreciate your continued help, Mike On Apr 6, 12:51 pm, Eric Shulman elsdes...@gmail.com wrote: Try this: [[PageTemplate]]: div class='hD' id='hD' refresh

[tw] Re: Simple tagsExcept list??

2009-04-08 Thread Mike
Might try MatchTagsPlugin ELS recommended it for me - and you could use the syntax insde fET or Inline Javascript Haven't had a chance to play with it - Hope this helps. . . http://groups.google.com/group/TiddlyWiki/browse_thread/thread/42d7db0a67a41bb6/5d1282e2b06c04ee#5d1282e2b06c04ee Mike

[tw] Convert FET tables to script

2009-04-17 Thread Mike
other (40+) FET tables in a similar manner. From what I have seen the direct JS route performs better when sorting 100's of tiddlers in a table. Any assistance in my Education / Experimentation is always appreciated :D Thanks, Mike --~--~-~--~~~---~--~~ You

[tw] Re: age calculation from date of birth

2009-04-17 Thread Mike
I haven't tried this - but maybe http://www.tiddlytools.com/#TiddlerTweakerPlugin You could try setting the creation date of the tiddler as the starting date (birthday) Good Luck, Mike (Let me know if that works -.- otherwise beyond my understanding) On Apr 17, 10:01 pm, Dave Parker cedar

[tw] Re: Convert FET tables to script

2009-04-30 Thread Mike
Everything is working except the Slice Task is not populating Any suggestions? Sorry for the Extremely LONG original post, Mike On Apr 17, 12:12 pm, Mike eris...@gmail.com wrote: Hello ! I have been trying to convert some FET items to InlineJavascript, and I can't seem to get the syntax correct

[tw] Saving TW Cookies in Firefox

2009-05-01 Thread Mike
I read that, I was just keeping my TW online and editing it there. If I can avoid that nag, I think I'd rather still do everything online... Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group

[tw] Keep the sidebar always at the side

2009-05-01 Thread Mike
How do I keep the sidebar always visible. As in if I have multiple tiddlers open and I'm looking at one at the bottom of the list, I want the sidebar to still be visible on the right (like a floating sidebar, I guess). --~--~-~--~~~---~--~~ You received this

[tw] Version Number

2009-05-01 Thread Mike
How do I know which version of TW I am running? How do I know when an updated version is available? thanks!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Keep the sidebar always at the side

2009-05-01 Thread Mike
Great, that works. Now the trade-off seems to be that once a list gets to a certain length (the timeline list, the shadowed tiddlers) you can't scroll down to see the rest of the list. Or am I missing something? On May 1, 9:25 am, Eric Shulman elsdes...@gmail.com wrote: How do I keep the

[tw] Re: Version Number

2009-05-01 Thread Mike
This is so cool. So updates to the TW core don't get pushed. Ok, I can live with that :) I guess same thing applies to plug-ins. I would have to manually check if there are updated versions. Mike On May 1, 9:23 am, Eric Shulman elsdes...@gmail.com wrote: How do I know which version of TW

[tw] Re: Saving TW Cookies in Firefox

2009-05-01 Thread Mike
ok, on a related topic: If the settings for a TW are saved in cookies, as well as plugin options being saved in cookies, how do I ensure that a user coming to my TW for the first time will see it correctly? For instance, I'm using the DisableWikiLinksPlugin from TiddlyTools. It has 3

[tw] Help with Slice / Section in a script

2009-05-02 Thread Mike
works but the Slice Task does not populate in the table. Thanks !! Mike P.S. ELS, if you responded to this via my Email, could you please post here? Locked out of email temporarily. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[tw] Re: Help with Slice / Section in a script

2009-05-03 Thread Mike
the sorting. . .May need to start a new thread to get help with that (if no other responses) Thanks, Mike On May 2, 11:27 pm, RA nameany...@gmail.com wrote: While testing this, I noticed that if I have tiddlers Sample Task and Other Task, then both +title and -title in store.getMatchingTiddlers

[tw] Re: Help with Slice / Section in a script

2009-05-03 Thread Mike
Here is the in complete solution http://www.strm.us/Private/IJS%20TaskManager.htm#[[Test%20041209]]%20[[Task%20Manager]] Still needs a lot of clean up, but you can see where I am heading Thanks, Mike On May 3, 2:56 am, RA nameany...@gmail.com wrote: Can I see a complete solution? I tried

[tw] Re: Help with Slice / Section in a script

2009-05-03 Thread Mike
http://www.strm.us/Private/IJS%20TaskManager.htm#[[Test%20041209]] Link was broken . . . On May 3, 7:58 am, Mike eris...@gmail.com wrote: Here is the in complete solutionhttp://www.strm.us/Private/IJS%20TaskManager.htm#[[Test%20041209]]%20[[Task%20Manager]] Still needs a lot of clean up

[tw] Re: Help with Slice / Section in a script

2009-05-03 Thread Mike
Link: http://www.strm.us/Private/IJS%20TaskManager.htm#[[Test%20041209]]%20[[Task%20Manager]] On May 3, 7:58 am, Mike eris...@gmail.com wrote: Here is the in complete solutionhttp://www.strm.us/Private/IJS%20TaskManager.htm#[[Test%20041209]]%20[[Task%20Manager]] Still needs a lot

[tw] What's the difference between the CookieSaver and CookieManager plug-ins

2009-05-04 Thread Mike
This a question primarily for Eric Shulman, but how does one use these two plug-ins. They seem similar. Should I use both? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group,

[tw] Re: What's the difference between the CookieSaver and CookieManager plug-ins

2009-05-04 Thread Mike
for a different thread as they may work themselves out... thanks! Mike On May 4, 3:44 pm, Eric Shulman elsdes...@gmail.com wrote: This a question primarily for Eric Shulman, but how does one use these two plug-ins.  They seem similar. http://www.TiddlyTools.com/#CookieManagerPlugin

[tw] Re: What's the difference between the CookieSaver and CookieManager plug-ins

2009-05-05 Thread Mike
so then could I have a set of cookies that are set globally for anyone visiting my TW with: if (true) { ... } and then have a second set of cookies that are my personal preference set by: if (config.options.txtUserName == YourNameHere) { ... } I've have to split out

[tw] Re: TiddlyHub preview (plugin repository for TiddlyWiki)

2009-05-05 Thread Mike
This will be VERY nice !! I am looking forward to a RSS feed for updates new plugins :D Thanks, Mike On May 5, 8:28 am, Saq Imtiaz lew...@gmail.com wrote: As many of you are aware, there have been numerous discussions and attempts at creating a plugin repository for TiddlyWiki in the past

[tw] Script Magic? or Plugin? Reminder Plugin - no match message

2009-05-05 Thread Mike
Is their a way to. . . If a tiddler is tagged Task, and has a reminder with no matches - IE expired (Couldn't find a match for test in the next 6000 days.) to not display the above message? or to display a different message IE, Reminder expired? Thanks, Mike

[tw] Re: Odd file reference

2009-05-05 Thread Mike
://www.tiddlytools.com/#InstantBookmarklets Last idea - are any of the tiddlers being imported Plugins? Might try importing everything but the Plugins, see if that changes anything. Hope that helps, Mike On May 5, 2:10 pm, chiposaur chipos...@gmail.com wrote: actually, the error i'm

[tw] Re: Keep the sidebar always at the side

2009-05-06 Thread Mike
Update: This line of code in my [[StyleSheet]]: #sidebar { position:fixed; } looks fine in Firefox, but in IE the sidebar is on the left, and tiddlers open below it (offscreen). any ideas? On May 1, 9:25 am, Eric Shulman elsdes...@gmail.com wrote: How do I keep the sidebar always visible.  

[tw] Comment Style

2009-05-06 Thread Mike
I'd like to make a text style for comments (or notes to myself). Example: Need: A comment style // notes to myself go here... In the text box, I'd like to be able to type something like: Need: A comment style \\\ notes to myself go here... The \\\ would make everything after it be

[tw] Re: Blog Plugin

2009-05-06 Thread Mike
Looks good :D I like the Kubrick feel partially collapsed tiddlers. Thanks for sharing, Mike On May 6, 7:47 am, bengillies bengill...@gmail.com wrote: Hi all, I have created a plugin to help people who are using TiddlyWiki as a blog give a better and more consistent user experience

[tw] Re: Comment Style

2009-05-06 Thread Mike
When I go to that link, it has a line that says: Error in macro view Just so I'm making it clear, here is a picture of what I'd want the tiddler to look like: http://img13.imageshack.us/img13/3632/commentstyle.png (the italicized magenta text) thanks for any help On May 6, 11:19 am, FND

[tw] Re: Comment Style

2009-05-06 Thread Mike
Cool, that worked. TW the developers never fail to amaze me... Last question: My test tiddler has 2 lines of code: xyz /# comment text goes here lorem /# foo There is no carriage return after the second line. When I click done and view the tiddler, it looks like this: xyz /# comment text

[tw] Re: Comment Style

2009-05-06 Thread Mike
Sorry, but I have one more question. That fixed one of the glitches I had and /# foo isn't formatted as a comment. However it still has put the 2 lines of code lorem /# foo ipsum /# bar On one line as: lorem /# foo ipsum /# bar Can you fix that too? Sorry to be so nitpicky... On May 6,

[tw] Re: Comment Style

2009-05-07 Thread Mike
Sure thing. Please look at http://mjswiki.tiddlyspot.com/#[[Testing%20Comments]] For whatever reason, the problem I had last night (2 lines of code showing on one line of text) has gone away this morning. ;) Here's what I'm seeing now 1. comment text within a list is not being formatted 2.

[tw] Re: Hiding Tiddler Toolbar Layout in Tagged Tiddlers

2009-05-10 Thread Mike
/#TiddlerPasswordPlugin Depends on what you are looking for. Hope that helps, Mike On May 10, 11:10 am, pat toche annopo...@gmail.com wrote: Thanks Mike for your quick reply: With the MptwTheme, I inserted on single line inspired from your code: span macro=hideWhenTagged lockedTiddler

[tw] Happy Mother's Day

2009-05-10 Thread Mike
Happy Mother's Day !! :D Mike --~--~-~--~~~---~--~~ 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

[tw] Savefromwebplugin (no Save to Disk button)

2009-05-14 Thread Mike
editing features when viewed over HTTP (in Advanced options) What am I missing? - I am guessing something simple . . . Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: Here's an example of a tree structure (treeview) implemented on TW

2009-05-18 Thread Mike
Marks example does not work for me, but Morris's does. . . Looks great !! Thx, Mike FF3.0.9 on XP64 On May 18, 9:59 am, Morris Gray msg...@symbex.net.au wrote: On May 19, 12:18 am, Mark S. throa...@yahoo.com wrote: This is probably not the best long term solution. Perhaps someone here

[tw] FadingMessagesPlugin

2009-05-30 Thread Mike
I found: http://fadingmessagesplugin.tiddlyspot.com/#%20FadingMessagesPlugin%20WikifiedMessagesPlugin from: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/e1ee12bbee018ae8 Has anyone worked on removing the dependency on WikifiedMessagesPlugin? Thanks, Mike

[tw] Re: Treeview comments and bugs

2009-05-30 Thread Mike
Has anyone tried using TreeViewPlugin as a replacement for Tagging? Either in the standard tagging box or on the bottom similar to TagglyTagging SiteMap Mode? Plugin Looks Great :D Mike On May 27, 3:21 am, Måns humam...@gmail.com wrote: Thank you very much Mark. I will try to overwrite

[tw] Re: Download.php or one click download

2009-05-30 Thread Mike
solution - that they wouldn't mind sharing Thanks, Mike On May 24, 4:35 am, Daniel Baird danielba...@gmail.com wrote: On Tue, May 19, 2009 at 7:55 PM, wolfgang wolfgangl...@gmail.com wrote: Does tiddlyspot use something similar? Yes, just add /download to any tiddlyspot site

[tw] ThumbThing / AllThumbs Variant ?

2009-06-11 Thread Mike
on my own. . . I hope everyone is well, Mike --~--~-~--~~~---~--~~ 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

[tw] Re: TWT-Treeview and Quick_Edit split

2009-06-25 Thread Mike
Same problem with this TiddlersBarPlugin: http://visualtw.ouvaton.org/VisualTW.html#TiddlersBarPlugin No solution yet that I know of . . . (notified ELS a few days ago) Mike On Jun 25, 2:49 am, FrD sokus...@gmail.com wrote: Hello, I'm trying to use the split button from the QuickEdit

[tw] Transcluding TableHighlight

2009-07-13 Thread Mike
'); $('table.twtable tr:even').addClass('evenRow'); }) }); })(jQuery); /script Note: I tried just removing the script tags and tagging a tiddler with systemConfig - and the highlighting did not work . . . Thanks, Mike --~--~-~--~~~---~--~~ You received

[tw] Re: Transcluding TableHighlight

2009-07-13 Thread Mike
something else. @Mike, is that example from the Javascript Missing Manual? Alex 2009/7/13 Eric Shulman elsdes...@gmail.com: script ... (function($) { $(document).ready(function( ) {         $('table.sortable tbody tr').mouseover(function

[tw] Re: Issues downloading a empty.html and viewing site...

2009-07-14 Thread Mike
, Mike On Jul 14, 1:13 pm, johnraekwon lac...@gmail.com wrote: Hi, just wanted to add... From a different OS X system, 10.5.x and on FF, I downloaded it fine from the web. Thanks for the swift response on this matter. Best wishes, John On Jul 14, 1:57 pm, Måns humam...@gmail.com wrote

[tw] Re: Transcluding TableHighlight

2009-07-23 Thread Mike
to finesse Also - did not fix my problem with tiddlers inside tabs . . . any suggestions? I tried this as a plugin - but didn't have any luck (minus the script tags) Thanks, Mike On Jul 13, 1:33 pm, Mike eris...@gmail.com wrote: @Alex, Yes I found this in the magical Javascript Missing Manual :D

[tw] Re: How to create a panel so that quotes can always be displayed on the page?

2009-07-23 Thread Mike
(format like a tiddler) Hope that helps, or at least gives you some new ideas, Mike On Jul 23, 2:58 pm, wumpus swwhar...@verizon.net wrote: FND It dawned on me that it was awkward to try to fit a long quote in the mainmenu.  After looking at MPTW I decided to instead use the top menu

[tw] Re: Different list for Tiddlywiki beginners?

2009-07-25 Thread Mike
moved on to a different program. I was very impressed with how the group responded to questions with multiple ways to solve the same problem, and often by keeping up with this group I have gotten new ideas from other peoples questions and answers. Thanks, Mike (an intermediate user) On Jul 25

[tw] Is there a hierarchicaltab macro menu plugin

2009-08-05 Thread Mike
? Thanks, Mike. --~--~-~--~~~---~--~~ 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

[tw] Re: Transcluding TableHighlight

2009-08-06 Thread Mike
, Thanks, Mike On Jul 23, 1:47 pm, Mike eris...@gmail.com wrote: Updated Script: /% Table Highlighting for Sortable TW Tables Version 07.19.2009 ELS simplified code structure add .evenRow {background-color: #333;} to StyleSheet for alternating table row color %/script jQuery('table.sortable

[tw] Re: CollapsedTiddlersPlugin - How to Activate?

2009-08-07 Thread Mike
Sounds like you are using a custom toolbar, or not using ToolbarCommands (see your view template) you will need to add the macros manually, Hope that helps ! Mike On Aug 7, 2:59 pm, SteveM sbma...@comcast.net wrote: I imported Eric Shulman's Navigation package including

[tw] Re: Is there a hierarchicaltab macro menu plugin

2009-08-14 Thread Mike
Thanks for the input Tobias. I don't fined the tooltip text very useful so I'd be tempted to use the mouse over to expand to the next level. I've just been looking at jdMenu but it doesn't look like it it compatible with jQuery v1.3.2 used in TiddlyWiki. Mike

[tw] Re: Is there a hierarchicaltab macro menu plugin

2009-08-14 Thread Mike
I've just found http://visualtw.ouvaton.org/VisualTW.html#TagsTreePlugin I had high hopes but it displays in-line not as a pop-up :-( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this

[tw] Re: Any examples of actual slice use?

2009-09-21 Thread Mike
/thread/d2d3a885facaa654/fde60b419a07c1f3#fde60b419a07c1f3 Hope that helps, Mike On Sep 21, 5:37 am, AlanBCohen alanbco...@gmail.com wrote: Thanks again, Eric.  I'll play with this when I get home tonight. Alan --~--~-~--~~~---~--~~ You received this message

[tw] Re: SwitchTheme feature request..

2009-09-28 Thread Mike
In a unrelated but related way. . . file:///E:/Private/Documents/TidlyWiki/TestWiki.htm#chkRandomTheme:true Seems to also fix a problem I was having with SwitchTheme + Local files :D Always feels good to gleam a little extra knowledge! Thanks, Mike On Sep 26, 5:13 am, Måns humam...@gmail.com

[tw] Re: ToggleThemePlugin

2009-09-29 Thread Mike
When did ColorPalette support for themes get added? http://trac.tiddlywiki.org/ticket/717#comment:2 Is this via a plugin? Thanks, Mike On Sep 29, 10:54 am, wolfgang wolfgangl...@gmail.com wrote: You can switch the paletee as part of a regular TW theme definition. Simply include a slice

[tw] Re: tbGTD

2009-10-22 Thread Mike
I missed this post originally - Great Work, very clean layout and design ! A great contribution, (. . . and something a friend of mine was looking for) Mike On Oct 17, 8:32 pm, albertd...@gmail.com albertd...@gmail.com wrote: Hi Tobias, May I suggest that you either allow the user to set

[tw] Re: Encrypting my TiddlyWiki

2009-11-13 Thread Mike
the Usage heading After unlocking should see a macro to set the password I recommend putting the unlock macro in a easy to reach place Hope that helps, Mike On Nov 12, 3:50 pm, Lyall lyall.pea...@gmail.com wrote: Of course, the lines don't wrap like shown in the news post. On Nov 13, 7:46 am, Lyall

[tw] Re: Encrypting my TiddlyWiki

2009-11-13 Thread Mike
. . . also if you are running a custom theme (like mptw) you will need to look there for the ToolbarCommands when using TiddlerEncryption On Nov 13, 2:57 pm, Mike eris...@gmail.com wrote: Sorry, been away from my computer for a few days. .. if you have vault installed, go to the plugin (under

[tw] Inline script (Wikify Output??)

2009-11-24 Thread Mike
of the text? Thanks, Mike -- 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

[tw] TW Inline Script to execute a batch file?

2009-11-24 Thread Mike
from inside my TW to refresh the JS array. Is this possible? (Using FF3.5 / TW 2.5.3) Thanks, Mike -- 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

[tw] Re: TaskMacroPlugin

2009-11-24 Thread Mike
Cool find (Lab Wiki) m m m m the never ending possibilities ! Thanks, Mike On Nov 24, 9:41 am, Tobias Beer beertob...@googlemail.com wrote: Can you specify the problems it causes... exactly? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group

[tw] Re: Inline script (Wikify Output??)

2009-11-24 Thread Mike
Awesome - I knew it was something simple I was missing :) Thanks, Mike On Nov 24, 10:59 am, Mark S. throa...@yahoo.com wrote: You can try   wikify(' '+pre+''+dir+''+array_name[ry]+''+post+' ',place) ; Mark On Nov 24, 7:45 am, Mike eris...@gmail.com wrote: Here is my script: script

[tw] Re: Inline script (Wikify Output??)

2009-11-24 Thread Mike
Thank You ! Works perfect, knew I was missing something simple. . . (Lost last reply ?) Have a great day ! Mike On Nov 24, 10:59 am, Mark S. throa...@yahoo.com wrote: You can try   wikify(' '+pre+''+dir+''+array_name[ry]+''+post+' ',place) ; Mark On Nov 24, 7:45 am, Mike eris

[tw] ILJS refresh script (for a open tiddler)

2009-11-24 Thread Mike
I am using script setTimeout(story.refreshTiddler('Final',null,true),3); /script Where Final = the tiddler name Can I do this with something like tiddler.title so I don't have to change the name when re-using the script? Thanks, Mike -- You received this message because you

[tw] Re: TW Inline Script to execute a batch file?

2009-11-24 Thread Mike
I tried LAP earlier this morning and had no luck - but I may have had an antiquated version. . . Let me try again and see what happens . . . Thanks, Mike On Nov 24, 3:41 pm, Amzg matiasg...@gmail.com wrote: http://www.Remotely-Helpful.com/TiddlyWiki/LaunchApplication.html On Nov 24, 4:50 pm

[tw] InlineJavascriptPlugin loading external .js into document (ReferenceError)

2009-11-24 Thread Mike
this is happening, or a workaround? Thank You, Mike -- 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

  1   2   3   4   5   6   >