Hi Willy

I confessed already  that I am not a programmer but what would it take to
> build simple things myself? I realize that TW5 is still in a state of flux
> but is there a dictionary of sorts that comprises the built-in functions
> somewhere and what would be the language needed to connect these building
> blocks in a meaningful way?
>

One builds things in TW5 using wikitext, a markup language similar to
MarkDown. The entire user interface is actually built entirely out of
wikitext (admittedly, in some cases it's quite hairy wikitext). This means
that it's possible for non-developers to achieve the kind of modifications
and extensions that would ordinarily be the exclusive domain of experienced
web developers.

The trick with TW5 is that the cost of failure is very low; to experiment
with an unfamiliar area one can just backup ones wiki and then sail in to
modifying templates and tweaks, confident that it will always be possible
to step back to an earlier revision.

Anyhow, wikitext is documented on five.tiddlywiki.com, but the
documentation is currently incomplete with respect to the more advanced
wikitext features used to build the user interface.

Best wishes

Jeremy




>
> Thanks
> Chris
>
>
> On Sunday, October 20, 2013 11:33:12 AM UTC+2, Jeremy Ruston wrote:
>
>> Hi Willy
>>
>> Great to hear that you're enjoying TW5.
>>
>> Here's one way to get lists of outgoing and incoming links at the bottom
>> of each tiddler:
>>
>> 1. Create a new tiddler called say "$:/LinkyTemplate"
>> 2. Set the body text to:
>>
>> <div>
>>
>> //Outlinks://
>>
>> {{{ [is[current]links[]] }}}
>>
>> //Inlinks://
>>
>> {{{ [is[current]backlinks[]] }}}
>>
>> </div>
>>
>> 3. Tag the tiddler "$:/tags/ViewTemplate"
>> 4. Click the tick to save the tiddler
>>
>> You'd probably want to format things a bit better than that, of course.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>>
>>
>> On Sat, Oct 19, 2013 at 9:25 PM, Willy Tanner <pri...@googlemail.com>wrote:
>>
>>> Hi Mario
>>>
>>> that was a typo, I meant incoming links or backlinks (i.e. what links to
>>> this page?) as well as the opposite, i.e. all links pointing elsewhere.
>>>
>>> What you describe works but requires some mouseclicks and works only for
>>> incoming links, not outgoing links. In principle, I am looking for a macro
>>> that could be added to the template of every page so that this kind of
>>> information was automatically provided at the bottom of each tiddler.
>>> Admittedly, the backlins are more important to me.
>>>
>>> And thanks for the welcome words, I appreciate the encouraging atmosphere
>>>
>>> Chris
>>>
>>>
>>> On Thursday, October 17, 2013 9:10:36 PM UTC+2, PMario wrote:
>>>>
>>>> On Thursday, October 17, 2013 5:36:36 PM UTC+2, Willy Tanner wrote:
>>>>>
>>>>> Can someone answer the question if one can automatically display
>>>>> ingoing and outgoing links of one tiddler and if so, how?
>>>>>
>>>>
>>>> I'm not sure, what is "ingoing" and "outgoing" links for you
>>>>
>>>> If you click the (i) info button and select the "References" tab, you
>>>> can see tiddlers, that have a reference to the actual tiddler in there 
>>>> text.
>>>>
>>>> If you cover [[some text]] it will create a tiddler link to a tiddler
>>>> named "some text".
>>>> or [[some text|myTiddler]] will create a "pretty link" to a tiddler
>>>> named myTiddler ...
>>>>
>>>> see: 
>>>> http://five.tiddlywiki.com/**sta**tic/WikiText<http://five.tiddlywiki.com/static/WikiText>for
>>>>  more
>>>>
>>>> have fun!
>>>> mario
>>>>
>>>  --
>>> 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+...@**googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>>
>>> Visit this group at 
>>> http://groups.google.com/**group/tiddlywiki<http://groups.google.com/group/tiddlywiki>
>>> .
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:jeremy...@gmail.com
>>
>


-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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/groups/opt_out.

Reply via email to