[tw5] Re: Pulling values from dictionary tiddler to use for CSS/HTML

2022-01-28 Thread Matt4
ame="colorClass" value={{MoodColors##$color$}}> > >Mood \end That pulls in the class from the correct 'mood' lookup in the dictionary tiddler and builds the HTML appropriately. Maybe not the best solution, but it does work. On Friday, January 28, 2022 at 8:29:31 AM UTC-8 Matt4

[tw5] Pulling values from dictionary tiddler to use for CSS/HTML

2022-01-28 Thread Matt4
I'm sure there is a better way to do this so I'm hoping someone can help me. I have a journal tiddler that has a field called mood. I put a value from 1 to 5 to describe my mood for the day. I have a dictionary tiddler that has a CSS class for each number. So, it would look something like

[tw5] Interesting use of Tiddlywiki?

2021-03-29 Thread Matt4
I may be late to the party here but I just stumbled across a unique (to me) use for Tiddlywiki. I have been using tailwindcss in a lot in recent web projects lately. I included the CSS for it in Tiddlywiki so I could use some it's features to format tiddlers a little

[tw5] Re: list of tiddlers using a macro

2018-06-18 Thread Matt4
I finally got around to trying your extract macro and after a few tries it worked out great! Thanks! Matt On Thursday, May 3, 2018 at 2:33:12 PM UTC-7, Thomas Elmiger wrote: > > Hi Matt, > > Something like this could help (not really tested, make a backup first!) – > this is from an older

[tw5] list of tiddlers using a macro

2018-05-03 Thread Matt4
Is there a way to get a list of tiddlers that use a particular macro? Currently I'm searching for the first part of the macro (<> I would want to get thetiddlers that used that macro and display the *Ask question about TiddlyWiki *portion of each of those uses. Matt -- You received this

[tw] Re: Word definition popups...

2015-05-05 Thread Matt4
Yes, very similar to that. Maybe that's where my idea came from? I thought the initial spark may have come from somewhere else (see original post) It's a little different though and serves a different purpose I think. Imagine having 100 different words defined that could be used several times

[tw] Re: Word definition popups...

2015-05-04 Thread Matt4
else. On Saturday, May 2, 2015 at 11:13:54 AM UTC-7, Mark wrote: Hi Matt, This is quite handy. Can you also share the CSS used to make a popup of the definition show over whatever word you choose? Thanks! Mark On Wednesday, April 29, 2015 at 9:45:59 AM UTC-7, Matt4 wrote: Sorry

[tw] Word definition popups...

2015-04-29 Thread Matt4
Sorry if this has been shared before but I just came across something that I think is pretty useful. I was creating a wiki that had some terms in it that I don't use everyday and I would stumble over the definition while I was reading the article. I wanted a way to access the definitions

[tw] Getting field values

2013-12-05 Thread Matt4
Sorry if this has been asked already but I just spent 20 minutes searching and couldn't find it... How would I grab the value of a field in the current tiddler to use in a filter? For example, I want to set up a list of tiddlers that are tagged with the the current tiddlers field value. So,

[tw] Re: Getting field values

2013-12-05 Thread Matt4
. It will work if I use the following: $list filter=[tutorialcategory{!!tutorialcategory}!is[system]sort[title]tag[ *Blender*]] I want to replace *Blender* with the current *!!tutorialapplicationmaster*field value. On Thursday, December 5, 2013 9:17:51 AM UTC-8, Matt4 wrote: Sorry if this has been