DreckSallow / flix

Flix is a desktop application to group decks and markdown notes
https://flixdev.netlify.app/
2 stars 0 forks source link

[flix] - support styles of ank #7

Open DreckSallow opened 1 year ago

DreckSallow commented 1 year ago

Read the models from collection.anki2 of unzip .apkg files. This column has a json with the card structure and styles:

"css": ".card {\n font-family: arial;\n font-size: 20px;\n text-align: center;\n color: black;\n background-color: white;\n}\n\n.code {\ndisplay: inline-block;\nfont-family: 'consolas';\ntext-align: left;\nbackground-color: #eee;\nborder: 1px solid #555;\npadding: 3px;\nmargin-bottom: 1px;\n}",