present icon indicating copy to clipboard operation
present copied to clipboard

Add italics support for codios

Open vinayak-mehta opened this issue 4 years ago • 5 comments

Similar to how it is being done for bold and underline.

vinayak-mehta avatar Aug 30 '20 17:08 vinayak-mehta

Hi, can I pick this up?

pstuerner avatar Aug 30 '20 20:08 pstuerner

Yes! Thanks :)

vinayak-mehta avatar Aug 30 '20 20:08 vinayak-mehta

This now depends on #59.

vinayak-mehta avatar Aug 31 '20 10:08 vinayak-mehta

This might be a bigger issue. Changing codio.yaml to this

speed: 10
lines:
- prompt: $
  in: normal
  color: green
  normal: true
- prompt: $
  in: bold
  color: green
  bold: true
- prompt: $
  in: underline
  color: green
  underline: true
- prompt: $
  in: reverse
  color: green
  reverse: true

and running present codio.md on my Windows machine (cmd terminal), gives me the following:

grafik

Underline and reverse have no effect.

Furthermore, my console cannot encode the codio.yaml progress bar character (█):

grafik

Probably a separate issue. OS compatibility could be a major task.

pstuerner avatar Sep 01 '20 08:09 pstuerner

Underline and reverse have no effect.

Will have to look into which Windows terminals are supported better.

Furthermore, my console cannot encode the codio.yaml progress bar character (█): Probably a separate issue. OS compatibility could be a major task.

Yeah, I think we should also change the default progress character to a #.

vinayak-mehta avatar Sep 01 '20 09:09 vinayak-mehta