[tw] Embedding Screenshots

2009-10-15 Thread sonomakid2002
I am trying to embed screenshots in my tiddler. I understand HTML formatting where you would include the source file, but the file is being uploaded to a server and when the WIKI is viewed, the images are not longer there? Is there a way to embed them without having to upload them to the server

[tw] Re: Forget about #RGB codes... Introducing TiddlyTools' PaletteMaker!

2009-10-15 Thread sonomakid2002
Eric, I am new at the WIKI, I understand the basic formatting, but I am trying to understand the style, formatting and colorpalette, and I am having difficulty getting the color palette added or set up. Can you please help? Cody On Oct 10, 4:05 am, Eric Shulman elsdes...@gmail.com wrote: I hate

[tw] Re: Forget about #RGB codes... Introducing TiddlyTools' PaletteMaker!

2009-10-15 Thread Eric Shulman
I am new at the WIKI, I understand the basic formatting, but I am trying to understand the style, formatting and colorpalette, and I am having difficulty getting the color palette added or set up. Can you please help? The ColorPalette tiddler is a built-in default (shadow tiddler). It

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread FND
I would like to have something similar to selectPalette, but that changes the size of the mainmenu between two widths. We're talking a mere two lines of the Stylesheet. You might create a simple theme for the alternative case, transcluding the original StyleSheet. There are various ways to

[tw] Re: List of tiddler conditioned by links in fields

2009-10-15 Thread FND
I want to write a list of all the tiddlers tiddlerFive own a part of So essentially, you want a list of tiddlers where either field A or B contain a particular term? The ForEachTiddler plugin should do the job - pseudo code: forEachTiddler where

[tw] Re: JavaScript common to multiple tiddlers

2009-10-15 Thread FND
I have several HTML pages I want to import into a TiddlyWiki and each references the same external .JS file. Instead of bloating every tiddler with the same code, is there a more efficient way of having each tiddler look to the same instance of the code in a single place? That's what plugins

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Eric Shulman
I would like to have something similar to selectPalette, but that changes the size of the mainmenu between two widths. We're talking a mere two lines of the Stylesheet. What would be the best way to do this - both as in how to do it, and as in the way that adds the least to the filesize?

[tw] Re: JavaScript common to multiple tiddlers

2009-10-15 Thread Eric Shulman
This FAQ article may help: http://www.tiddlytools.com/faq.html#FAQ_ScriptsAndPlugins enjoy -e Eric Shulman TiddlyTools / ELS Design Studios --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: List of tiddler conditioned by links in fields

2009-10-15 Thread Eric Shulman
I want to write a list of all the tiddlers tiddlerFive own a part of (ei tiddlers that link to tidderFive FROM either field owneralpha or ownerbeta (=tiddlerOne and tiddlerTwo)). Without using any plugins at all, you can create a tiddler (e.g., [[ShowList]]), containing: /% !out $1 !end

[tw] Re: tabs and hyperlink tools?

2009-10-15 Thread expat
I know of a WYSIWYG table editor that would be wonderful to have inTW. About a month ago, I asked if someone who could program might help with porting it to TW but didn't find anyone interested at the time. It is in Javascript and is open source. You can see a demo of how it works at this

Re: how to make MonkeyGTD save in Google Chrome?

2009-10-15 Thread Kostya
Thanks for the reply! Created a new MonkeyGTD online. It did save online (upload). Downloaded it with the link on the right - didn't save offline. Says the same: The original file ... does not appear to be a valid Tiddly Wiki Kostya On Thu, Oct 15, 2009 at 12:33 AM, jdunham jwdun...@gmail.com

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Dave Gifford - http://www.giffmex.org/
Hi Eric, Using pure HTML (no plugins needed) htmlnowikia href=javascript:; onclick= a. I put it in my topmenu table, clicked it, and nothing happened b. I'm guessing this will shrink the MainMenu but will not expand the tiddler area if the tiddler area has a stylesheet width property? Dave

[tw] Re: Embedding Screenshots

2009-10-15 Thread Michael.Tarnowski
Hi Sonoma, you can binary include the picture *in* the wiki; see Eric's AttachFilePackage: http://tiddlytools.com/#AttachFilePackage HTH, have a nice day Cheers Michael On Oct 15, 7:43 am, sonomakid2002 mco...@comcast.net wrote: I am trying to embed screenshots in my tiddler. I understand HTML

[tw] Re: List of tiddler conditioned by links in fields

2009-10-15 Thread Jakob Graulund Jørgensen
/% !out $1 !end %/tiddler ShowList##out with: {{ var out=[]; var target=$1; var tids=store.getTiddlers(); for (var i=0;itids.length;i++) {    var alpha=tids[i].fields.owneralpha;    var beta=tids[i].fields.ownerbeta;    if (alpha alpha.contains(target)       || beta

[tw] Re: List of tiddler conditioned by links in fields

2009-10-15 Thread Eric Shulman
         out.push(This tiddler own: tiddler percentLinkAlpha with: [[+tids[i].title+]]  of [[+tids[i].title+]]); Can this be made to work? How do stop the right chevrons () I've added from executing the code prematurely? As you've noted, the occurrence of within the code interferes with

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Eric Shulman
htmlnowikia href=javascript:; onclick= a. I put it in my topmenu table, clicked it, and nothing happened hmm... it should have worked... b. I'm guessing this will shrink the MainMenu but will not expand the tiddler area if the tiddler area has a stylesheet width property? You didn't say

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Måns
Hi Eric and Dave I tried to use the script in my version of NoteStorm = Nota⊕Bene http://notabene.tiddlyspot.com/#ToggleMenu But as you can see when clicking the script - it drops the tiddler far down the page ... How do I prevent this behaviour? YS Måns Mårtensson On 15 Okt., 19:12, Eric

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Eric Shulman
But as you can see when clicking the script - it drops the tiddler far down the page ... How do I prevent this behaviour? oops... my error change this line:    da.style.margin=mm.style.width==w?w:''; to da.style.marginLeft=mm.style.width==w?w:''; -e

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Måns
Thanks a lot Eric Now it works as intended! Another (but) basic question. When I toggle the allow editing online-script (click Bene in the header http://notabene.tiddlyspot.com) it opens the backstage. I wan't to allow editing - but not to open the backstage - how do I prevent this? I have this

[tw] Re: Embedding Screenshots

2009-10-15 Thread sonomakid2002
Thanks so much. I appreciate it. On Oct 15, 7:15 am, Michael.Tarnowski emt...@gmx.de wrote: Hi Sonoma, you can binary include the picture *in* the wiki; see Eric's AttachFilePackage:http://tiddlytools.com/#AttachFilePackage HTH, have a nice day Cheers Michael On Oct 15, 7:43 am,

[tw] Re: Forget about #RGB codes... Introducing TiddlyTools' PaletteMaker!

2009-10-15 Thread sonomakid2002
Thanks Eric. On Oct 15, 3:27 am, Eric Shulman elsdes...@gmail.com wrote: I am new at the WIKI, I understand the basic formatting, but I am trying to understand the style, formatting and colorpalette, and I am having difficulty getting the color palette added or set up. Can you please

[tw] Re: JavaScript common to multiple tiddlers

2009-10-15 Thread Michael Mahemoff
This raises a related question for me - why is it good practice for plugins to check if they've already been loaded? (if version.extensions.) { } at the top of most plugins). I've never seen one plugin include the entire source of another plugin, so why is there a risk a plugin will be loaded

[tw] Re: JavaScript common to multiple tiddlers

2009-10-15 Thread FND
why is it good practice for plugins to check if they've already been loaded? (if version.extensions.) { } at the top of most plugins) Cargo-culting. This doesn't actually solve any useful purpose AFAICT. I'm not sure where it originates, but I don't include those bits in my plugins

[tw] Re: JavaScript common to multiple tiddlers

2009-10-15 Thread Eric Shulman
This raises a related question for me - why is it good practice for plugins to check if they've already been loaded? (if version.extensions.) { } at the top of most plugins). I've never seen one plugin include the entire source of another plugin, so why is there a risk a plugin will be

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Dave Gifford - http://www.giffmex.org/
The mainmenu collapsed and the tiddler display expanded, yay! However, the three tabs I have in the mainmenu remained wide, and the left part of the tiddler display is hidden behind them. Boo! Dave --~--~-~--~~~---~--~~ You received this message because you are

[tw] Re: Best way to switch a small swatch of CSS in TW

2009-10-15 Thread Dave Gifford - http://www.giffmex.org/
Went with toggleleftsidebar instead. Works great! Thanks guys Dave On Oct 15, 1:46 pm, Måns humam...@gmail.com wrote: Thanks a lot Eric Now it works as intended! Another (but) basic question. When I toggle the allow editing online-script (click Bene in the

[tw] Want to join this group

2009-10-15 Thread Nagarjuna
Hi, I am user of tiddlywiki, I want to know more. Kindly let me join this group. Thankyou in anticipation Best Nagarjuna KR Asst Professor Dept of Biotechnology LPU, Punjab India --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[tw] Re: Want to join this group

2009-10-15 Thread Dave Gifford - http://www.giffmex.org/
Looks like you are already joined up, if you were able to post here. Welcome to the group! Be sure to see all the free TiddlyWiki resources at http://www.giffmex.org. Blessings, Dave Gifford Mexico City --~--~-~--~~~---~--~~ You received this message because you

[tw] Re: SaveAs...only current tiddler

2009-10-15 Thread skye riquelme
Thanks.that works well...and leads to more questions... The code assumes there will be only one tag, with a value such as filename.htmlthat is possible, but I use tags for other information as well...obviously picking out the tag with the .html extension is not going to be that

[tw] Re: Want to join this group

2009-10-15 Thread shavinder
@Nagarjuna Welcome to Tiddlywiki world. If you have posted to the group, I think you have already joined. Tiddlywiki is great software and one can employ it to versatile uses. I personally have found the TW community to be most helpful and friendly. If you have just started out with TW then you

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
You can over ride the PageTemplate gradient with this in the StyleSheet. .headerShadow {color:#000;background:#f00} Using this method, a margin of the macro will still be seen, as the shadow is offset top left 1px. --~--~-~--~~~---~--~~ You received this

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
analysed this quite awhile and here are my results. afaik the macro appends layers of div's with gradiating backgrounds after .headerForeground and .headerShadow. (try firebug or safari's web inspector) so I concocted this to disabled the macro completely: .header {background:inherit} .header

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
analysed this quite awhile and here are my results. afaik the macro appends layers of div's with gradiating backgrounds after .headerForeground and .headerShadow. (try firebug or safari's web inspector) so I concocted this to disabled the macro completely: .header {background:inherit} .header

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
it's nice how tiddlywiki provides several measures of hackability, but when it comes down to it styling it is very difficult. it's hard to measure what is the best way to achieve a look if you didn't write the markup itself or all the default styles. I find tiddlywiki's default look convoluted

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
analysed this quite awhile and here are my results. afaik the macro appends layers of div's with gradiating backgrounds after .headerForeground and .headerShadow. (try firebug or safari's web inspector) so I concocted this to disabled the macro completely: .header {background:inherit} .header

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
(cont..) ...it's nice how tiddlywiki provides several measures of hackability, but when it comes down to it styling it is very difficult. it's hard to measure what is the best way to achieve a look if you didn't write the markup itself or all the default styles. I find tiddlywiki's default look

[tw] Re: style to override the header gradient?

2009-10-15 Thread jk
(also...) it's nice how tiddlywiki provides several measures of hackability, but when it comes down to it styling it is very difficult. it's hard to measure what is the best way to achieve a look if you didn't write the markup itself or all the default styles. I find tiddlywiki's default look