(I am used to following instructions for the command line in Linux Mint, but the documentation holds your hand the entire way compared to TiddlyWiki ^o^ LOL. I do like following the examples in the TiddlyWiki forums though. It's a great community.)
I dont' know how AndTidWiki is built but I can imagine it has a special stylesheet. So, you might need to make the CSS targetting more specific.
A standard practice when creating a stylesheet for an application is to come up with a special definition name like "my-class" and then use this to make things appear special when this plugin is used, i.e ".my-class .tc-tiddler-title {...}"So, you may need to either modify this special stylesheet or override those definitions by making your own style definitions even more specific. One trick here could be to do* .my-class .tc-tiddler-title {...}i.e to prefix the def with the * which is the root.I hope I'm not stating the blatantly obvious. Or, actually, it is even better if this is blatantly obvious.<:-)
--
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/da0280c5-0bc4-4c8c-8db0-455b3db3903f%40googlegroups.com.
Jeremy, thank you for alerting me to the existence of Tiddloid and Quinoid.
So I downloaded the Tiddloid zip file into my Samsung Note 4 android phone and was given the option to open it with my Files app, which then let me extract a folder called Tiddloid-Master into my Downloads folder. Now what do I click on?
So sorry but I could not find a Tiddloid.APK file in what I had unzipped, nor could I find a file named Tiddloid.APK on the GitHub Tiddloid page to download.
Do I have to sign up with GitHub to see it?
However, still no sticky titles, even with sticky titles checked, so I am going to try Quinoid now.
I successfully found the Quinoid apks by typing "releases" on to the end of the url.
New Question: Am I supposed to download Quinoid a or b?
So, Mat, I made a tiddler titled "Fixed Tiddler Title Bar", set it to text/css, tagged it with "$:/tags/Stylesheet" and put this in the body of the tiddler:
* .my-class .tc-tiddler-title {position:fixed}
Alas, it is not blatantly obvious to me how to make a stylesheet because there are still no sticky titles :(
I know I must have done something wrong.
I installed quinoid-v0-0-8-190313a.apk and made sure I could make and save new tiddlers ... and still no sticky titles.So, Mat, I made a tiddler titled "Fixed Tiddler Title Bar", set it to text/css, tagged it with "$:/tags/Stylesheet" and put this in the body of the tiddler:
* .my-class .tc-tiddler-title {position:fixed}
https://groups.google.com/forum/m/#!topic/tiddlywiki/Jf73rU2OUCA
(I discovered my $:/core/ui/EditTemplate/controls tiddler yesterday and so was able to ask about the problem in a different way.)
this is the kind of css coding pattern we need to document as covered in recent css related threads for general use. In conjunction with the class field and conditional css in stylesheets we also need to document how to find both the definitions and applications of css, including the overide you suggest.
Perhaps some rudimentary css documentation is needed but the main thing is how it is and can be applied in tiddlywiki. What do people need to know about tiddlywiki to use css effectively in it. Including when trying to style the content of tiddler(s) but not the rest of the page.
We need only start with the most basic information.
Tony