Re: [tw] How to assign subtitles field to macro

2014-12-11 Thread Tobias Beer

>
> No, I'm not particularly interested in adding more Markdown syntax to 
> WikiText. I'm actually more interested in going the other way: enabling 
> Markdown to support WikiText features like transclusion and macro calls.
> 
>

Just as fine, I presume.

Best wishes, Tobias.

-- 
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.


Re: [tw] How to assign subtitles field to macro

2014-12-11 Thread Jeremy Ruston
Hi Tobias

...not exactly related, but is are there considerations of supporting a few
> bits more of markdown syntax in tw5, e.g.:
>

No, I'm not particularly interested in adding more Markdown syntax to
WikiText. I'm actually more interested in going the other way: enabling
Markdown to support WikiText features like transclusion and macro calls.

Best wishes

Jeremy.




>
> [the link](http://site.com)
>
> ?
>
> Best wishes, Tobias.
>



-- 
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/d/optout.


Re: [tw] How to assign subtitles field to macro

2014-12-06 Thread Tobias Beer

>
> MyTiddler##(tiddlertitle)(field)
>

+1

...not exactly related, but is are there considerations of supporting a few 
bits more of markdown syntax in tw5, e.g.:

[the link](http://site.com)

?

Best wishes, Tobias.

-- 
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.


Re: [tw] How to assign subtitles field to macro

2014-12-06 Thread Danielo Rodríguez
Hello Jeremy ,

That will be very good ! Maybe for 5.1.6?

El sábado, 6 de diciembre de 2014, Jeremy Ruston 
escribió:

> Hi Danielo
>
>>
>> This is definitively a deal-breaker. I wanted to use plugin tiddlers as
>> stores for temporary data and configurations. Maybe using a
>> javascript-macro that parses the content and gives you only what you need?
>>
>
> You could certainly create a JS macro that extracted a subtiddler field.
>
> It may be that what we really need to do is to extend the textreference
> syntax for accessing indices of data tiddlers so that any field can be
> addressed.
>
> For example, we could place each successive index in square brackets like
> this:
>
> MyTiddler##(tiddlertitle)(field)
>
> Best wishes
>
> Jeremy.
>
>
>
> --
> 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/d/optout.


Re: [tw] How to assign subtitles field to macro

2014-12-06 Thread Jeremy Ruston
Hi Danielo

>
> This is definitively a deal-breaker. I wanted to use plugin tiddlers as
> stores for temporary data and configurations. Maybe using a
> javascript-macro that parses the content and gives you only what you need?
>

You could certainly create a JS macro that extracted a subtiddler field.

It may be that what we really need to do is to extend the textreference
syntax for accessing indices of data tiddlers so that any field can be
addressed.

For example, we could place each successive index in square brackets like
this:

MyTiddler##(tiddlertitle)(field)

Best wishes

Jeremy.



-- 
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/d/optout.


Re: [tw] How to assign subtitles field to macro

2014-12-06 Thread Danielo Rodríguez


El sábado, 6 de diciembre de 2014 11:17:55 UTC+1, Jeremy Ruston escribió:
>
> Hi Danielo
>
> You can access the fields of a subtiddler with the transclude and view 
> widgets, but there's no way at the moment to assign the values of the 
> fields to a parameter of a macro call.
>
>
This is definitively a deal-breaker. I wanted to use plugin tiddlers as 
stores for temporary data and configurations. Maybe using a 
javascript-macro that parses the content and gives you only what you need?

-- 
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.


Re: [tw] How to assign subtitles field to macro

2014-12-06 Thread Jeremy Ruston
Hi Danielo

You can access the fields of a subtiddler with the transclude and view
widgets, but there's no way at the moment to assign the values of the
fields to a parameter of a macro call.

Best wishes

Jeremy.


On Fri, Dec 5, 2014 at 9:05 PM, Danielo Rodríguez 
wrote:

> Hello
>
> Is there an easy way to access the fields of a subtiddler? I want to
> assign the value of a field to a macro call. The best approach I got is
> using the transclude macro, but I can not assign it's value. Any help
> please?
>
> --
> 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.
>



-- 
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/d/optout.