Re: [tw] Re: Temporary Wikipedia Tiddler

2017-10-11 Thread TonyM
Quick tip

add this as a snipit or make an editor toolbar button to turn a keyword into a 
wikipedia link..

there was something like this in twc for google searches and more.

tony

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/69a83e4e-78f8-421b-9d3e-6fa236e1f964%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Temporary Wikipedia Tiddler

2017-10-11 Thread Jan

Hej BJ
Many thanks...
I made a Single-Tiddler-Macro which is demonstrated and downloadable here
http://slidesnstories.tiddlyspot.com/#Wikipedia%20Test

Cheers!
Jan


Am 11.10.2017 um 19:14 schrieb BJ:
the structure  $x$ only applies to the current macro - so you need to 
pass it into the other macro


\define Wikiframe(*subject*)
https://de.m.wikipedia.org/wiki/$subject$;
style="width:110%;height:95vh;" scrolling="yes">
\end

\define Wikipedia(subject)
<$button>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
text=<>/>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
tags="Wikipedia"/>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
alias="$subject$"/>
<$action-navigate $to="""$:/temp/Wikipedia/$subject$"""/>
Wikipedia:$subject$

\end

all the best

BJ

On Monday, October 9, 2017 at 11:38:43 PM UTC+2, Jan wrote:

Hello,
I am trying to make a macro to call a Temporary Wikipedia Tiddler.
This
means it should open a Tiddler with an Iframe containing the
Wikipedia
article. I do not arrive to insert the subject into the Iframe.
Perhaps (if anyone else could use this) It would be a good Idea to
choose the wikipedia language as well.

This is what I made so far...

\define Wikisubject(subject) $subject$
\define Wikihtml()
<$wikify name="subject" text=<>>
https://de.m.wikipedia.org/wiki/
<>"
style="width:110%;height:95vh;" scrolling="yes">

\end

\define Wikiframe()
https://de.m.wikipedia.org/wiki/$subject$
"
style="width:110%;height:95vh;" scrolling="yes">
\end

\define Wikipedia(subject)
<$button>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
text=<>/>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
tags="Wikipedia"/>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
alias="$subject$"/>
<$action-navigate $to="""$:/temp/Wikipedia/$subject$"""/>
Wikipedia:$subject$

\end

<>

--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e3451897-a3bc-48e0-acf6-012d3a0aa414%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/59DEA79D.2070007%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Temporary Wikipedia Tiddler

2017-10-11 Thread BJ
the structure  $x$ only applies to the current macro - so you need to pass 
it into the other macro

\define Wikiframe(*subject*)
https://de.m.wikipedia.org/wiki/$subject$;
style="width:110%;height:95vh;" scrolling="yes">
\end

\define Wikipedia(subject)
<$button>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
text=<>/>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
tags="Wikipedia"/>
<$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$"""
alias="$subject$"/>
<$action-navigate $to="""$:/temp/Wikipedia/$subject$"""/>
Wikipedia:$subject$

\end 

all the best

BJ

On Monday, October 9, 2017 at 11:38:43 PM UTC+2, Jan wrote:
>
> Hello, 
> I am trying to make a macro to call a Temporary Wikipedia Tiddler. This 
> means it should open a Tiddler with an Iframe containing the Wikipedia 
> article. I do not arrive to insert the subject into the Iframe. 
> Perhaps (if anyone else could use this) It would be a good Idea to 
> choose the wikipedia language as well. 
>
> This is what I made so far... 
>
> \define Wikisubject(subject) $subject$ 
> \define Wikihtml() 
> <$wikify name="subject" text=<>> 
>  src="https://de.m.wikipedia.org/wiki/<>" 
> style="width:110%;height:95vh;" scrolling="yes"> 
>  
> \end 
>
> \define Wikiframe() 
>  src="https://de.m.wikipedia.org/wiki/$subject$; 
> style="width:110%;height:95vh;" scrolling="yes"> 
> \end 
>
> \define Wikipedia(subject) 
> <$button> 
> <$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$""" 
> text=<>/> 
> <$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$""" 
> tags="Wikipedia"/> 
> <$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$""" 
> alias="$subject$"/> 
> <$action-navigate $to="""$:/temp/Wikipedia/$subject$"""/> 
> Wikipedia:$subject$ 
>  
> \end 
>
> <> 
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e3451897-a3bc-48e0-acf6-012d3a0aa414%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Temporary Wikipedia Tiddler

2017-10-11 Thread 'Sergey Shishkin' via TiddlyWiki
There's something about it

понедельник, 9 октября 2017 г., 23:38:43 UTC+2 пользователь Jan написал:
>
> Hello, 
> I am trying to make a macro to call a Temporary Wikipedia Tiddler. This 
> means it should open a Tiddler with an Iframe containing the Wikipedia 
> article. I do not arrive to insert the subject into the Iframe. 
> Perhaps (if anyone else could use this) It would be a good Idea to 
> choose the wikipedia language as well. 
>
> This is what I made so far... 
>
> \define Wikisubject(subject) $subject$ 
> \define Wikihtml() 
> <$wikify name="subject" text=<>> 
>  src="https://de.m.wikipedia.org/wiki/<>" 
> style="width:110%;height:95vh;" scrolling="yes"> 
>  
> \end 
>
> \define Wikiframe() 
>  src="https://de.m.wikipedia.org/wiki/$subject$; 
> style="width:110%;height:95vh;" scrolling="yes"> 
> \end 
>
> \define Wikipedia(subject) 
> <$button> 
> <$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$""" 
> text=<>/> 
> <$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$""" 
> tags="Wikipedia"/> 
> <$action-setfield $tiddler="""$:/temp/Wikipedia/$subject$""" 
> alias="$subject$"/> 
> <$action-navigate $to="""$:/temp/Wikipedia/$subject$"""/> 
> Wikipedia:$subject$ 
>  
> \end 
>
> <> 
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/57325195-fc21-47f5-80b8-cc6c15dd4978%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.