MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.38k stars 33 forks source link

feature: rendering for bolded text #100

Closed Parkertg closed 1 month ago

Parkertg commented 1 month ago

Is your feature request related to a problem? Please describe.

right now there is no visual distinction between normal text and bolded text -- thus, all bold text just looks normal instead. aside from the lacking visuals, this also makes editing less convenient as you can't identify bolded sections of text unless you move the cursor to each line
Normal Mode image Insert Mode on boldtext line image

Describe the solution you'd like

a. Bold text is bolded (if possible - I presume its not based on it not already being implemented) b. Bold text has an alternate color - configurable, hopefully with a functional default value c. Bold text switch to all caps - perhaps this is a separate option to the color option

Describe alternatives you've considered

Additional information

OS: windows NVIM : 0.9.5 and I'm currently an nvim noob

MeanderingProgrammer commented 1 month ago

https://github.com/MeanderingProgrammer/markdown.nvim/issues/69

MeanderingProgrammer commented 1 month ago

Issue above is about color but same thing, is up to your colorscheme to provide bold & italics parameters to the relevant highlight groups and your terminal emulator to render them correctly.