[tw] Re: Open file to specific tiddler

2011-04-03 Thread whatever
Hi!
See the following links for more on the subject:
http://groups.google.com/group/tiddlywiki/browse_thread/thread/7390521a26f8e204/402967d336d245d6
http://groups.google.com/group/tiddlywiki/browse_thread/thread/3219237f4cd38590/e5c807cb96975152
w

On Apr 4, 6:22 am, axs  wrote:
> Hi Faulk28
>
> Use a hash (#) character:
>
> TiddlyWiki.html#foo. There are spaces in title, I believe the correct syntax
> is to use double brackets: TiddlyWiki.html#[[foo bar]]. For multiple
> tiddlers, use: TiddlyWiki.html#[[foo]][[bar]] OR use a space between tiddler
> titles
>
> You can easily generate such links (though they will be escape the url,
> replacing spaces and brackets with the correct code) by using the permaview
> button (link to all currently open tiddlers in the story) or the pemalink
> button (link to only that tiddler).
>
> regards,
> axs

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TW-TreeView-Executive: How to install TagglyTagging?

2011-04-03 Thread rafaeld
Thank you. I re-imported  TagglyTaggingPlugin as instructed but still
get the same error message.
Again, I appreciate your assistance.
Rafael

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How to run code just before a tiddler with specific tag is shown

2011-04-03 Thread axs
woops, you need to close that outer span properly: the last line should be 
 not . You may want to use a , depending on what your 
macro showAlbumCover spits out and how you want it positioned.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How to run code just before a tiddler with specific tag is shown

2011-04-03 Thread axs
HideWhenPlugin [1] will do what you want. Install it and add the following 
to your View Template






regards,
axs

[1] http://mptw.tiddlyspot.com/#HideWhenPlugin

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] How to run code just before a tiddler with specific tag is shown

2011-04-03 Thread ΙδεΠÐ
Hello everyone. In mGSD, when you open a tiddler tagged as "Project"
or "Action", some code must be run to alter the appearance and add
some interactive feature like you can set "Context" without having to
edit the content of it. In fact the content of Project/Action tagged
tiddler is treated as "notes" and is shown in a yellow area.

What I want to do is similar to this, say I write a macro to show the
cover of every album. Right now I manually put <> at
the beginning of every tiddler tagged as  "album". Could I just write
another macro to do this automatically? In that case I would only need
to tag a new tiddler with "album" and its album cover would
automatically apears when opened.

Maybe this is really easy to do but I did a lot of search and couldn't
find the way. I've considered <> and don't think it as
the solution. Any information or advice would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TW-TreeView-Executive: How to install TagglyTagging?

2011-04-03 Thread axs
Hi raefeld, 

What you need is the TagglyTaggingPlugin, found 
at http://mptw.tiddlyspot.com/#TagglyTaggingPlugin. Import that tiddler.

What you have imported is not the actual plugin, but an example tiddler.

regards,
axs

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Open file to specific tiddler

2011-04-03 Thread axs
Hi Faulk28

Use a hash (#) character:

TiddlyWiki.html#foo. There are spaces in title, I believe the correct syntax 
is to use double brackets: TiddlyWiki.html#[[foo bar]]. For multiple 
tiddlers, use: TiddlyWiki.html#[[foo]][[bar]] OR use a space between tiddler 
titles 

You can easily generate such links (though they will be escape the url, 
replacing spaces and brackets with the correct code) by using the permaview 
button (link to all currently open tiddlers in the story) or the pemalink 
button (link to only that tiddler).

regards,
axs

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Open file to specific tiddler

2011-04-03 Thread Faulk28
Suppose I have a TiddlyWiki by the name TiddlyWiki.HTML.
The TiddlyWiki contains a tidder named "foo".  Is it possible to
open the file starting at foo instead of the main page?  For example,
Call TiddlyWiki.HTML?foo with the browser to jump to foo.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] TW-TreeView-Executive: How to install TagglyTagging?

2011-04-03 Thread rafaeld
I'm running a recent, standard install of TreeView 2.6.2. I want to
install TagglyTagging and google for instructions.

I copied the text of the tiddler here: 
http://mptw.tiddlyspot.com/#TagglyTagging.
For the name of the tiddler, I used:  #TagglyTagging. (I also tried
TagglyTagging later (without the #) but get the same result.)

Using the instructions here...
http://groups.google.com/group/tiddlywiki/browse_thread/thread/86a40c44dc80533a/bf1393bce8e630b2?lnk=gst&q=taggly
... I edited ViewTemplate and added two lines that are prefixed "NEW"
below (only for indication here):

[change:»add:»]
NEW



NEW


But I get the following error:  Error in macro <>

Can someone point me to clear instructions on how to install
TagglyTagging in Treeview-Executive?  I don't know if Treeview uses
themes and that makes it harder/different?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Cannot view content of tiddlers on Tiddlyspace [solved]

2011-04-03 Thread AndrewMc
Hi All

I should have thought more before I posted. When I started Firefox in safe 
mode, I found that I could view TiddlySpace content. 
It turns out that the Firefox extension Adblock Plus is preventing me from 
seeing the content. I will have to do further investigating to see just what 
is going on, but I am relieved that there is nothing wrong with TiddlySpace 
(just my Firefox setup).

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Cannot view content of tiddlers on Tiddlyspace

2011-04-03 Thread AndrewMc
Hi All

I have tried to view a TW http://tiddlywiki.tiddlyspace.com/ on TiddlySpace, 
and I am very puzzled by the appearance of the TW. I can see the TW title, 
the right sidebar, and the backstage area, which all appear as is expected. 

However, I cannot see the actual content of any single tiddler. When I view 
a tiddler, I can see only the tiddler title, modification date, "AHJTP" 
links, and any tags. I know that there is content present because I can 
click on the "View the source of this tiddler" button and read the source. 
But, for some reason the content is just not visible in the rendered view.

I have tried looking at other "spaces" on TiddlySpace and get the same 
problem. I am mightily confused by not being able to see the rendered view 
of any tiddler in TiddlySpace. I don't have a TiddlySpace account and so am 
not logged into TiddlySpace. Do I need an account to be able view the 
content? (I would be most surprised if that was true.)

I am using Firefox 4 on WindowsXP. 
The problem may be related to Firefox 4, because I just did a test using IE7 
and can see the content (although I also got an error loading the 
TagCloudPlugin).

Cheers
Andrew Mc

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki and iPhone: what's it like

2011-04-03 Thread rnio...@gmail.com
I use it on an iPad - not the same as an iPhone I know - but there's
an app for tiddlywikis (TWMobile is the iPad version and TWEdit the
iPhone one... AndTidWiki is listed at tiddlywiki.com for the android)
that lets you save it to the iPhone/iPad.  For me, I save it both
locally and online to the tiddlyspot account I got (free if you
haven't made one).  Thus... I have a local copy on the go I reference,
and a synced online one for most of my desktop work.  After desktop
work, I download it again, use iTunes, and transfer it to the TWMobile
app (very quick to do this as it doesn't require a whole sync of the
phone).

The trick for the iphone is to get an interface that is usable on the
small screen.  I put the sidebar items I wanted in the sitesubtitle
tiddler and cut the sidemenu out completely.  It took me a bit to get
used to the two finger scrolling to scroll the contents of a tiddler
that was longer than the screen, and some tinkering with the
stylesheet tiddler to increase the font sizes to a more readable
one.

Thus, the possibilities are there... try typing on the notepad app on
a demo phone at the store... If you are ok with what you type and
read, you likely will be ok with a wiki on a phone, but if you are
not... then you likely won't like it...

Hope this helps...
Rich

On Apr 1, 4:22 am, Alex Hough  wrote:
> Hello All,
>
> I am
> 1) thinking about getting a new phone
> 2) interested in hearing about experiences of TW on iPhone - or other phones
> for that matter.
>
> If seen this [1]  from Bidix, anyone use it on a daily basis?
>
> Alex
>
> [1]http://www.apple.com/webapps/productivity/itwatiddlywikiforiphone.html

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: INTRO: Simplicity a TiddlySpace

2011-04-03 Thread Jeremy Ruston
That's terrific Mario, thank you. I tested it on the iPad and it's
pretty usable, and looks great.

Best wishes

Jeremy


--
http://jermolene.com
http://tiddlywiki.com
http://osmosoft.com

On 3 Apr 2011, at 18:59, PMario  wrote:

> uups,
> [1] http://simplicity.tiddlyspace.com/
>
> --
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> To unsubscribe from this group, send email to 
> tiddlywiki+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/tiddlywiki?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: INTRO: Simplicity a TiddlySpace

2011-04-03 Thread PMario
uups,
[1] http://simplicity.tiddlyspace.com/

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] INTRO: Simplicity a TiddlySpace

2011-04-03 Thread PMario
Hi Folks,

I am happy to announce Simplicity [1] a minimalistic space.

It should attract TiddlyWiki / TiddlySpace first time users.

It is intended to publish _linear_ text pages, with a minimal number
of subpages ~1-10 but using the full power of TiddlyWiki. (CamelCase
linking, which brings back the non-linear behaviour).

If you need a new main title, create a new space.

The browser "back/forward" buttons work.

Edit mode is minimalistic too. Try it, and you'll see :)

Simplicity can clone itself into a new space. It is not intended to be
included into other spaces. It's no theme!

The only thing, that's not minimalistic, at the moment, is it's
download size :)
@devs: suggestions welcome.

Tell me, what you think.
-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: script from button repeats once

2011-04-03 Thread Dave Parker
thanks Eric, you're right of course.  I'd upgraded a bunch of plugins
but obviously missed that one.  I think this is a sign I'll have to
figure out the whole "sync" function...

On Apr 2, 11:10 pm, Eric Shulman  wrote:
> >http://dl.dropbox.com/u/2161814/fake%20patient.html
>
> You are using InlineJavascriptPlugin v1.8.0 (which is over 3 years
> old!!).  The current version is 1.9.6
>
> One of the changes (see v1.9.0) was to automatically add 'return
> false' handling to "onclick" scripts.  This prevents the double-
> invocation of the code.
>
> Note: you can also fix the problem *without updating the plugin* by
> ensuring that your onclick code always does an explicit "return
> false;" not just "return;".  Thus:
>
> 
> {{scriptbutton{
> 
> var title=prompt(...);
> if(!title)return false;
> if(store.tiddlerExists(title)) {
>   if(!confirm(...)) return false;}
>
> var tags="...";
> store.saveTiddler(...);
> autoSaveChanges(...);
> story.displayTiddler(...);
> return false;
> }}}
>
> ---
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
> --
> Was this answer useful? If so, please help support TiddlyTools:
>
>    TiddlyTools direct contributions: (paypal)
>      http://www.TiddlyTools.com/#Donate
>    UnaMesa tax-deductible contributions:
>      http://about.unamesa.org/Participate(paypal)
>    TiddlyWiki consulting:
>      http://www.TiddlyTools.com/#ELSDesignStudios
>      http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: FramedLinks for internal links?

2011-04-03 Thread Eric Shulman
> I've been enjoying TW for a long time but just recently found out
> about framedLinks plugin. But it seems to work just for external
> links. Is there a way around for internal links? I'd like  to open a
> tiddler up within another one in the same fashion that framedLinks
> does. Any ideas? Thanks in advance.

FramedLinksPlugin creates IFRAMEs to external URLs.  There's no need
for this when referring to tiddlers just use the TWCore's
<> macro:

<>

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] FramedLinks for internal links?

2011-04-03 Thread ramkikura
Hi,
I've been enjoying TW for a long time but just recently found out
about framedLinks plugin. But it seems to work just for external
links. Is there a way around for internal links? I'd like  to open a
tiddler up within another one in the same fashion that framedLinks
does. Any ideas? Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.