In your stylesheet tiddler, try this:

sup {
  font-size: inherit;
  vertical-align: baseline  ;
  line-height: 0 ;
  background-color: yellow;
  top: 0;
}



On Monday, July 9, 2018 at 8:35:46 AM UTC-7, Stobot wrote:
>
> I'm looking for ideas with a very common (for me) use case
>
> One of the things I use TiddlyWiki for is taking meeting notes, as well as 
> my overall task/project manager. I needed a way to be able to quickly 
> highlight bits of the notes inline that I needed to formally add as task 
> tiddlers later.
>
> For example as I'm writing out the discussion points, if I take ownership 
> for a piece of it, I'll put == in front of it like:
>
> !!! Minutes 2018-07-09
> * Team Discussion
> ** Setup the something - Betty will handle
> ** Arrange the something else - John will handle
> ** ==Set the agenda
> ** Focus on yada yada
> * Second topic
> ** .....
>
> I then on my "Home" tiddler have a <$list 
> filter="[!is[system]search[==]!title[Home]!title[Draft of 
> 'Home']]">....</$list> setup to give me a list of all the Tiddlers with the 
> == string in it. This triggers me to go find those tiddlers and then add 
> todos to my projects. Sometimes in a large block of notes, it's hard to 
> spot the == string in the notes. So I've been trying to find some CSS 
> solution to highlight when I use ==. It appears while easy in Javascript, 
> in CSS it's not possible. 
>
> It does however look like I can hijack one of the existing wikitext 
> strings like ^^.......^^ (superscript) and then write some CSS to highlight 
> that yellow, as well as rework my <$list> to find ^^ strings. As I don't 
> really have much CSS knowledge, I'm having a hard time figuring out how to 
> undo all the formatting that superscript ^^....^^ does to make my solution 
> work. 
>
> Anybody have any better ideas of making this work?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9cb6deb-1855-40f5-a789-2a534d000d5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to