Links

1 view
Skip to first unread message

ChrisToonet

unread,
Nov 9, 2009, 3:45:08 AM11/9/09
to TiddlyWiki
hello !
I'm trying this
in a tiddler I have a zone as

<html>
<span class="rolodex">
<table>
<tr>
<td align="right" valign="top"><b>internal or external Link :</b></
td>
<td colspan="3"><textarea name=link rows="3" cols="40" style="width:
100%" ></textarea></td></tr>
</table></span>
</html>

I would obtain
when I insert i.e : "http://www.google.fr"
it will be creating a link
but now it is only text !!!


thanks for your answers !

For Eric I want to precise I'm only ChrisToonet ....

Måns

unread,
Nov 9, 2009, 8:59:40 AM11/9/09
to TiddlyWiki
Hi Chris

Install http://www.tiddlytools.com/#WikifyPlugin

and change your table to:
<html>
<span class="rolodex">
<table>
<tr>
<td align="right" valign="top"><b><span macro='wikify "[[Link|%0]]"
link'></span></b></
td>
<td colspan="3"><span macro='edit link 3'></span></td></tr>
</span></table>
</span>
</html>

You can use it as a template in other tiddlers like this:
<<formTiddler LinkTemplate>> if you install http://tiddlywiki.abego-software.de/#FormTiddlerPlugin
as well...
Whar you get is a "prettyLink" *Link* which is just to the left of
your input...
I'm not sure but maybe you'll have to install http://www.tiddlytools.com/#EditFieldPlugin
as well to be able to save your edits to the field (link) in the
tiddler...

Please tell if you have any problems with this setup..

Regards Måns Mårtensson

ChrisToonet

unread,
Nov 10, 2009, 10:44:03 AM11/10/09
to TiddlyWiki

hello !
thanks for this answer
reagrds

On 9 nov, 14:59, Måns <humam...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages