[tw5] Re: If your CSS isn't working ...

2021-12-14 Thread PMario
Hi,

Have a closer look at: https://tiddlywiki.com/#Debugging%20Stylesheets
It may have helped you. ... but it won't give any hair back ;)

-mario

-- 
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/c982ac98-d671-4261-a79f-68cee503f0b9n%40googlegroups.com.


[tw5] If your CSS isn't working ...

2021-12-14 Thread Charlie Veniot
I just spent the last hour trying to figure out why some CSS  wasn't 
working.

My TiddlyWiki has 3 CSS tiddlers.

The CSS in "Tiddler B" has nothing wrong with it at all.

Turns out that the CSS in "Tiddler B" was not getting applied because the 
last line of CSS in "Tiddler A" was missing a lousy "}".  So all of the 
styling in Tiddler A was being applied, but the styling in Tiddler B was 
not happening because of the missing "}" at the end of Tiddler A.

So heads up.  What may seem like a problem with CSS in one tiddler may 
actually be an issue with the CSS in some other tiddler.

Now, how to reattach all of this hair ...


-- 
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/fe5e4e0a-217b-4eb4-b099-f39d11839a77n%40googlegroups.com.


[tw5] Re: Need a little assistance with adjusting how tiddlers are laid out

2021-12-14 Thread Justin H.
perfect! thank you :D

On Sunday, December 12, 2021 at 4:48:23 PM UTC-5 Télumire wrote:

> You can use this style : 
>
> .tc-tiddler-preview{
> display:flex;
> flex-direction:column-reverse;
> }
>
> .tc-tiddler-preview>*
> {
> margin:0!important;
> width:100%!important;
> }
>
> In a tiddler with the tag $:/tags/Stylesheet.
> Enjoy ! :)
> Le samedi 11 décembre 2021 à 11:31:04 UTC+1, justin.hu...@gmail.com a 
> écrit :
>
>> I'm currently using the very basic version of JD's Mobile plugin, as I 
>> aim to use my TW from my phone, but I'm not sure what I need to do in order 
>> to achieve what I've mocked up below.
>>
>> I'd like to just figure out  a way to make a separate stylesheet to apply 
>> these changes without having to make any changes to JD's plugin if possible.
>>
>> any help with this would be greatly appreciated!
>>
>> [image: Before.PNG][image: After.PNG]
>>
>

-- 
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/340e098d-fa30-4940-b3f9-befb5de0e4dbn%40googlegroups.com.


Re: [tw5] Re: Random html tags appear in my wiki

2021-12-14 Thread Hubert
@Mark, it's version 5.2.1 but as per donmor's response, TW version is 
irrelevant because the issue is related to Android 11's SAF implementation.

I've switched to using a mobile browser for saving until the Android 11+ / 
Tiddloid combination works reliably again.

On Saturday, 11 December 2021 at 18:09:22 UTC Mark S. wrote:

> What version of TiddlyWiki ?
>
> On Saturday, December 11, 2021 at 9:23:20 AM UTC-8 Hubert wrote:
>
>> I've found the same issue today (both Tiddloid and Tiddloid Lite, latest 
>> versions), Android 11 (not an issue on Android 8).
>>
>> The code appears to belong to the boot.js core tiddler and  I suspect 
>> it's related to the encryption mechanism (though I'm not sure).
>>
>> Steps to reproduce:
>>
>> 1. Open an (encrypted) TiddlyWiki in Tiddloid or Tiddloid Lite (on 
>> Android 11)
>> 2. Save the wiki
>> 3. Reopen the wiki
>>
>> The code appears "underneath" tiddler frame after the wiki is saved by 
>> Tiddloid/Tiddloid Lite and then reopened. Once it's saved like this, the 
>> code will show on any mobile or desktop browser, it appears "burned in" but 
>> how much of the code is revealed depends on the height of the tiddler.
>>
>> Has anyone found a fix?
>>
>> I've opened an issue 
>> on the 
>> Tiddloid github page.
>>
>> Thanks,
>>
>>
>> [image: tiddloid_code_issue1.png][image: tiddloid_code_issue2.png]
>> On Thursday, 26 August 2021 at 06:06:24 UTC+1 Sandip Deshmukh wrote:
>>
>>> My experience is also very similar to what David has described. Either 
>>> TiddlyDesktop or Tiddloid could be causing the problem.
>>>
>>> But nothing seems to be broken. The wiki works perfectly otherwise.
>>>
>>> On Thursday, August 26, 2021 at 5:55:52 AM UTC+5:30 TW Tones wrote:
>>>
 David,

 I am not so sure how to help you but in the past I have seen random 
 tiddlers or their content transcluded when a filter is broken and the 
 result is some artifact. So if you can find the page template, or 
 something 
 tagged $:/tags/BelowStory with a filter in it and fix the filter you may 
 stop it.
 On Tuesday, 24 August 2021 at 23:12:37 UTC+10 David Shaw wrote:

> I get the same sort of thing with both Tiddloid and Tiddloid Lite. I 
> suspect it is a problem with Tiddloid as I can get the code to disappear 
> if 
> I open it in either Tiddloid version, save and close it then open it in 
> the 
> other Tiddloid and save and close it, but this is only a very temporary 
> solution I'm afraid; the code comes back pretty quickly.
>
> David Shaw
>
> On Tue, 24 Aug 2021, 13:52 PMario,  wrote:
>
>> Hi,
>>
>> Which version of TW do you use?
>> Can you link to the Android app you are using?
>>
>> Did you install any new plugins, before you copied it over to the 
>> phone?
>>
>> -mario
>>
>> -- 
>> 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/797d0403-6673-408f-87af-b093d6365993n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/d20ee8e6-d562-45ee-87ed-c0d767600559n%40googlegroups.com.