[tw] AliasPlugin TW5

2014-03-19 Thread Jack Levy
Let me just say I am totally new (as in maybe a week) to TiddlyWiki.

I am having the hardest time getting this plugin installed and working. Can 
someone tell me step by step like I am 5 how to install and use the plugin 
in TW5.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: linked check boxes two seperate tiddlers.

2014-03-19 Thread Jack Levy
This is how I am doing what i think you want to do:

For Page1
''from here''

$list 
filter=[!has[draft.of]tag[software]!tag[Installed_page1]sort[created]]
$checkbox tag=Installed_page1$link to={{!!title}}$view 
field=title//$link/$checkbox
/$list

'To here''

$list 
filter=[!has[draft.of]tag[software]tag[Installed_page1]sort[created]]
$checkbox tag=Installed_page1 $link to={{!!title}}$view 
field=title//$link/$checkbox
/$list


For Page2
'from here''

$list 
filter=[!has[draft.of]tag[software]!tag[Installed_page2]sort[created]]
$checkbox tag=Installed_page2$link to={{!!title}}$view 
field=title//$link/$checkbox
/$list

''to here''

$list 
filter=[!has[draft.of]tag[software]tag[Installed_page2]sort[created]]
$checkbox tag=Installed_page2 $link to={{!!title}}$view 
field=title//$link/$checkbox
/$list


Once you get the two pages coded with these create the tiddler that you 
want to show up in the list and tag it software. on both pages no the item 
will show up in the  from here list until you check it on that page

I hop this makes sense. if not let me know and i can add a file for you to 
check out.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: AliasPlugin TW5

2014-03-19 Thread Jack Levy
I found the plugin here:

http://www.tiddlytools.com/#AliasPluginInfo

From what i have seen it allows you to create a sort of global variable. 

How do I find out if this plugin is only compatible with TWC and not TW5?

Thanks for your help



On Wednesday, March 19, 2014 4:35:10 PM UTC-4, Stephan Hradek wrote:

 Where did you find the AliasPlugin? Did you try to install a TWC plugin 
 on TW5?


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: AliasPlugin TW5

2014-03-19 Thread Jack Levy
A! Well that probably explains it then!

Any idea how to use a make a variable?

On Wednesday, March 19, 2014 5:08:53 PM UTC-4, PMario wrote:

 On Wednesday, March 19, 2014 9:40:09 PM UTC+1, Jack Levy wrote:


 How do I find out if this plugin is only compatible with TWC and not TW5?


 If something is tagged systemConfig it does work with TWC _only_ ... 
 and there is only a hand full of TW5 plugins. So 99% of stuff you find if 
 you search for tiddlywiki will be Tiddlywiki classic.

 TW5 plugins start with $:/   in there name.

 -m 



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: AliasPlugin TW5

2014-03-19 Thread Jack Levy
You guys are awesome!!! Thank you so very very much were this reddit 
you would be getting gold!

On Wednesday, March 19, 2014 5:12:52 PM UTC-4, Eric Shulman wrote:

 On Wednesday, March 19, 2014 1:40:09 PM UTC-7, Jack Levy wrote:

 I found the plugin here:
 http://www.tiddlytools.com/#AliasPluginInfo

 From what i have seen it allows you to create a sort of global variable. 
 How do I find out if this plugin is only compatible with TWC and not TW5


 Hello Jack,

 The TW5 internal architecture is *radically* different from TWC.  Thus, 
 *none* of the TiddlyTools.com plugins, scripts, themes, etc. will work in 
 TW5.

 I am planning on re-writing some of these for TW5; however, this is a 
 considerable task (I have published over 200 separate addons) that will 
 take many months of work.  Of course, some TiddlyTools addons will simply 
 become obsolete in TW5, as the features they provide will be included in 
 the new TiddlyWiki5 core functionality.

 With regard to the AliasPlugin feature, much of this is already provided 
 by the TW5 macro syntax, which allows you to define macro functions that 
 output pre-defined wiki-formatted content and use parameters for text 
 substitution within that output.

 Here's a link to the TW5 documentation:
 http://tiddlywiki.com/static/Macros%2520in%2520WikiText.html

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 YOUR DONATIONS ARE VERY IMPORTANT!
 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
http://TiddlyTools.github.com/fundraising.html#MakeADonation

 Professional TiddlyWiki Consulting Services...
 Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.