reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
897 stars 87 forks source link

feature: Align code snippet on the left instead of center #168

Open tizot opened 1 year ago

tizot commented 1 year ago
tizot commented 1 year ago

Hi @reuseman ! 👋 This is a small PR mainly to fix how snippets of code are displayed in Anki. By default, card content is centered, including text in HTML <pre> tags. I just added a CSS rule to align code on the left.

I also took the liberty to extract the card templates in a separate file so that it is easier to change them (also reduced a bit the code duplication).

tizot commented 1 year ago

CleanShot 2022-11-19 at 20 30 41@2x