-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code block font is wired on Catalina #15
Comments
Try using custom fonts in CSS to make them look the same on every device.
In your card's CSS:
|
@gregorrr I'd love to take a stab at fixing this issue, #14, and #20. Do you have any contribution guidelines, or would you just like a PR? I'll take a stab at getting this fixed, but the more guidelines you have on styling, linting, functionality, etc, the better the inbound PR will conform to your preferences. Finally, do you know of any guides/resources to get a jump start on anki package development? Discord servers, etc? |
Hey @josh-works, PR #21 should fix #20, feel free to use these changes if it's helpful. I found very little in terms of documentation for addons in general, but the Anki code was very readable (if a little verbose) in terms of finding out which behaviour needs modifying/extending. |
@natfarleydev great work w/the PRs! I'd love to see them get merged, if @gregorrr is down. In a few days I'll run the updated code locally and see how it's working! Thanks a ton! |
@josh-works It looks like @gregorrr isn't active on github at the moment so I've made a fork to maintain bugfixes here: https://github.com/natfarleydev/anki-auto-markdown which links to https://ankiweb.net/shared/info/15061497. Feel free to fix and PR into there for now Hopefully @gregorrr will come back at some point, but for now I'm happy to maintain the functionality in the fork as I use this plugin multiple times a day and Anki is going through a lot of changes at the moment |
@natfarleydev Thanks so much! I'm following it right now. I just typed a question here, then decided to open it as an issue. Cannot see an "open new issue" so can't open there. Anyway, do you know how I'd go about using your version of the plugin instead of the "official" version? I imagine Anki only knows to track @gregorrr's repo, not your fork. Once you write it up, I'll make a PR w/updates to the README outlining the steps so future folks won't need to ask. |
I've re-uploaded the plugin here: https://ankiweb.net/shared/info/15061497 (note the 'fix version' at the end of the title, I've purposefully kept everything else as close to the original since I only want to maintain the plugin rather than rewrite). I'll continue to upload to the fix version plugin as needed. I'll double check the issue tracker on my repo, it won't be much good as a home for fixes if we can't track bugs! |
@josh-works You should be able to raise issues on my fork now; I'm not fussy about process so feel free to raise as you want. |
On my clean install Catalina and Anki, the code block font is wired.
But on the web and mobile app, the code block font is normal.
Please help me to fix this bug.
Thanks a lot!
The text was updated successfully, but these errors were encountered: