Re: [Tiki-users] ellipsis and page separator
Bsfez Tiki via TikiWiki-users <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Not exactly a "Wiki" page syntax but may be it can help (you or others)
After doing complicate things I found out that:
* There is a truncated class in bootstrap : https://getbootstrap.com/docs/4.0/utilities/text/#text-wrapping-and-overflow <https://getbootstrap.com/docs/4.0/utilities/text/#text-wrapping-and-overflow>
* We have a .text-truncate class in Tiki base css
If it helps I also create my own class for a 2 lines limited text in a card. (may be not compatible with edge or IE)
.truncate-overflow-2lines {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }
Bernard
> On 8 Feb 2021, at 22:40 , dabicho <[email protected]> wrote:
>
> Not sure if anyone still reads this mailing list, but I found the culprit.
> There is a setting named "Smart em-dash and ellipsis ", which "Convert
> double hyphen -- to em-dash — and three consecutive dots... to
> typographic ellipsis character… "
> It seems that this functionality is applied at the wrong time and it
> was this that was causing the pages not to render properly
>
> On Mon, Feb 8, 2021 at 1:12 PM dabicho <[email protected]> wrote:
>>
>> Hello.
>> I have an installation where something funny is happening.
>> ...page... separator is not working
>> I think I have found the cause, but don't know why or where or when it
>> is happening.
>>
>> My ...page... separators are correctly inserted into the page, but I
>> just noticed on the page they are rendered as the unicode horizontal
>> ellipsis character.
>> It happens somewhere in the wiki processing and the result is that at
>> some point it ceases to identify it and not display the pages bar.
>>
>> I haven't found the culprit.
>>
>> Does anyone have any suggestions?
>>
>> Thank you.
>
>
> _______________________________________________
> TikiWiki-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-users
_______________________________________________
TikiWiki-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-users