[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread Eric Shulman
On Saturday, December 21, 2019 at 5:06:58 PM UTC-8, David Allen wrote: > > \define color_picker(label,field) > > > $label$ > > > <$edit-text field="$field$" type="number" class="custom_select"/> > > > {{!!$field$}} > > > > \end > Wikification does not occur *inside* parameters. To

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread A Gloom
> Found something that works and lets me use multiple such instances of this > macro > Nice! *poclets code* >> << : D -- 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

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread David Allen
Found something that works and lets me use multiple such instances of this macro: \define color_picker(label,field) $label$ <$edit-text field="$field$" type="number" class="custom_select"/> .style_$field$ {background-color: rgb({{!!$field$}}, {{!!$field$}}, {{!!$field$}}); padding:

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread David Allen
I did and it didn't work On Saturday, December 21, 2019 at 7:59:27 PM UTC-6, A Gloom wrote: > > the field value transclusion may need a template to apply styling if I'm > understanding correctly > > have you tried wikitext styling markup? > > Eric summed it up well here-- >

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread A Gloom
the field value transclusion may need a template to apply styling if I'm understanding correctly https://tiddlywiki.com/#Transclusion%20with%20Templates -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: CSS Wikitext in macro issue

2019-12-21 Thread A Gloom
the field value transclusion may need a template to apply styling if I'm understanding correctly have you tried wikitext styling markup? Eric summed it up well here-- https://groups.google.com/d/msg/tiddlywiki/NDASkeP2oMA/Bfr9tID2AwAJ -- You received this message because you are subscribed