mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #337] Code blocks in preview do not use set font #137
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Flexo013 on GitHub (Feb 9, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/337
The font in the editor is JetBrains Mono. The font in code blocks is not using the font as defined in the settings:

IssueHunt Summary
Backers (Total: $0.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
IssueHunt has been backed by the following sponsors. Become a sponsor
@Rokt33r commented on GitHub (Feb 13, 2020):
I think this is a bug
@issuehunt-oss[bot] commented on GitHub (Mar 5, 2020):
@boostio has funded $20.00 to this issue.
@sbencoding commented on GitHub (Mar 23, 2020):
I'm not sure if this is a bug for sure.
In the
settingsyou can change the theme of the editor, and it seems to work.My understanding is that the problem described is that the preview's font doesn't change, but I don't think it's supposed to change, because you're changing the font of the editor.
However if you think that it should change I'd be happy to give this issue shot and implement this feature.
@Rokt33r commented on GitHub (Mar 25, 2020):
@sbencoding You're right! Users can edit preview style in Markdown tab of preferences.
@Flexo013 It is not a bug. You need to customize preview css style. But I guess this UX is causing confusion like this. I guess we would like to have some UI for this oneday so anyone can customize preview style easily without being bothered by CSS syntax. So users have two options, using the UI to create custom CSS easily and writing down raw CSS style for hardcore users.
@issuehunt-oss[bot] commented on GitHub (Mar 25, 2020):
@rokt33r has cancelled @boostio's funding for this issue.(Cancelled amount: $20.00) See it on IssueHunt
@Flexo013 commented on GitHub (Mar 26, 2020):
Thanks for the info!