[GH-ISSUE #423] show error #198

Closed
opened 2026-03-03 00:19:13 +03:00 by kerem · 8 comments
Owner

Originally created by @kyosold on GitHub (Apr 22, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/423

type go clean show error

image

Originally created by @kyosold on GitHub (Apr 22, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/423 type `go clean` show error ![image](https://user-images.githubusercontent.com/318412/79940803-52a8a900-8495-11ea-8c00-ad994cff5546.png)
kerem 2026-03-03 00:19:13 +03:00
Author
Owner

@Rokt33r commented on GitHub (Apr 23, 2020):

I need more information. could you show me the screenshot of console? You might see similar error in #421

<!-- gh-comment-id:618188720 --> @Rokt33r commented on GitHub (Apr 23, 2020): I need more information. could you show me the screenshot of console? You might see similar error in #421
Author
Owner

@kyosold commented on GitHub (Apr 23, 2020):

QQ20200423-140440@2x
<!-- gh-comment-id:618198406 --> @kyosold commented on GitHub (Apr 23, 2020): <img width="1015" alt="QQ20200423-140440@2x" src="https://user-images.githubusercontent.com/318412/80064767-72120580-856b-11ea-84d4-7b9636c9c8da.png">
Author
Owner

@kyosold commented on GitHub (Apr 23, 2020):

I hope to put all the necessary files into the app

<!-- gh-comment-id:618198765 --> @kyosold commented on GitHub (Apr 23, 2020): I hope to put all the necessary files into the app
Author
Owner

@Rokt33r commented on GitHub (Apr 23, 2020):

@kyosold Show me screenshots when the error happens. The screenshot looks very normal.

<!-- gh-comment-id:618199668 --> @Rokt33r commented on GitHub (Apr 23, 2020): @kyosold Show me screenshots when the error happens. The screenshot looks very normal.
Author
Owner

@Rokt33r commented on GitHub (Apr 23, 2020):

And I still don't know what kind of an error happen. What make you feel it is an error?

<!-- gh-comment-id:618199886 --> @Rokt33r commented on GitHub (Apr 23, 2020): And I still don't know what kind of an error happen. What make you feel it is an error?
Author
Owner

@kyosold commented on GitHub (Apr 23, 2020):

When i type xxx, boostnote show that It is surrounded by borders:
QQ2


I want style this:
QQ3

<!-- gh-comment-id:618211718 --> @kyosold commented on GitHub (Apr 23, 2020): When i type `xxx`, boostnote show that It is surrounded by borders: <img width="1347" alt="QQ2" src="https://user-images.githubusercontent.com/318412/80067142-e484e480-856f-11ea-88c7-abf76f2e50a7.png"> ------ I want style this: <img width="604" alt="QQ3" src="https://user-images.githubusercontent.com/318412/80067730-003cba80-8571-11ea-847c-81d2776d6383.png">
Author
Owner

@Flexo013 commented on GitHub (Apr 23, 2020):

@kyosold Go to your Preferences. Then select the Markdown panel.
From there look in the Preview style for your code.

Example (for the Dark theme):

.dark p code,
.dark li code
{
  background-color: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.6);
  color: #03C588;
}

Change the last value (opacity) to 0.0 and the border (and background) will disappear.

<!-- gh-comment-id:618258604 --> @Flexo013 commented on GitHub (Apr 23, 2020): @kyosold Go to your Preferences. Then select the Markdown panel. From there look in the Preview style for your code. Example (for the Dark theme): ``` .dark p code, .dark li code { background-color: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); color: #03C588; } ``` Change the last value (opacity) to 0.0 and the border (and background) will disappear.
Author
Owner

@Rokt33r commented on GitHub (Apr 23, 2020):

It is not a bug. And the error is irrelevant from this issue. You can ignore it. It won't cause any problems.

<!-- gh-comment-id:618485028 --> @Rokt33r commented on GitHub (Apr 23, 2020): It is not a bug. And the error is irrelevant from this issue. You can ignore it. It won't cause any problems.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#198
No description provided.