[tw] Re: One of my toolbar commands is not like the others

2010-01-20 Thread Mike
many others I also have some scripts in my toolbar, and it would be nice to be able to make the macros & scripts look consistent. Any other ideas? Mike On Jan 20, 11:06 am, FND wrote: > > For some reason it is positioned differently and the script label is > > still blue... >

[tw] Re: Shortening list by categorizing items

2010-01-24 Thread Mike
sounds like a job for TagglyTaggingPlugin . . . http://mptw.tiddlyspot.com/#TagglyTagging%20TagglyTaggingPlugin Looks like it will do what you are looking fo out of the box (unless I missed something) Good Luck, Mike On Jan 24, 7:30 pm, twgrp wrote: > I give up. Three days of mutilat

[tw] hijacking story.displayTiddler vs. setSelection (treeview or tiddlersbar + quickedit_split)

2010-01-27 Thread Mike
ction (in QuickEdit) ? The split script hangs just after having displayed the new tiddler, just before setting the new text on the selection. Any Ideas or suggestions as a work around? Thanks, Mike -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&

[tw] Re: Today's Date

2010-01-27 Thread Mike
Might look at this post for some guidance. . . http://groups.google.com/group/tiddlywiki/browse_thread/thread/43498c5b85734edf/46d96c4818310291?lnk=gst&q=open+tiddler+date#46d96c4818310291 Mike On Jan 26, 6:53 pm, flyingpackman wrote: > I need some help. > This should be an easy one

[tw] Re: Today's Date

2010-01-27 Thread Mike
Key Information (ELS) Try DatePlugin... (get it here:) http://www.elsdesign.com/tiddlywiki/#DatePlugin Macro: <> (Example may need to be tweaked) <> Hope that gets you heading in the right direction (didn't actually try the code myself. . .) Mike On Jan 27, 2:36 pm, Mike wr

[tw] Re: hijacking story.displayTiddler vs. setSelection (treeview or tiddlersbar + quickedit_split)

2010-01-27 Thread Mike
Moving to TWDev Group http://groups.google.com/group/tiddlywikidev/browse_thread/thread/6c9915261d6457b7 Any suggestions are still welcome ! Mike On Jan 27, 1:55 pm, Mike wrote: > Reference old > post:http://groups.google.com/group/tiddlywiki/browse_thread/thread/605017... > > Jus

[tw] ReminderPlugin (hack / expansion / other plugin or concept)

2010-01-28 Thread Mike
lity of my non-recurring reminders. Beyond my understanding level to make the changes myself, so I am hoping someone has already tackled this or has a better idea / script to handle it. Any Suggestions or ideas are welcome Mike -- You received this message because you are subscribed to the Go

[tw] Re: query regarding a-pm

2010-01-28 Thread Mike
http://a-pm.tiddlyspot.com/#[[About%20%26%20Download]] A presentation manager, IE Powerpoint via TiddlyWiki Also some pretty detailed instructions for modifications & Experimental plugins (seperate sites) Mike On Jan 28, 10:18 am, shavinder wrote: > I looked uphttp://a-pm.tiddlyspot.

[tw] Re: bibTex

2010-02-02 Thread Mike
etc. !!!End transclusion <> This method may require some reformatting, but uses core TW macros / techniques http://tiddlywiki.org/wiki/Slice http://tiddlywiki.org/wiki/Transclusion#Partial_Transclusion Good Luck ! Mike On Feb 2, 3:03 am, Alex Hough wrote: > Here is an idea on how to ap

[tw] CSS styles for Inline Javascript ?

2010-02-02 Thread Mike
5e2ec0a9?q=#5fcb21b95e2ec0a9 Thanks for any help ! 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...@google

[tw] CSS Table row background color for use in StyleSheetPrint

2010-02-02 Thread Mike
works fine in StyleSheet) Any Ideas? 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...@g

[tw] Re: Access for multiple users to edit wiki

2010-02-02 Thread Mike
An alternate method (albeit longer) if (config.options.txtUserName!="SomeName") { readOnly=true; showBackstage=false;} Each user with editing access would be a new line replacing SomeName Good Luck ! Mike On Feb 2, 11:13 am, "Mark S." wrote: > Possibly you

[tw] Re: CSS styles for Inline Javascript ?

2010-02-02 Thread Mike
ug? I have it, just not sure how to make it give me the information I am looking for . . . Mike On Feb 2, 1:49 pm, PMario wrote: > hi > > In my MPTW firebug says that it gets the > > .viewer .button { >   margin: >   padding: >   border: > > } > > .button { &g

[tw] Re: CSS styles for Inline Javascript ?

2010-02-02 Thread Mike
Looks like I may have been missing the obvious in firefox / firebug Are you using right click / Inspect Element? Need to spend some more time with firebug . . . Mike On Feb 2, 3:41 pm, Mike wrote: > I don't have the colors right, and I have probably overused !important > but thi

[tw] Re: CSS styles for Inline Javascript ?

2010-02-02 Thread Mike
; } .toolbar a:active { color:[[ColorPalette::PrimaryLight]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]]; } I have everything styled the same on my toolbar now ! Mike On Feb 2, 4:08 pm, Mike wrote: > Looks like I may have b

[tw] Re: One of my toolbar commands is not like the others

2010-02-02 Thread Mike
Solved Here http://groups.google.com/group/tiddlywiki/browse_thread/thread/8f395c9775b6ced1 Mike On Jan 20, 2:49 pm, Mike wrote: > I played with this before, and never could figure out where to make > the CSS changes > Decided to play in FireBug and see if I could figure anything

[tw] Re: How do I make my TW open in fullscreen mode?

2010-02-07 Thread Mike
Thought of trying http://visualtw.ouvaton.org/old/previous.html#FullScreenPlugin A plugin . . . (I believe it performs the desired task) Mike On Feb 7, 5:26 am, Måns wrote: > I do realize that the easiest (however most timeconsuming) way to do > this might be to install swichtheme plug

[tw] Re: Alphabetization of tiddlers on right sidebar "all" tab.

2010-02-08 Thread Mike
could also patch as a plugin (otherwise known as Hijacking). . . (instead of editing code) In a tiddler tagged as systemconfig **beware google wrapping** // Return an array of the tiddlers that do or do not have a specified entry in the specified storage array (ie, "links" or "tags") // lookupMa

[tw] Request: Firebug tutorial for TiddlyWiki

2010-02-10 Thread Mike
write their own scripts / macros / plugins. Slowly making all of us users into mini experts :P Any Thoughts? 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 u

[tw] Re: Request: Firebug tutorial for TiddlyWiki

2010-02-11 Thread Mike
ge in Firebug might be a good learning experience for everyone. . . I have recently seen an increase in posts referencing Firebug usage, which sparked my interest, possibly indicating that a few of the power users are using it and getting useful results. Thanks for the feedback / interest :P Mike

[tw] Working Javascript code for improvement suggestions

2010-02-12 Thread Mike
if (!filter.length) out=["No Cigars found"]; var ry=Math.floor(Math.random()*filter.length) return(filter[ry] + ' {{small{(random cigar rated 9 or above) ' +ry +'/'+ra+'}}}') setTimeout("config.refreshers.content(document.getElementById('

[tw] Re: Format cells in a table

2010-02-12 Thread Mike
. (Effectively launching your StyleSheet + StyleSheetShortcuts at start up) Then could use the {{BGBackground{ My cool text here }}} Mike On Feb 12, 6:29 am, whatever wrote: > Using CSS, you can define classes. Then for the cells that need a > different look, you simply specify the

[tw] Re: Trailing White space after preformat markup causing issues

2010-02-12 Thread Mike
Replicated this in my tw {{{ testcode }}} (space or any characters here breaks markup) {{{testcode}}} (no problems here) Mike On Feb 12, 2:33 pm, Kelly N <36l...@gmail.com> wrote: > All, > > Not sure if this is already a known issue or just accepted as "how it > is"

[tw] Re: Working Javascript code for improvement suggestions

2010-02-13 Thread Mike
conditions on one line I.E. if (store.getTiddlerSlice(val1,"Purchased") != "Yes, yes, Y, y") continue; I appreciate the feedback, Mike On Feb 12, 11:47 pm, "Mark S." wrote: > Hi Mike, > > Without actually trying it, it looks pretty good. Small thi

[tw] Re: Working Javascript code for improvement suggestions

2010-02-13 Thread Mike
Thank You ! 1st option works perfect, 2nd option (one liner) returns undefined. . . Any benefits of return vs wikify? (Other than they are both better than document.write) I appreciate your input, Mike On Feb 13, 2:39 pm, Eric Shulman wrote: > > Is their a way to put multiple conditi

[tw] Re: Working Javascript code for improvement suggestions

2010-02-13 Thread Mike
al. (I originally used it to refresh my reminders in my header) Example: www.strm.us/tw/newlayout.html 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

[tw] Re: Working Javascript code for improvement suggestions

2010-02-13 Thread Mike
al. (I originally used it to refresh reminders in the fixed header) Example: http://www.strm.us/tw/newlayout.html Mike On Feb 13, 5:16 pm, Mike wrote: > Thank You ! > > 1st option works perfect, 2nd option (one liner) returns > undefined. . . > > Any benefits of return vs wikify? (

[tw] Re: Working Javascript code for improvement suggestions

2010-02-14 Thread Mike
continue; filter.push(fmt.format([val1])); } filter.join('\n'); var ra=filter.length; //wikify(ra + ' filtered array items' + '<br>', place); /%check filtered array%/ var out=[]; if (!filter.length) out=["No Cigars found&quo

[tw] Re: Working Javascript code for improvement suggestions

2010-02-14 Thread Mike
continue; filter.push(fmt.format([val1])); } filter.join('\n'); var ra=filter.length; //wikify(ra + ' filtered array items' + '<br>', place); /%check filtered array%/ var out=[]; if (!filter.length) out=["No Cigars found&quo

[tw] Re: Working Javascript code for improvement suggestions

2010-02-18 Thread Mike
My example can be found here: http://www.strm.us/tw/cigars.html Still not having any luck with the one liner . . . Thanks, Mike On Feb 14, 4:20 pm, "Mark S." wrote: > Hi Mike, > > "newArray" was supposed to be two terms: new Array > > The array.contains(...

[tw] Re: Working Javascript code for improvement suggestions

2010-02-18 Thread Mike
the code in question is inside the tiddler contentFooter, as seen in the div below the story column (or active tab) Mike (from my phone) On Feb 18, 1:36 pm, Mike wrote: > My example can be found here:http://www.strm.us/tw/cigars.html > > Still not having any luck with the

[tw] Re: TiddlerListMacro question

2010-02-19 Thread Mike
for the alphabetical sorting see: http://groups.google.com/group/tiddlywiki/browse_thread/thread/6c09be42f06e29bb/345a3a8ad087c9ce#345a3a8ad087c9ce Demonstration here: http://www.strm.us/tw/examples_twgg/hijack_alphabetization Mike P.S. The code is not mine, just packaged as a systemConfig

[tw] Re: Working Javascript code for improvement suggestions

2010-02-19 Thread Mike
Works Perfect, will look at the other conditions now that I have a working starting point and possibly expand them also. Thank You ! Mike On Feb 18, 11:45 pm, "Mark S." wrote: > D'oh! > > Looks like all you may need is a "not" symbol ("!"),

[tw] Re: TiddlerListMacro question

2010-02-19 Thread Mike
ouch - didn't look at the timeline, maybe someone can find a solution that fixes both, looks like this one is about 50% fixed list & all tiddlers. . . Might need 2 start a new thread :( mike On Feb 19, 11:13 am, whatever wrote: > Hey! > I tried, but it doesn't work. What

[tw] Re: Changing fonts

2010-02-19 Thread Mike
To change the edit font in the StyleSheet tiddler try: .editor textarea { font-family: 'Consolas' monospace; } Adding your preferred font. . . Mike On Feb 19, 2:56 pm, Artie wrote: > Hi everybody I am a newbie and I have a question. When I open the edit > window t

[tw] Re: Changing fonts

2010-02-20 Thread Mike
Sidebar, Index -> More -> Shadow -> StyleSheet (should be empty by default) Mike On Feb 20, 7:50 am, Artie wrote: > Thanks for the suggestions but I can't find the StyleSheet tiddler...? > I will also check out the other plugins. > > Artie > > On Feb 20

[tw] Re: How can I create a new style (if that is the correct word)?

2010-02-21 Thread Mike
Set Tiddler background by tag. . . . http://www.tiddlytools.com/#SetTiddlerBackground Good Luck, Mike On Feb 21, 3:02 pm, PMario wrote: > Hi, > > > how to change tiddler background color with tags? > > I want tiddlers with 'important' tag have different background

[tw] Re: Untaging multiple tags

2010-02-21 Thread Mike
cmari, Do you have that super checkbox example online somewhere so I can take it apart and see what all is going on? I keep getting: Checkbox onClickAfter error: TypeError: tiddler is null (google wrapping maybe?) Thanks, Mike On Feb 21, 7:03 pm, Anthony Muscio wrote: > FND, > > Th

[tw] Re: Introduction: <> and <>

2010-02-21 Thread Mike
very nice ! I like what you are working on, looking forward to the final result. Will really help my all tiddlers clutter (1200+ tiddlers) Mike On Feb 21, 8:34 am, PMario wrote: > Hi, > > I want to beta release two new macros, which extend the core list > plugin. They > don&#x

[tw] Re: Untaging multiple tags

2010-02-23 Thread Mike
. . . other than that I really like the expanded options this opens up. . . Will enjoy experimenting ! thank you, Mike (from my phone) On Feb 23, 9:21 am, cmari wrote: > To avoid the "tiddler is null" error (which I'm not expert enough to > understand, but must have something to d

[tw] Re: Inline onClick display of tiddlers

2010-02-25 Thread Mike
http://www.tiddlytools.com/#NestedSlidersPluginInfo ... defers rendering of closed sliders until the first time they are opened. example: (cookiename)!^widt...@{{class{[label=key|tooltip][altlabel| alttooltip]}}}#panelID:>... content goes here === Good Luck, Mike On Feb 25, 9:22

[tw] ?? script // if tags.contains('systemConfig');

2010-02-28 Thread Mike
y("[x(systemConfigDisable){}{}{var id=story.findContainingTiddler(place).getAttribute('tiddler');}] [[Disable|systemConfigDisable]]", place); **gg wrapping final wikify is (1) line I appreciate any input, Mike -- You received this message because you are subscribed to the Googl

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-01 Thread Mike
arghhh - should have caught that :( Luckily this is not my day job ! Thanks for the help, Mike On Feb 28, 6:03 pm, "Mark S." wrote: > You always have to put parenthesis around the conditional: > > if (tags.contains('systemConfig')) wikify("yep",place)

[tw] Re: Quick way to hide timeline

2010-03-01 Thread Mike
I like to use +++[Contents »|Contents »] <> === NestedSliders (can be done with core slider also . . .) Mike On Mar 1, 10:57 am, "Mark S." wrote: > I'm guessing that some of the time that it takes to redraw the page is > due to the timeline. I can hide the sideba

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-01 Thread Mike
;, place); works - except in the case where a shadow tiddler is shown "TypeError: store.getTiddler(tag) is null" Any thoughts? Mike On Mar 1, 2:38 pm, Mike wrote: > arghhh - should have caught that :( > Luckily this is not my day job ! > > Thanks for the help, > >

[tw] Re: ?? script // if tags.contains('systemConfig');

2010-03-02 Thread Mike
nfigDisable){}{}{var id=story.findContainingTiddler(place).getAttribute('tiddler');}] [[disable|systemConfigDisable]]", place); I appreciate the help, Mike On Mar 1, 6:56 pm, "Mark S." wrote: > Strangely enough, when I tried Mike's code inside a ShadowTiddler > (with an

[tw] Re: Problem implementing sorting macro

2010-03-03 Thread Mike
did u close the macro? <> mike On Mar 3, 7:16 pm, TK wrote: > G'day > > My aim is to sort alphabetically, the tiddlers listed in the "All" > list. > > A search led me to this code: > > <  sortBy >  '(tiddler.title.toLowerCase())' &

[tw] Re: Problem implementing sorting macro

2010-03-04 Thread Mike
d, you should be able to make the changes desired to TabAll sorry if that is too basic, if still not working, might try a minimal test case, IE empty TW with just the plugin in question and see if you get different results Mike (from my phone) On Mar 4, 12:57 pm, PMario wrote: > Uups, &

[tw] Re: TiddlyThemes Blueberry2

2010-03-05 Thread Mike
alex, just wanted to comment that this is a very wonderful tutorial :D Do you use the "right click" inspect element in Firebug, or do you find another way is better? thx, Mike (from my phone) On Mar 5, 9:38 am, Alex Hough wrote: > Hello Zapata, > > You need to edit th

[tw] Re: What are the advantages/disadvantages of tags vs fields vs slices?

2010-03-05 Thread Mike
Alan, for the most part, part tiddler has been replaced by the core use of sections and slices in a tiddler myStuff slice::myslice !!section my data section !!end reference via <> or <> hope that helps, Mike (from my phone) On Mar 5, 9:07 am, AlanBCohen wrote: > what do you me

[tw] Re: www.tiddlywiki.com still says you cant local save with chrome, but you can?

2010-03-05 Thread Mike
I have never tried chrome, but my understanding is that all you need to do is place the .jar in the same folder as the TW, if that doesn't work look at Pmario's post above Mike (from my phone) On Mar 4, 2:41 pm, Stephen Stroup wrote: > I just heard of and started trying TiddlyW

[tw] Re: How can I turn off NoSpace tiddler link?

2010-03-06 Thread Mike
els has a plugin, I think nowikiliks or something like that - www.tiddlytools.com look under plugins - sorry working on my phone or I would get the exact name / link Mike On Mar 6, 8:16 am, Evacave wrote: > One of the things on my TiddlyWiki is the list of books that I own. Is > there

[tw] Re: Selective Uploading

2010-03-06 Thread Mike
just a blind shot in the dark, but couldn't you work that from a script, setting the option to on, doing desired task, then at the end of the script setting it off again? mike On Mar 6, 9:50 am, skye riquelme wrote: > Hi All > > I am looking for a way to have students selective

[tw] Re: How can I turn off NoSpace tiddler link?

2010-03-06 Thread Mike
Proper link: http://www.tiddlytools.com/#DisableWikiLinksPlugin Mike On Mar 6, 12:17 pm, Mike wrote: > els has a plugin, I think nowikiliks or something like that > -www.tiddlytools.comlook under plugins - sorry working on my phone or > I would get the  exact name / link > > Mi

[tw] TW as a personal Database (my example)

2010-03-07 Thread Mike
thing works (always open to improvement), tested in FF3.5, 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 tidd

[tw] Re: TW as a personal Database (my example)

2010-03-08 Thread Mike
her I will post it also :P My wife also suggested making a cookbook. . . same concept, might be a while on that one though Mike On Mar 8, 3:00 am, PMario wrote: > Hello Mike, > Not much to say, it's GREAT. I like the layout nd the data. The > only litte thing i noticed is: If

[tw] Re: Which TiddlyWiki adaptation do you like best?

2010-03-09 Thread Mike
tbGTD is awesome, but I am still using my customized version of MPTW (if it still counts as a variant after 3yrs of tweaking?) the great thing about TW is u can make a tbGTD w/ TagglyTagging and any other plugin that helps your workflow ! Mike On Mar 8, 9:28 pm, "GTD.fan.o_0" wrote:

[tw] Re: Selective Uploading

2010-03-09 Thread Mike
skye, regretfully I am probably the most limited coder / scripter watching. . . if I get a chance I will play with it, but I am sure someone else can come up with a more eloquent solution . . IE Pmario, Mark S, or ELS (they seem to be the most active scripting gurus) Mike On Mar 8, 6:51 pm

[tw] Re: What did you do with your TW on GooglePages?

2010-03-10 Thread Mike
I never used googlepages, but I think these links may be of some interest. . . http://tiddlyspot.com/ http://www.dropbox.com/ Good Luck, Mike On Mar 7, 5:25 pm, Paco Rivière wrote: > It seems that googlepages has finally gone. And google.sites does not > accept JavaScript, nor Tidd

[tw] Re: Which TiddlyWiki adaptation do you like best?

2010-03-11 Thread Mike
, getting used to a new flavor of TW can be a great experience Mike On Mar 11, 5:28 am, Anung wrote: > Hi, > > I'm just curious, is there any way to transform between these variants > of TW? I mean, for example, if I have used MGTD then I want to use > tbGTD, how can I do that? Is

[tw] Re: Does anone know how to append a footer to a fET table?

2010-03-11 Thread Mike
<> On Mar 11, 9:01 am, Måns wrote: > Hi TwWizards > > My question is: Do you know how to append a footer to a fET table? > > I hope the answer is almost as simple as the question ;-) > > Regards Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "Tiddl

[tw] Re: How to hide right SideBar and Backstage

2010-03-12 Thread Mike
ackstage#7b047ac45a2d2c02 Good Luck, Mike On Mar 11, 8:43 pm, AndrewMc wrote: > Hi All > > I am developing a theme that hides the sidebars and the backstage from > view. > How should I edit the PageTemplate and StyleSheet to remove these > elements from view? > > I have hidden t

[tw] Re: exclude MainMenu from search

2010-03-12 Thread Mike
Try tagging as excludeSearch (case sensitive) http://tiddlywiki.org/wiki/Tags Mike On Mar 12, 7:19 am, Ken wrote: > How i do exclude MainMenu from the Search ? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this grou

[tw] Re: RenameTagPlugin

2010-03-12 Thread Mike
ttp://www.strm.us/tw/newlayout ) open the Menu Tiddler > edit > and change the name to Menu2 should get a prompt that says Rename the tag 'Menu' to 'Menu2' in 21 tidders? Mike On Mar 12, 3:41 pm, Chad wrote: > I have installed this plugin and tagged it "systemConfig&qu

[tw] Re: New tiddler macro using evaluated parameters

2010-03-12 Thread Mike
Mans, Sounds like you have an interesting project behind this - anything that you might be ready to share? Mike On Mar 12, 4:02 pm, Måns wrote: > > <> > > > /% > > !button > > > < >  label:"$2" > >  prompt:"$1" >

[tw] Re: How do I invoke ImportTiddlersPlugin interactive control panel?

2010-03-14 Thread Mike
Search for the shadow tiddler ImportTiddlers should contain the interface you are talking about. (via index, or via search plugin) What version TW / Plugin are you using? I have 2.5.3 (+2.4.3) / 4.5.0 Mike On Mar 13, 6:07 pm, Eric Weir wrote: > On Mar 13, 2010, at 5:14 PM, Måns wrote: >

[tw] Re: Change label for link returned by tag macro

2010-03-14 Thread Mike
I found this problem in my document. . . QuickOpenTagPlugin ! splitTag hack, gonna see if I can remove just the hack. . . Mike On Feb 23, 5:16 am, Tobias Beer wrote: > Thanks for the feedback. Let's say: I'll try and keep it up ...and see > what eventually comes out of it. >

[tw] QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-14 Thread Mike
not have the same functionality. I am wondering if Quick OpenTagPlugin could use the core pretty links? Not sure how big of a code change that would be, or if it would even be possible. (I think it would break all legacy mptw pretty links, because the format is different) Thoughts, Mike -- You

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-15 Thread Mike
ing the view template vs. the more universal usage of the plugin Will have to play with the plugin some more and see if I can figure out where to make the modifications without losing functionality. Thoughts? Mike On Mar 14, 4:55 pm, Mike wrote: > Mr. Baird or any other Javascript guru, >

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-15 Thread Mike
Looks like the key may be in hiJacking the allTags.handler (or allTags macro) in combination with above Will have to experiment some more. . . Mike On Mar 15, 12:20 pm, Mike wrote: > Looks like I can functionally use > {{tiny{<>}}} > > Replacing > with: > > In

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-16 Thread Mike
ove function so that I can remove the "pretty links" but retain functionality. Mike On Mar 15, 2:27 pm, Mike wrote: > Looks like the key may be in hiJacking the allTags.handler (or allTags > macro) in combination with above > Will have to experiment some more. . . > > M

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-16 Thread Mike
n) Just need to try and figure out what all is going on in the above function so that I can remove the "custom pretty links" but retain functionality. (Brain Surgery vs. Hacksaw) Mike On Mar 14, 4:55 pm, Mike wrote: > Mr. Baird or any other Javascript guru, > > Reference:h

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-16 Thread Mike
theTag.setAttribute("tag",tag); if (excludeTiddler) theTag.setAttribute("tiddler",excludeTiddler); return(theTag); }, Will post a test case later to see if I missed anything Mike On Mar 16, 7:00 am

[tw] Re: Change label for link returned by tag macro

2010-03-16 Thread Mike
Possible Solution / Hack here: http://groups.google.com/group/tiddlywiki/browse_thread/thread/de4784018f05304d Mike On Mar 14, 10:06 am, Mike wrote: > I found this problem in my document. . . > QuickOpenTagPlugin ! > > splitTag hack, gonna see if I can remove just the hack. . . >

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-16 Thread Mike
Could someone please change the title of this from: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links to: QuickOpenTagPlugin Pretty tag vs. Core Pretty tag Referring to QOTP <> vs CORE <> Thank You, Mike On Mar 16, 7:00 am, Mike wrote: > So after some more research my pr

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-16 Thread Mike
; }, Need to figure out how the dropdownChar works now :( Mike On Mar 16, 8:06 am, Mike wrote: > Could someone please change the title of this > from: > QuickOpenTagPlugin Pretty Links vs. Core Pretty Links > to: > QuickOpenTagPlugin Pretty tag vs. Core Pretty tag >

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-16 Thread Mike
btn; 11: }, Have a problem getting line 04 to work and inserting config.quickOpenTag.dropdownChar on line 06 Thoughts? Mike On Mar 16, 8:06 am, Mike wrote: > Could someone please change the title of this > from: > QuickOpenTagPlugin Pretty Links vs. Core Pretty Links > to:

[tw] Re: What TW version to start with?

2010-03-16 Thread Mike
ng it build as you go, improve on what you use, get rid of what you don't Mike On Mar 16, 2:05 pm, "Dave Gifford - http://www.giffmex.org/"; wrote: > > David Gifford here has some variants created for beginners. I think > > one of them is called "TW for the rest o

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-17 Thread Mike
from the core code, I am thinking it is a syntax problem. . . Mike On Mar 16, 10:18 am, Mike wrote: > Here is where I am: > 01:     createTagButton: function(place,tag,excludeTiddler,title,tooltip) > { > 02: > 03:             var sp = > createTiddlyElement(place,"span"

[tw] Re: Attaching files / Path problems

2010-03-18 Thread Mike
Ood Luck, Mike On Mar 18, 12:32 pm, kristings wrote: > After finally figuring out how to get the plugins to mostly work, I > remain baffled as to how to interpret other posts regarding having the > TW on a usb drive and having the FileDropPlugin configured so that > files will open

[tw] Re: As far as I can tell; a NEW and MAJOR application for TW

2010-03-19 Thread Mike
y software - merely a reference of what you might be looking for in a modified TW Thoughts? Mike On Mar 19, 8:52 pm, iain wrote: > As someone who probably writes a 3000-1 report on average once a > fortnight and as an ex editor of a professional journal and as a TW > user I am going

[tw] Syntax error (Javascript)

2010-03-20 Thread Mike
I need to break it up, or am I just missing / using wrong syntax? Open to any suggestions, 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 g

[tw] Re: Syntax error (Javascript)

2010-03-20 Thread Mike
thank you ! Will try that when I get back to a computer tonight :D I need a better JS book, tertiary operator was not in my reference. . . The more I learn, the less I know. . . I appreciate the help ! Mike (from my phone) On Mar 20, 2:08 pm, "Mark S." wrote: > Is creat

[tw] Re: Syntax error (Javascript)

2010-03-20 Thread Mike
p.s. The function is in the core ! Mike On Mar 20, 4:58 pm, Mike wrote: > thank you ! > Will try that when I get back to a computer tonight :D > I need a better JS book, tertiary operator was not in my > reference. . . > The more I learn, the less I know. . . > >

[tw] Re: Syntax error (Javascript)

2010-03-20 Thread Mike
Thank You Mark S. ! Will read up on ternary operator some more when I get a chance, I appreciate the help / guidance. http://www.strm.us/tw/examples_twgg/qotp_hack Updated & Working :P Mike On Mar 20, 5:40 pm, "Mark S." wrote: > Oops. Its actually called the "te

[tw] Re: QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-20 Thread Mike
Thank You Mark S. ! http://www.strm.us/tw/examples_twgg/qotp_hack Updated & Working :P Mike On Mar 17, 6:41 am, Mike wrote: > I think this is the line I am stuck on. . . > (Reverted back to MPTW createTiddlyButton for createTagButton > function, removed (7) lines related t

[tw] Re: slow responses

2010-03-20 Thread Mike
not an expert. . . but a few things that may help is the tw hosted? (link?) customized or vanilla tw? browser & version? good luck, Mike On Mar 19, 10:38 pm, Chuck Walbridge wrote: > I was chugging along reasonably well when the keyboard got slow, I was > typing faster than text cou

[tw] Re: slow responses

2010-03-20 Thread Mike
you could also try tiddlywiki.org - search for keyboard shortcuts or Toolbar Commands sorry no link (on my phone) Mike On Mar 20, 9:16 pm, Mike wrote: > not an expert. . . > but a few things that may help > is the tw hosted? (link?) > customized or vanilla tw? > browser &

[tw] Re: Stuck: need help with ImportTiddlersPlugin

2010-03-21 Thread Mike
Have you tried the default backstage -> import browse to TW with desired tiddlers, check desired tiddler names (check desired option at bottom) import? Mike On Mar 21, 2:56 am, ABD_blogger wrote: > I was about to ask a similar question. I too have been trying to > import Tiddlers

[tw] Re: ANN: TagsplorerMacro released

2010-03-21 Thread Mike
looks very nice, was your concept to use it as a menu? Or as a new way to navigate? JQuery :D Mike On Mar 21, 8:38 am, FND wrote: > http://fnd.lewcid.org/tmp/tagsplorer.html > > It's a fairly basic prototype for now, but I think it's useful nonetheless. > > I've

[tw] Re: ANN: TagsplorerMacro released

2010-03-21 Thread Mike
got a prompt box instead of drop down from the first example, can't seem to get it to replicate (not sure what I did) I like the drop down much better ! (might be why I was initially confused) Any plan for excludeLists support? (or was it a feature to leave that out?) Awesome ! Mike On M

[tw] Re: ANN: TagsplorerMacro released

2010-03-21 Thread Mike
you were thinking of adding it as a parameter to the macro, which is possibly beyond me (not that I wouldn't give it a whirl) Mike On Mar 21, 2:43 pm, FND wrote: > > So it creates a tags filter showing relevant information, with the > > option to add additional filters to drill do

[tw] Re: Count checkboxes set to true?

2010-03-21 Thread Mike
should be able to do a script w/ matchtags or a fET - are u looking for total tiddlers tagged x? like in side bar > tags? If that is right I may have an example from ELS or am I missing something? Mike On Mar 21, 12:37 pm, Måns wrote: > Hi TwWizards > > I've setup a tiddle

[tw] Re: ANN: TagsplorerMacro released

2010-03-21 Thread Mike
I agree excludeLists as an optional parameter would probably be better, would that be enough configuration, or are thinking something more robust? Mike On Mar 21, 5:19 pm, PMario wrote: > hi > > On Mar 21, 10:50 pm, Tobias Beer wrote:> Only > careful observation of the t

[tw] Re: ANN: TagsplorerMacro released

2010-03-21 Thread Mike
might also look at changing macro name / tooltip to be more informative (plugin name doesn't matter much to me) the more I play with the plugin the more I like it. . . After initial hurdle it is very intuitive Mike On Mar 21, 5:19 pm, PMario wrote: > hi > > On Mar 21, 10:50 p

[tw] Re: Count checkboxes set to true?

2010-03-21 Thread Mike
jects, " + tasks + " Tasks (" + urgent + " Urgent, " + pending + " Pending, " + completed + " Completed) "); Mike -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to t

[tw] Re: ANN: TagsplorerMacro released

2010-03-21 Thread Mike
I agree excludeLists as an optional parameter would probably be better, (than my code above) I was thinking a true / false type option would that be enough configuration, or are you thinking something more robust? Mike On Mar 21, 5:45 pm, Mike wrote: > might also look at changing macro n

[tw] Re: ANN: TagsplorerMacro released

2010-03-22 Thread Mike
any other thoughts on excludeLists? I am going to have some spare time this week and might play with it . . . Mike On Mar 22, 7:29 am, Eric Shulman wrote: > > I think it might be quite powerfull to have a different dropdown (or > > alternatively more than one)... one that can be con

[tw] Re: ToggleScrollingSidebars does not automatically refresh

2010-03-23 Thread Mike
you coul try portable firefox (3.5 or 3.6) from portableapps.com, maybe a plugin on your browser, or a ff3.6 problem - I am usng 3.5 with no problems (winxp, 7, vista, 2k) I have seen some posts about osx problems with ff3.6. . . Mike On Mar 23, 10:13 am, Saverio wrote: > bump. > >

[tw] Re: ToggleScrollingSidebars does not automatically refresh

2010-03-23 Thread Mike
this thread and has a moment to look at it and see what is going on. (took about (3) tries to get the dropbox file to open so I could download and run locally) Mike On Mar 23, 5:17 pm, Saverio wrote: > On Mar 23, 4:35 pm, Mike wrote: >   I am usng 3.5 with no problems (winxp, 7, vis

<    1   2   3   4   5   6   7   >