вторник, 5 марта 2013 г., 17:10:42 UTC+4 пользователь Tobias Beer написал:
>
> Hi Mario,
>
> Hi Tobias, 
>> I have to say, the work you do with the documentation spaces is 
>> GREAT :) 
>
>
I'd second this one! I especially like the .. umm I don't see it now, the 
startup tiddler that introduced 4 "levels" of documentation 
(beginner/advanced/dev/architect), that looked very convenient (have you 
deleted it?).

>
> Thanks ;-)
>
> PS: there is only one little thing. The light blue color used for the 
>> eg: "tiddler" links is too light for me. There is not enough contrast, 
>> which makes reading with a gray background quite hard. 
>
>  
>
I noticed, you can read it but it's a bit disruptive, too. What would you 
> think if I used the regular link color, yet not in bold... and then use the 
> light color for the hover state? Check out the link above again.
>
> I'd say, if bold is not used, it's better to make the links darker.
 

> If that's better I think I'll change the defaults for LinkifyPlugin.
>
> Cheers, Tobias.
>

One more thing: in the docs, you wrote

> The DOM <javascript:;> attributes added to the list <javascript:;> 
> macro<javascript:;>wrapper can be interpreted as...

I'd like to point that to figure how it is refreshed, one has to look at 
only one attribute: "refresh". See the refreshElements function [1], it 
causes the avalanch of refreshing starting from a root element, it looks 
for the "refresh" attribue and checks that type among config.refreshers 
(and applies corresponding refreshers). Then, the refresher itself can look 
at the other attributes ("macroName" attribute is used by 
config.refreshers.macro to call the corresponding macro.refresh, "params"), 
but this can be learned from the code of refreshElements directly.

[1] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Refresh.js#L74

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to