Arturo Fonseca

Results 9 comments of Arturo Fonseca

While this new feature is being developed, is there a way to add these attributes to images somewhere else before the generation of the HTML file?

> @arturo32 for now, we are using a very hacky regex > > > ```shell > > # Lazy load images > > sed -i -e 's/

Já existe uma [issue no asciidoctor](https://github.com/asciidoctor/asciidoctor/issues/3961) sobre possibilitar adicionar o atributo HTML `loading="lazy"` nas imagens. Pelo visto só vai ser adicionado nas versões 2.1.x... Umas das pessoas presentes na discussão...

Eu não sei direito ainda como você "builda" o projeto atualmente (já que aparentemente o workflow do github não está funcionando). Supondo que você usa o script `build.sh` eu proponho...

This behavior is defined by the [LinkDecorator extension](https://github.com/bluesky-social/social-app/blob/cced762a7fb7a2729b63922abc34ae5406a58bce/src/view/com/composer/text-input/web/LinkDecorator.ts#L96) but also by the the [atproto's richtext detection](https://github.com/bluesky-social/atproto/blob/649e5ad7726ec369fced3700b82c96931090fe3c/packages/api/src/rich-text/detection.ts#L55). The first defines which text becomes blue and the second defines what website you...

I'm trying to fix this the right way, by [changing the atproto library](https://github.com/bluesky-social/atproto/pull/4156) that social-app uses, but it's kind hard to get a feedback there...

Is this related? https://github.com/runabol/tork/pull/560/files

Ooooh.... How to I set this to like.. never? Or is there a better option? https://github.com/runabol/tork/blob/c0da803f9f3aa2848fea5c85d6f1a4e6cdb05781/configs/sample.config.toml#L127

> Yep. You got it. That’s the config. I could probably addd an option to turn it off entirely. That would be ideal! For now, for me, there's no hurry...