zulip/zulip-terminal

Improve displaying of 'quoted' messages.

Aberta

#376 aberto em 5 de jun. de 2019

 (4 comentários) (0 reação) (1 responsável)Python (352 forks)github user discovery
area: message renderinghelp wanted

Métricas do repositório

Stars
 (853 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

This PR focuses on tracking improvement to issue of displaying 'quoted text' in a better manner.

  • The first approach here was to indent quoted text based on the level of quoting. Multi line texts are padded with a padding character.
  • V2: Use LineBox approach to display the quoted messages; We could split up the html for different block-quotes and apply soup2mark on each of these.

Guia do colaborador