Thank you Petruschka for sharing!
Thank you Riz for great instruction!

I may also add the below wonderful source pretty background patterns can be 
used for your Tiddlywiki!

https://www.toptal.com/designers/subtlepatterns/

--Mohammad


On Friday, May 8, 2020 at 1:47:13 AM UTC+4:30, Riz wrote:
>
> For those wondering how to make use of it without involving node and 
> terminal and all.
>
> Warning: Do it in a empty wiki - not your production wikis
>
> 1. Create a tiddler - give it any name. Add the following as text
> <link href="https://unpkg.com/pattern.css"; rel="stylesheet">
>
> 2. To the above tiddler, add the following tag
> $:/tags/RawMarkup
>
> 3. Go to advanced search > Shadows  and search for "
> $:/core/ui/PageTemplate 
> <https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FPageTemplate>". Click the 
> link and open to edit it.
> 4. At the top of "$:/core/ui/PageTemplate 
> <https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FPageTemplate>", you will 
> see a macro that looks like the following
> \define containerClasses()
> tc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(
> languageTitle)$ 
> \end
>
> 5. Add your desired classes to the the end of that list. After adding, tit 
> will look something like this
> \define containerClasses()
> tc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(
> languageTitle)$ pattern-diagonal-lines-md bg-blue white
> \end
>
> 6. Close "$:/core/ui/PageTemplate 
> <https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FPageTemplate>" and see the 
> effect
>
> If you want the effects to be limited to tiddlers, not whole tiddlywiki
>
> Step 1 and 2 is same and above
> 3. Open Advanced search > Shadows. Search for "$:/core/ui/ViewTemplate". 
> Click the link and open to edit it.
> 4. It its text, look for the part that goes like 
> class={{{   tc-tiddler-frame tc-tiddler-view-frame
> 5. Add your classes to that list. It would look like
> class={{{ pattern-diagonal-lines-md bg-blue white  tc-tiddler-frame tc-
> tiddler-view-frame
>
> Sincerely,
> Riz
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4b3c9a14-f30d-41c4-94ae-64df716235aa%40googlegroups.com.

Reply via email to