On 2020-Apr-09, at 19:47, Mat <matia...@gmail.com> wrote:--
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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3a5e50c3-acdc-4587-a8a4-408324f12139%40googlegroups.com.
Coloured background, which is what your link directs to, is not the same as highlight.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6ea1994a-552a-47b3-ab63-3fc52e150cf6%40googlegroups.com.
<mark> you text goes here</mark><mark> you text goes here</mark>
<h>foo</h>
h {background:#FF9}<mark> you text goes here</mark>Aha - is that a native browser thing or a TW thing? Cos if it is native html, then we certainly should have it converted to @@this@@ in wikitext.
Klaas, a shorter thing than <mark> might be a made up html tag, say "h", like so:<h>foo</h>...as set in a stylesheet with:h {background:#FF9}<:-)
<<h foo>>\define h(txt) <span style="background:#FF9" >$txt$</span>\define h(txt) <mark>$txt$</mark>On 2020-Apr-10, at 03:42, TonyM <anthony...@gmail.com> wrote:background-color:yellow; Text@@
Mat, thanks, @@background:#FF9; text@@ works, although the hex value can also be replaced by the word for the colour, as per TonyM’s reply.TonyM, thank you for that.Mohammad, <mark>text</mark> works well and is the simplest. The default colour setting is yellow, so if one wants a different colour Mat’s/TonyM’s syntax would be required.
<mark style="background:bisque;">Hi</mark>\define h(txt, color:#FF9) <mark style="background:$color$>$txt$</mark><<h Hi>><<h Hi bisque>>Many thanks guys.On 2020-Apr-10, at 03:42, TonyM <anthon...@gmail.com> wrote:background-color:yellow; Text@@
On 2020-Apr-10, at 07:55, Mohammad <mohammad...@gmail.com> wrote:
On Friday, April 10, 2020 at 8:46:07 AM UTC+4:30, Klaas Vaak wrote:Mat, thanks, @@background:#FF9; text@@ works, although the hex value can also be replaced by the word for the colour, as per TonyM’s reply.TonyM, thank you for that.Mohammad, <mark>text</mark> works well and is the simplest. The default colour setting is yellow, so if one wants a different colour Mat’s/TonyM’s syntax would be required.
mark tag is also let you to set properties like below
<mark style="background:bisque;">Hi</mark>By the if you can use macro as I wrote above, macro is the simplest! like below\define h(txt, color:#FF9) <mark style="background:$color$>$txt$</mark>Then these are valid<<h Hi>>or<<h Hi bisque>>Many thanks guys.On 2020-Apr-10, at 03:42, TonyM <anthon...@gmail.com> wrote:background-color:yellow; Text@@
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/870456c2-6f0b-49fe-a9b1-c9d7699a9412%40googlegroups.com.
\define h(txt, color:#FF9) <mark style="background:$color$>$txt$</mark>Thanks for that additional input, Mohammad.
Where would I have to put the macro code? In each tiddler text box?
On 2020-Apr-10, at 07:55, Mohammad <mohamma...@gmail.com> wrote:
On Friday, April 10, 2020 at 8:46:07 AM UTC+4:30, Klaas Vaak wrote:Mat, thanks, @@background:#FF9; text@@ works, although the hex value can also be replaced by the word for the colour, as per TonyM’s reply.TonyM, thank you for that.Mohammad, <mark>text</mark> works well and is the simplest. The default colour setting is yellow, so if one wants a different colour Mat’s/TonyM’s syntax would be required.mark tag is also let you to set properties like below<mark style="background:bisque;">Hi</mark>By the if you can use macro as I wrote above, macro is the simplest! like below\define h(txt, color:#FF9) <mark style="background:$color$>$txt$</mark>Then these are valid<<h Hi>>or<<h Hi bisque>>Many thanks guys.On 2020-Apr-10, at 03:42, TonyM <anthon...@gmail.com> wrote:background-color:yellow; Text@@--
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 tiddl...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d4e76361-dec5-40a4-9edc-fc3dbd542e93%40googlegroups.com.