[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 cou

[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 http://

[tw] TW5 per-tiddler CSS?

2014-01-31 Thread Mike
Is there any way to inline a

[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: ">click to email 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 quotes. I don't really w

[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 amou

[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, link creates a link to "{{!!x}}". hmm. even weirder, changing the email field to be email = mailto

Re: [tw] Re: Transclusion within a string

2014-02-03 Thread Mike
cellent response. I apologize 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: > > "

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)){ 69c70,71 < if(exclude.indexOf(fieldName) === -1) { --- > if((this.exclude && fieldList.indexOf(fieldName) =

[tw] Re: TW5: search in fields

2014-02-05 Thread Mike
tring/(i)"> TL;DR: To search in fields create a new tiddler. Add the following to it: <$list filter={{!!searchbox}}> Then add a field named "searchbox." Turn on the preview pane (the "show preview" button) and type the following into the searchbox field: [

[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 particu

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

2014-02-08 Thread Mike
y answers 90% of the questions I had! At least I learned something by digging through source. :) -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

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 >wrote: > >> Yes, you can absolutely repost the grammar on tw.com; I'd be honoured to >> h

[tw] [TW5] cron widget?

2014-02-19 Thread Mike
create a new widget, but what internals ways 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 -- Y

[tw] Re: Transcluding TableHighlight

2009-08-06 Thread Mike
ipt, a refresh has to be invoked to use the script on the next table / tab. See TestTabs1 for an example. 1. normal transclusion works fine i.e. <> 2. might be a symptom of transcluding the script via the ViewTemplate I appreciate any ideas / suggestions / feedback, Thanks,

[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 wrote: > I imported Eric Shulman's Navigation package including > CollapsedTiddler

[tw] Re: Is there a hierarchical<> 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

[tw] Re: Is there a hierarchical<> macro menu plugin

2009-08-14 Thread Mike
Thanks for the input Alex; an interesting idea. I really wanted a hover menu for navigating the tags but I'll bear this in mind for other applications. Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[tw] Re: Is there a hierarchical<> 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 thi

[tw] A few projects I have been working on

2009-08-25 Thread Mike
pick through them as you wish. I am not a programmer, more of a TW enthusiast. 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

[tw] SwitchThemePlugin Cookie for Random Theme

2009-08-25 Thread Mike
ither theme this becomes the default for both - I am assuming due to a browser cookie? I have tried deleting the browser cookie, but still no luck. Am I missing something obvious? Is the Hard coded cookie syntax correct? Thanks, Mike --~--~-~--~~~---~--~~ You re

[tw] QuickEdit + TiddlersBarPlugin Problem with Split Command

2009-08-25 Thread Mike
in setSelection (in QuickEdit) ? The split script hangs just after having displayed the new tiddler, just before setting the new text on the selection. Any headway into a solution for this? Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you

[tw] Re: SwitchThemePlugin Cookie for Random Theme

2009-08-25 Thread Mike
Thank You for the feedback and suggestions, I will probably need to take a few day to process before I decide what to do, not really a problem, just a minor glitch I was trying to figure out. For now I have just put <> in an easy to access place. Mike On Aug 25, 10:34 pm, Eric Shulman

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

2009-09-21 Thread Mike
hread/thread/d2d3a885facaa654/fde60b419a07c1f3#fde60b419a07c1f3 Hope that helps, Mike On Sep 21, 5:37 am, AlanBCohen 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 wrote: > Tha

[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 wrote: > > You can switch the paletee as part of a regular TW theme definition. > > Simply include a sli

[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" wrote: > Hi Tobias, > May I suggest that you either allow the user to se

[tw] Re: Timeline/History with UserName?

2009-11-10 Thread Mike
With some help from ELS I have replaced all of my fET calls to inline JS :) I think you are missing the header (hdr) i.e. var hdr="|sortable|k\n| !Brand | !Name | !Wrapper | !Recommended By | ! Purchased ||h" out.push(hdr); A Working Example: var out=[]; var fmt='| %0 | %1 | %2 | %3 | %4 |

[tw] Re: Encrypting my TiddlyWiki

2009-11-10 Thread Mike
/#TiddlerPasswordPlugin password via template & user level controls Mike On Nov 10, 2:15 pm, Alex wrote: > Hello everyone, I really need on encrypting my TiddlyWiki. I have > tried using two different plugins, EncryptedVaultPlugin and the > TiddlerEncryptionPlugin. Using the TiddlerEcryption

[tw] Re: Encrypting my TiddlyWiki

2009-11-13 Thread Mike
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 wrote: > Of course, the lines don't wrap like shown in the news post. > > On Nov 13, 7:46 am

[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 wrote: > Sorry, been away from my computer for a few days. .. > if you have vault installed, go to the plugin (under system

[tw] Inline script (Wikify Output??)

2009-11-24 Thread Mike
e(' '+pre+''+dir+''+array_name[ry]+''+post+' ') } random_imglink() Which provides the text output (slightly different each time due to the random array) [>img(400px+,auto)[Random Picture|images/famslide-2.jpg]] What do I need to do to

[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

[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 wrote: > Can you specify the problems it causes... exactly? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post

[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." wrote: > You can try > >   wikify(' '+pre+''+dir+''+array_name[ry]+''+post+' ',place) ; > > Mark > &

[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." wrote: > You can try > >   wikify(' '+pre+''+dir+''+array_name[ry]+''+post+' ',pl

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

2009-11-24 Thread Mike
I am using setTimeout("story.refreshTiddler('Final',null,true)",3); 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 beca

[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 wrote: > http://www.Remotely-Helpful.com/TiddlyWiki/LaunchApplication.html > > On Nov 24, 4:50 pm, Mi

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

2009-11-24 Thread Mike
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...@googlegroups.com. Fo

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

2009-11-24 Thread Mike
Works perfect ! Thank You :) Mike On Nov 24, 3:57 pm, Mike wrote: > 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

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

2009-11-25 Thread Mike
Could I fix this via transcluding LoadScripts in a plugin, or via loading the library via a plugin? Thank You, Mike On Nov 24, 4:51 pm, Mike wrote: > Using TW 2.5.3 and ILJS 1.9.5 > > Followed directions in InlineJavascriptPluginInfo > (www.tiddlytools.com) > Excerpt: > No

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

2009-11-25 Thread Mike
Found it ! http://groups.google.com/group/tiddlywiki/browse_thread/thread/e35931b91692c020/3f6ac750cc7e24f9?lnk=gst&q=load+.js#3f6ac750cc7e24f9 MarkupPreBody (Removed LoadScripts) :) Mike On Nov 25, 6:48 am, Mike wrote: > Could I fix this via transcluding LoadScripts in a plugin,

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

2009-11-25 Thread Mike
Quick Question. . . Using LaunchApplicationPlugin. . . When I execute the following .bat @echo off GOTO EndComment 11.25.09 Mike Praeuner (www.strm.us) Purpose: Execute this file, to create an array of images for a folder, to use inside TW Source: http://www.dynamicdrive.com/forums/archive

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

2009-11-25 Thread Mike
thx - too bad I didn't write it . . . (the script) found it somewhere on the web and modified (getting the array from a batch file !) Will work on cleaning it up a little, also not sure about the line(s) if (ry==0) ry=1 thinking that is removing the first pick in the array - [0] (need to investiga

[tw] Re: Make tiddlywiki more tiny

2009-11-27 Thread Mike
Have you looked at http://tinytiddly.lewcid.org/ Good Luck, Mike On Nov 27, 7:43 am, FND wrote: > > Is there a way to make the core more tiny. I'm developing a web page > > and want's to leave only the minimum code to run. > > For example: remove the color palette,

[tw] Re: Tags tagged with 'excludeLists' continue to show up in lists

2009-11-27 Thread Mike
Are you using tagger? If so look at this: http://www.strm.us/tw/examples_twgg/extendtweak2.htm something ELS came up with for me last year for excluding items from the list Thanks, Mike On Nov 27, 9:13 am, Eric Weir wrote: > On Nov 27, 2009, at 7:41 AM, Tobias Beer wrote: > > > I&

[tw] Re: Tags tagged with 'excludeLists' continue to show up in lists

2009-11-27 Thread Mike
s for Tagger to use (would have to change view ToolbarCommands or ViewTemplate) Clear as mud? Been a while since I played with it. . . (hopefully the above syntax is correct) Good Luck, Mike On Nov 27, 9:39 am, Mike wrote: > Are you using tagger? > If so look at this:http://www.strm.u

[tw] Re: Make tiddlywiki more tiny

2009-11-27 Thread Mike
not sure about upgrading to 2.5.3 - might try asking on TWDev, or trying to get in touch with Lewcid directly (FND may know. . .) Good Luck :) Mike On Nov 27, 11:08 am, skye riquelme wrote: > Hi All > > I really love the tinytiddly option...especially the zip version (core > move

[tw] Re: Turning off the Double Click Edit function

2009-11-27 Thread Mike
if you are using a standard TW, all you have to do is edit ToolbarCommands (Shadowed tiddler) and remove the + next to editTiddler :) Mike On Nov 27, 2:45 pm, sonomakid2002 wrote: > I have read through several posts and they deal with mainly turning > off the double click edit when in

[tw] Re: Tags tagged with 'excludeLists' continue to show up in lists

2009-11-27 Thread Mike
let me look at your test case and see if we are talking about the same thing . . . (family here so may be a little while before I get back to you. . .) Mike On Nov 27, 3:58 pm, Eric Weir wrote: > On Nov 27, 2009, at 11:39 AM, Mike wrote: > > > To exclude from Tagger directly tr

[tw] Re: You know what I wish I could do?

2009-11-28 Thread Mike
Sounds like what I was playing with here (may be able to adapt my fet / scripts for your idea) http://www.strm.us/tw/examples_twgg/fettaskmanager.html http://www.strm.us/tw/examples_twgg/ijstaskmanager.html Look at . . . ProjectTemplate / TaskTabs (under excludeLists) Mike On Nov 28, 4:53 pm

[tw] Re: Tags tagged with 'excludeLists' continue to show up in lists

2009-11-28 Thread Mike
(low on coffee) Good Luck, Mike My posts on a similar line of thought (TaggerPlugin + QuickOpenTagPlugin) http://groups.google.com/group/tiddlywiki/browse_thread/thread/c098e17ce932f3fd/b1a8322e38345ff5?q=#b1a8322e38345ff5 On Nov 27, 5:17 pm, Eric Weir wrote: > On Nov 27, 2009, at 5:37

[tw] Re: installing new version of TiddlyWiki

2009-11-29 Thread Mike
as desired then press import Hope that helps, Mike On Nov 29, 11:42 am, Cajnik wrote: > Hi, this really must be a stupid question, but: I'm using TiddlyWiki > for few years now and it's a great tool. But when there is a new > version, I don't know how to install it - I dow

[tw] Re: Create a new tiddler at the command line

2009-11-30 Thread Mike
If I am understanding you correctly, you want to create new tiddler every time the TW is opened? . . . and you want it to have the correct information / tags? Do you want it to be in edit mode or just created? Thank you, Mike On Nov 30, 11:21 am, Craig in Calgary wrote: >

[tw] Re: Create a new tiddler at the command line

2009-11-30 Thread Mike
here: (similar to the plugin above) http://www.strm.us/tw/examples_twgg/ijstaskmanager.html#ProjectTemplate Hope that helps, Mike On Nov 30, 12:29 pm, Mike wrote: > If I am understanding you correctly, you want to create  new tiddler > every time the TW is opened? > . . . and you want i

[tw] Re: Tags tagged with 'excludeLists' continue to show up in lists

2009-11-30 Thread Mike
Any luck? Best Wishes, Mike On Nov 30, 9:13 am, rakugo wrote: > Eric, > Try creating a tiddler called excludeLists and tag it with > excludeLists. > > Does your problem go away? > > Jon -- You received this message because you are subscribed to the Google Groups "

[tw] Re: Create a new tiddler at the command line

2009-11-30 Thread Mike
, Mike On Nov 30, 1:31 pm, Craig in Calgary wrote: > Mike, > > > If I am understanding you correctly, you want to create  new tiddler > > every time the TW is opened? > > Not every time. There is a scenario when I use Notepad++ to edit TXT > files as a dumping ground for r

[tw] Re: Create a new tiddler at the command line

2009-11-30 Thread Mike
n as possible in the body (similar to your second post) I am sure someone will have the answer you are looking for Best of luck ! Mike On Nov 30, 1:45 pm, Mike wrote: > I understand better what you are trying to accomplish, a little over > my head though :( > might look athttp://www.tiddly

[tw] RandomImage (from a folder) **Working**

2009-12-04 Thread Mike
http://www.strm.us/tw/examples_twgg/RandomImage.html Here is my solution. . . not the most eloquent, but working great for me Works best in folders with varied image names, doesn't do so well with spaces and special characters Any Thoughts? Have a Great Day ! Mike -- You received

[tw] Re: ToggleTiddlersBar

2009-12-05 Thread Mike
Thank You PMario / Mans !! I am using Mans version, and I am very happy with the results. Great Work, Mike On Dec 4, 3:23 pm, Morris Gray wrote: > On Dec 5, 3:20 am, Måns wrote: > > > Hi Morris > > > I've tried to reconstruct your TWT TopMenu in my notestormproje

[tw] Re: ToggleTiddlersBar

2009-12-05 Thread Mike
Thank You PMario !! I am now using your transclusion, and I am very happy with the results. Great Work, Mike On Dec 4, 3:23 pm, Morris Gray wrote: > On Dec 5, 3:20 am, Måns wrote: > > > Hi Morris > > > I've tried to reconstruct your TWT TopMenu in my notestormproje

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

2009-12-05 Thread Mike
the root of my drive instead of in the folder with the .bat file Works fine if I execute the .bat file from the directory in windows Any Suggestions? Thanks, Mike P. On Nov 25, 7:31 am, Mike wrote: > Quick Question. . . > Using LaunchApplicationPlugin. . . > > When I execute the fol

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

2009-12-05 Thread Mike
Sweet ! That is what I needed :) I used: cd %~d0\Documents\tw\images I appreciate the guidance, Mike On Dec 5, 12:33 pm, "Mark S." wrote: > As a first step, you could try adding your start directory to the top > of the batch file script. In windows, you have to specify the

[tw] Re: RandomImage (from a folder) **Working**

2009-12-05 Thread Mike
Updated to use LaunchApplicationPlugin as per Mark S's advise (http://groups.google.com/group/tiddlywiki/ browse_thread/thread/8332016c695e9ad9) Enjoy, Mike On Dec 4, 5:00 pm, Mike wrote: > http://www.strm.us/tw/examples_twgg/RandomImage.html > > Here is my solution. . . not the

[tw] Re: RandomImage (from a folder) **Working**

2009-12-06 Thread Mike
lytagging / ect.) (An example of my layout in the Home / Work Tiddler - http://www.strm.us/tw/newlayout.html) Thanks for all of your great plugins ! Mike P. On Dec 5, 7:54 pm, Måns wrote: > >http://www.TiddlyTools.com/#QuoteOfTheDayPlugin > > --- > > 2008.01.16

[tw] Re: I can't get TaggerPlugin to work correctly

2009-12-06 Thread Mike
Try Adding http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin Tagger uses code that has been removed from the core Good Luck, Mike On Dec 6, 4:25 pm, Saverio wrote: > http://forposting.tiddlyspot.com/#TestTiddler > > Above is a link to an empty TiddlyWiki excep

[tw] Re: RandomImage (from a folder) **Working**

2009-12-07 Thread Mike
Figured it out. . . should have been {{floatright{{{random img{<>}} I forgot to close the floatright. . . DOH! Works great, Excellent solution ! Mike P. On Dec 6, 4:31 pm, Mike wrote: > WoW - now that is eloquent code :) > > I love the QOTD plugin, had the most recent versi

[tw] Re: installing new version of TiddlyWiki

2009-12-08 Thread Mike
if you have internet access) http://www.tiddlytools.com/#InstantBookmarklets Good Luck, Mike On Dec 8, 7:16 am, Cajnik wrote: > Actually, it's not working. > I've tried this, since I have earlier versions than > 2.4.0:http://www.tiddlywiki.com/#HowToUpgradeOlderTiddlyWikis &

[tw] Re: Formatting Problem...what changed?

2009-12-09 Thread Mike
or section (in the case of a theme) Good Luck, Mike On Dec 8, 5:51 pm, Bret wrote: > I've just set up a TW and installed the Monochrome theme. After using > it a bit, I've noticed strange behavior in one particular area that > I'd like to change. > > When movin

[tw] Re: Scroll MainMenu

2009-12-15 Thread Mike
Are you looking for this? http://www.tiddlytools.com/#ToggleScrollingSidebars Mike On Dec 15, 6:00 am, david.kel...@gmail.com wrote: > I know I've seen it in a post but I can't find it :-( > What do I need to put in the page template to make the left-hand menu   > scroll as y

[tw] .setStylesheet (transcluded)

2009-12-19 Thread Mike
I picked up this idea from a different post . . . <> Question, how would I go from #ddd to [[ColorPalette::SecondaryLight]] ? Thank You, Mike -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send

[tw] Re: .setStylesheet (transcluded)

2009-12-20 Thread Mike
Works perfectly - Thank You ! Mike On Dec 19, 7:07 pm, "Mark S." wrote: > This seems to work: > > < setStylesheet( > ".highlight, .marked {background:#fff !important;}\n"+ > ".oddRow {background-color:"+store.getTiddlerSlice('ColorPalette&

[tw] Re: sub list of tags?

2009-12-20 Thread Mike
Maybe this could help. . . http://lewcid.org/2007/10/23/how-to-list-tiddlers-by-tags-the-filter-tipped-way/ Mike On Dec 20, 9:33 am, JayF wrote: > I would to reduce the list of tags in my sidebar to a sublist, i. e. > I only want to display tags that begin with "KW - "  (for ke

[tw] Re: sub list of tags?

2009-12-20 Thread Mike
AND, OR, NOT, plus nested parentheses as needed). You can also use regular expressions to match *patterned* tags (e.g., use "foo.*" to match any tag starting with "foo"). Enjoy, Mike On Dec 20, 4:25 pm, Mike wrote: > Maybe this could help. . . > > http://lewcid.or

[tw] Re: Firefox: "failed to save main tiddlywiki file" "failed to save backup file"

2009-12-20 Thread Mike
Try This Plugin / FireFox Setting fixer . . . http://firefoxprivileges.tiddlyspot.com/ Worked for me last year when I had a similar problem, Good Luck, Mike On Dec 19, 10:57 pm, dblanchard wrote: > I've been happily using TW in FF 3.0 for some time on WinXP SP 2. My > only annoyan

[tw] Re: sub list of tags?

2009-12-21 Thread Mike
roficient in JS as many of the other people here. . . Mike On Dec 20, 10:33 pm, JayF wrote: > Thanks for your efforts. > > I added the matchtagsplugin, and used the following syntax: > > <> > > which yielded a list of all the tiddlers with any tag beginning with >

[tw] Re: sub list of tags?

2009-12-21 Thread Mike
"\n"; out+="*<<tag [["+tags[t][0]+"]]>>\n"; } return out; Then transclude like the example <> where "tag tag tag" is every tag you wish to exclude Could be a little cumbersome if you have hundreds of tags . . . Mike On Dec 21, 7:28 am,

[tw] Re: Translation of Error Messages?

2009-12-21 Thread Mike
For storing TW messages in a tiddler you could use: http://www.tiddlytools.com/#MessageLogPlugin Mike On Dec 21, 9:16 am, Mae wrote: > Cause I don't like denglish (http://en.wikipedia.org/wiki/Denglisch), > my german allready bad enaugh, and I can't english. So I have

[tw] Re: how-to sort tags?

2009-12-22 Thread Mike
?? Mike On Dec 11, 7:48 am, josep wrote: > hi, > > i am triyng to sort tags by date using > <> > in shadow tiddler TabTags *but* it does not work. > > any idea how-to solve? > > thanks! > > i use TW 2.5.3 with > CoreTweaks 2.2.0 plugin > in Ubuntu 9.10

[tw] Re: sub list of tags?

2009-12-22 Thread Mike
Playing with http://yann.perrin.googlepages.com/twkd.html#DividedListsPluginDocumentation Trying to find some Documentation (not on the current twkd website) Good Luck, Mike On Dec 21, 1:31 pm, Mike wrote: > How many tags do you have to work with? > If not a large amount then the

[tw] Re: sub list of tags?

2009-12-22 Thread Mike
Mark - that is great, couldn't wrap my mind around it. . . Made it pretty by changing the output to . . . out+="* <> ("+tags[i][1]+")"+"\n"; It is working in my SandBox Mike On Dec 22, 12:26 pm, "Mark S." wrote: > Haven't don

[tw] Re: Suppress blank lines (crlf) in rendered tiddler content

2009-12-31 Thread Mike
Are you looking for this? http://groups.google.com/group/tiddlywiki/browse_thread/thread/4f40684cbb21f37c/1116b6f0ef7f7f26?lnk=gst&q=white+space#1116b6f0ef7f7f26 Mike On Dec 31, 12:25 pm, Craig in Calgary wrote: > Recently I read somewhere in the TiddlyWiki community of a way &g

[tw] Palette + Printing

2009-12-31 Thread Mike
doing this the hard way . . . Happy New Year ! 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 tiddlywik

[tw] Re: Palette + Printing

2009-12-31 Thread Mike
eSheet, and then put the styles you want for printing > inside the brackets. > > There is a stylesheet for printing, but seem to recall that you're not > supposed to use the specialized stylesheet tiddlers for changes since > they might get overwritten in future upgrade

[tw] Re: Printing truncates when Using MonkeyGTD tiddlywiki

2010-01-03 Thread Mike
; padding-bottom:2em ! important; page-break-after: auto; page-break-before: auto; } Good Luck, Mike On Jan 2, 9:19 pm, Rod wrote: > Hi! > > I am using MonkeyGTD, built on tiddlywiki.   I think it is awesome > technology.  I digress.  I am having exactly ONE iss

[tw] Re: Printing truncates when Using MonkeyGTD tiddlywiki

2010-01-03 Thread Mike
get a little time tonight I will head over to the mGTD site and take a better look. Wish I would have remembered that yesterday . . . Good Luck, Mike On Jan 3, 3:16 pm, Rod wrote: > Hi! > > I found a workaround, but it does not work exqactly as I desire.  The > workaround uses three col

[tw] script / transclusion to remove TagglyTaggingPlugin & QuickOpenTagPlugin for a tiddler display

2010-01-03 Thread Mike
Is their a script / transclusion to remove TagglyTaggingPlugin & QuickOpenTagPlugin? I would be using these in conjunction with HideTiddlerToolbar, HideTiddlerTitle (ELS) Will play with it some tomorrow, might be able to Hulk Smash something together . . . Mike -- You received this mes

[tw] Re: script / transclusion to remove TagglyTaggingPlugin & QuickOpenTagPlugin for a tiddler display

2010-01-03 Thread Mike
Ok here is my hack (may make your document explode) (!!!original code non exploding code from ELS http://www.TiddlyTools.com/#HideTiddlerTitle) /% !info |Name|HideTiddlerAll| |Source|http://www.TiddlyTools.com/#HideTiddlerTitle| |Version|2.0.1| |Author|Eric Shulman| |Modified|Mike Praeuner

[tw] Re: script / transclusion to remove TagglyTaggingPlugin & QuickOpenTagPlugin for a tiddler display

2010-01-03 Thread Mike
Thanks Mans ! I forgot I had that plugin . . . (or do I have it still ?.?) Will play with it in a little bit :) Excellent suggestion, Mike On Jan 3, 5:40 pm, Mike wrote: > Ok here is my hack (may make your document explode) > (!!!original code non exploding code from >

[tw] Re: script / transclusion to remove TagglyTaggingPlugin & QuickOpenTagPlugin for a tiddler display

2010-01-04 Thread Mike
which breaks the transclusion I appreciate the suggestions ! Thanks, Mike On Jan 3, 6:33 pm, Måns wrote: > Hi Mike > > > > > It seems to be doing the desired job, not sure if I have committed any > > JS felonies though. . . > > > Any thoughts? > > If you hide

[tw] Re: Looking for some feedback

2010-01-05 Thread Mike
Hello David ! I like the layout :D Neighbors?. . . (My family and I live it Bartlett, TN) Thanks for sharing your project, Mike On Jan 5, 9:01 am, Craig in Calgary wrote: > David, > > Thump! That's the sound of the palm of my hand slapping my forehead. > If Tiddly960 is th

[tw] Re: Is it possible to eliminate "Type the text for 'New Tiddler'" ?

2010-01-05 Thread Mike
when a tiddler doesn't exist config.views.editor.defaultText = ""; // don't need message when creating a new tiddler }}} Tag as systemConfig Save and Reload. Note: I provided (3) options, you only actually requested the last option. Thanks, Mike On Jan 5, 2:44 pm, Neil

[tw] Re: Is it possible to eliminate "Type the text for 'New Tiddler'" ?

2010-01-05 Thread Mike
sn't exist config.views.editor.defaultText = ""; // no default text }}} Tag as systemConfig Save and Reload. Note: I provided (3) options, you only actually requested the lastoption. Thanks, Mike On Jan 5, 2:44 pm, Neil Olonoff wrote: > Thanks very much. That worked. Although, I would re-st

[tw] Re: Is it possible to eliminate "Type the text for 'New Tiddler'" ?

2010-01-05 Thread Mike
no tiddler doesn't exist config.views.wikified.defaultText = ""; // no default text }}} Tag as systemConfig Save and Reload. Note: I provided (3) options, you only actually requested the lastoption. Thanks, Mike On Jan 5, 2:44 pm, Neil Olonoff wrote: > Thanks very much. That

[tw] <> macro CSS Style

2010-01-05 Thread Mike
I have seen this some where . . . How can I go from the default: search [__] to something more like: [_search_] basically take the search next to the box, and put it in the box, and when you click on the box the search text clears.. .. .. Thanks, Mike -- You received this message because

[tw] Re: <> macro CSS Style

2010-01-05 Thread Mike
I found this <> which gave me search [_s e a r c h_] getting closer . . . Mike On Jan 5, 3:46 pm, Mike wrote: > I have seen this some where . . . > > How can I go from the default: search [__] > to something more like: [_search_] > > basically take the search nex

[tw] Re: <> macro CSS Style

2010-01-05 Thread Mike
ah ha . . . Added this to my zConfig (tagged systemConfig) config.macros.search.label=""; and now I with <> I get [_s e a r c h _] :) Mike On Jan 5, 3:51 pm, Mike wrote: > I found this > > <> > > which gave me > search [_s e a r c h_] > > getti

[tw] Re: Rename Tags Plugin Problems

2010-01-10 Thread Mike
/coreplugins.html#DeprecatedFunctionsPlugin Good Luck, Mike On Jan 10, 1:23 pm, "Linck Atlanta, Ga" wrote: > So, it is installed, tagged config and nothing... when i use the drop > down for a tag, it lists all the tags, asks if i want to open all and > shows the name of the tag in tiddly

[tw] Re: open multiple tiddlers macro

2010-01-11 Thread Mike
]] !!!Troubleshoot [[PluginManager]] [[systemConfig]] [[SideBarTabs]] [[SideBarOptions]] !!!end %/ hope that helps, Mike On Jan 11, 3:51 pm, than wrote: > hi there > > I want to open multiple tiddlers from a single link > had a good look around > > Ive got this working: > <        

[tw] Re: open multiple tiddlers macro

2010-01-11 Thread Mike
FYI, beware the google group wrapping . . . .. .. .. should be one line each Hopefully this is what you are looking for, I did play with the tiddler method no luck just yet Mike On Jan 11, 5:11 pm, Mike wrote: > This is an older way to do this . . . (I need to update to the tiddler >

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

2010-01-20 Thread Mike
I played with this before, and never could figure out where to make the changes Decided to play in FireBug and see if I could figure anything out I found element.style { On Jan 15, 7:48 pm, Måns wrote: > Hi Tobias > > I tried: > > > {{button{<>}}} > > Herehttp://lektie.tiddlyspot.com/#TopMenu >

  1   2   3   4   5   6   7   >