Giter Club home page Giter Club logo

typora-notion-theme's People

Contributors

adrian-fuertes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

typora-notion-theme's Issues

Links don't work after exporting PDF

Hi , I love this theme very much. Thank you so much for making this theme.
Everything works perfectly except when I want to go to the PDF file, the link doesn't work fine.

Examples are as follows. This works fine:
https://www.google.com

But this will not work properly:
[Google](https://www.google.com)

When I hit this “Google” in the PDF file, nothing happens. It should open a corresponding webpage when i click on “Google”.

Many thanks and looking forward to a fix for this issue.

My software operating environment:
Macos 13.1;
Typora 1.5.5 (6702)

Checkbox and top bar misaligned under unimode in windows 10

Basic info:

System: Windows 10
Typora Version: 1.2.0
Theme: Notion Light/Dark/Darker Enhanced/Not

Problem 1.

image
It seems that the ✔ in the checkbox is alligned a bit below the central line.

Problem 2.

e646ea94d3fec7435a1db06ff47ce0e
The three buttons responsible for maximizing, minimizing and closing the windows are alligned a bit below the top line, creating a height difference with the top line in the left
9f0d6706cdf32a3a68cb5c56cdbb4a2
This picture showing the red close button would display the height difference clearer.

Observation:

The diviation from the central line in both problems looks the same, so I assume that they are caused by the same problem. I tried a few more themes, the misalignment in problem 2 are observed in theme "Newsprint", but others like "Gitbook" and "Github" performs well. I guess it's due to some compatability issue between macOS and windows in css, please check it out.

Font color too bright

Hi,
Thank you for this beautiful theme! Really enjoy it! The only problem I found while using is that the color for int, double, etc. in the code block seems too bright. (C++)
Screen Shot
I don't know how others feel about it but I think a color like #36ba6d may be a better substitution for the #48ff00 being used now for variable-3.
Just some personal thoughts. Thanks again for creating this theme!

Cursor and text is invisible in 'inline-math' blocks

Similar to the previous issue, all text inside inline math blocks (e.g., $a^2$) are invisible.

Notion Math Inline

I believe that this is probably because it is being inherited from a default from Codemirror. I don't know much CSS.

Windows menu unreadable (Unibody interface)

Hi,
this problem happens whenever you activate the "Unibody" interface on windows, and essentially, the colour of the text in the menù happens to be too light and it does not contrast enough to be readable as the following picture shows (left menu).
image
and this happens both on the light and dark theme, but in the case of the dark theme, the unreadbale part is no more the menu but the right part, for example when you want to open a file etc... (as follows)
image

How to change some colors inside code fence

Hi, I'm wondering how to change some of the font colors inside this code block because the true color is difficult to read.
Thanks a lot!

My original code is with swift language

let csvReadingOptions = CSVReadingOptions(
    hasHeaderRow: true,
    nilEncodings: ["", "nil", "na"],
    ignoresEmptyLines: true,
    delimiter: ","
)

Screenshot 2022-08-17 at 10 42 09 PM

Font size

Hi,
i wanted to point out that w.r.t. the default "Github" theme, the size of the font is smaller; would it be possible to increase it as the one of github? Yes, your answer would be to set a different font size within the settings, and that would be perfectly fine if not for the fact that it increases the size of all the characters, and i believe that in this theme the dimension of code chunks' is perfect, and unfortunately it will be altered.
So, my question is, would it be possible to increase just the size of the plain text?

Exit the soure code mode button can't see clearly

Hi,thank you for the beautiful theme. I like this theme very much,it make me confortable to use.

In the process of using notion-dark-enhanced theme, I think exit source coed button is not clear, I hope it can be improved, thank you.
Snipaste_2022-08-21_14-55-23

In Notion Darker Classic, cursor color in code block is not "overridden"

We're on Typora for Windows and when using Notion Darker Classic theme, the cursor color in code blocks stays dark/black.

We've checked in theme file and found this style definition:

.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
    border-left: 2px solid var(--text-color);
}

but for some reason (due to CSS rule specificity?) that style is not sensed by the rendering engine:

immagine

After playing with the Typora developer tools, we found that the actual CSS selector used by Typora is:

.CodeMirror div.CodeMirror-cursor

immagine

We opened a custom user notion-darker-classic.user.css by combining the two:

.CodeMirror div.CodeMirror-cursor {
  border-left: 2px solid var(--text-color);
}

and now the cursor is actually white and thicker:

immagine

HTH

code fences line numbers align incorrectly

Thanks for your graceful theme and I feel quite motivated every time I use it.

But I encountered a bug:
when the typora window's width is short enough(specifically, when the code fences line numbers will hide automatically), after clicking the code fences, the code fences line numbers will always align incorrectly, as shown in the figure below
image

I only test it on Windows. Wish you can spare some time to fix it.

Thanks a lot!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.