-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improvements #3
Comments
Thank you very much for sharing the code with me, especially since I am not very good with programming and code. Is there a way to be able to change the color of just the note title/name? I hope you can help me change it to white or maybe a custom color. I'll add a screenshot so you know which one I mean: |
body.theme-dark,
body.is-mobile.theme-dark {
--inline-title-color: var(--text-normal);
} |
Thank you very much, friend for helping me and listening to me, also for the modifications, I can say that I am very comfortable with your theme. Just one more question, will there be a snippet with which you can change the font of the text in the chart view? I would appreciate it very much if you would be so kind as to provide it to me. It happens that there is a bug in version 1.0.3 for Windows, I already posted it on the forum, it is titled as |
Unfortunately not, the graph view appears to be rendered as a canvas instead of as actual HTML, so I can't see a way to change the font with a simple snippet. |
Thank you very much for your help my friend. I don't know if it's a problem or you programmed it that way. I comment that the embed text is usually lower than normal, which I consider looks a bit bad for both writing and reading. I will attach two photos so you can see for yourself. Could you help me with this? That is, I want it to be the same as the default version. Again, I would really appreciate it my friend. |
@luisitoalvarez again, pictures don't help me... please send me the page file to test it on. |
I was able to find where the bug is, I located what it is in these lines of code. I added all your code except these (the attached image) and it no longer gave the problem that I told you before. Only that when doing this, now the icons of: minimize, maximize and close window that you customized have disappeared. I could see those lines and maybe find where the error is, as I mentioned I am not an expert in the code, I asked for help on discord and checking on my own I was able to reach that conclusion. I hope you find it useful and that the error (the one with the embedded text space) can be corrected. |
@dragonwocky Hello friend again, I hope not to disturb you, that is not my intention. I have to clarify that I really like your topic and I feel very comfortable with it. But sometimes I'm very picky about design, and that extra part of the embedded text bothers me a bit, I don't know if you could help me please with a code snippet where the default value is (embedded text) I would really appreciate that help my friend. |
@luisitoalvarez I'll have a look at fixing this sometime soon, but I'm focusing on a couple of other projects at the moment, sorry. |
First improvement: graph view
Currently, in the graph view, you must place the cursor on the node for the link lines to be highlighted. Could I make them appear without needing to do this? That is, you can make them look like most themes or increase the color of the lines that connect to the nodes.
It is that not being able to see them becomes a bit tedious to know which nodes are linked to each other (attached screenshot)
Second improvement: bold and italics
I think it would be good to be able to differentiate when the text is in bold or italics.
As they are currently confusing and the highlight function is not fulfilled (bold)
As a recommendation I could say that when the main color is: #ff475a, the bold text could be: #82aaff and vice versa, since it is the same color palette that the theme has, but I leave that to your choice (just like italicized text)
And another detail that I have noticed when using the theme these days is that it would be better if the title of each note was white and not red, I think it is a lot of red
These improvements would give the theme a better typing experience, it would be more comfortable and easy on the eyes, because it's kind of confusing right now:
Third improvement
This might look good, but I wish you could change the color of the numbered list and the bulleted list. I think it could look much better with other colors to stand out from the normal text, now I think it looks a bit sad
The text was updated successfully, but these errors were encountered: