This topic was created to inform everyone who uses my theme about important, global changes. Any criticism and suggestions are also welcomed to make Obuntu as convenient as possible.
The entire changelog is located here: https://github.com/DubininDmitry/Obuntu-theme-for-Obsidian/commits/master
Do you have suggestions? I can do different things: for example, increase the font, change the size of the pop-up block, or change the design.
I need to understand how bad quality is expressed in your opinion.
In the actual popover the letters are smaller than on this screenshot, but you can see the quality is poor. I tried to increase the transform scale a bit, but that did not do much.
I can’t see the problem in Linux OS. Did you install Roboto and Fira Code fonts for better experience? This fonts are default in this theme and I tested on this fonts
I think its because your blocks is embedded in each other. Or I’m wrong? I see that text under blockquote in different nesting. And as far as I understand this is the standard editor behavior. More natality means more space for visual display. The text on your screenshot is also visible that is nested (more indentation).
No, the quote blocks are not nested in each other.
The 1st quote block is in “normal” text, i.e. the way it is.
The 2nd block is a transcluded block, but it is not nested, unless you call transclusion as being nested.
Clutter Free edit mode: inline formatting, link targets, header hashes disappears if not active line. Code blocks, list markers and html tags have old behavior to better visually distinguish them from regular text (update: disable in links and images, because it have problem of selection link ). Since this is a custom style change, in some cases, it may be difficult to select text or correctly position the cursor. Please write in the comments about the problems Before:
Dmitry, this is a very nice update. I tried clutter free myself on the basis of css code, but was not too happy with it. I don’t know how hyou’ve done it, but your version is much cleaner, I like really it !
I also use some inline HTML tags like <br>, <font color="color:darkviolet">bla text</font>, <small>some text</small: is there any way to also hide this with clutter free in the Edit mode?
I am having trouble implementing this. In the editing mode, html tags are not fully rendered and, apparently, this cannot be implemented within the css styles. Perhaps when they open the api or the obsidian developers themselves implement this functionality (this is in their development roadmap).
The example below shows how it looks if you use css. More problems arise because the br is not visible at all, the colors are not displayed, only the tags themselves are hidden