primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
852 stars 38 forks source link

Issue with latest insider builds v0.13.25+ img #77

Closed miharekar closed 2 years ago

miharekar commented 2 years ago

From the release notes in Discord:

Theme developers: our new editor has received an upgrade where previous &ZeroWidthSpace; characters, used as placeholders for computing cursor positions, have been switched to 0-width <img> elements. We recommend double-checking that your theme does not contain global img { ... } CSS rules to avoid breaking the editor.

This results in this dark grey rectangles around links and other markdown characters:

CleanShot 2022-02-19 at 12 10 38@2x

which can be fixed by:

CleanShot 2022-02-19 at 12 10 44@2x

or

img.cm-widgetBuffer {
  border: none;
}

But, again, there is probably a better way to do it 😅

miharekar commented 2 years ago

The discord seems to think this is the best solution:

CleanShot 2022-02-21 at 08 29 01 CleanShot 2022-02-21 at 08 29 50
ryadaj commented 2 years ago

Is it just me or have headers also shrunk?

Screen Shot 2022-02-21 at 20 50 08
miharekar commented 2 years ago
# header 1
some text
## header 2
some text
### header 3
some text
#### header 4
some text
##### header 5
some text

generates this

CleanShot 2022-02-22 at 09 16 28

so I think it's ok?

ryadaj commented 2 years ago

Weird.. for me it is as I showed.

However, I haven't implemented the solution to the grey box issue you note above (I am not savvy enough), so perhaps they are related.

ceciliamay commented 2 years ago

Update will come in a bit!

Curious for Mac users with the Insider build: are you getting native mac scrollbars? or are you getting the obsidian default theme scrollbars?

miharekar commented 2 years ago

This is the default:

CleanShot 2022-02-23 at 10 50 20

This is with the style setting as Mac grabbable:

CleanShot 2022-02-23 at 10 50 50
ceciliamay commented 2 years ago

Issue Fixed in v.1.2.2!! Please update your theme 🙌 Thanks @miharekar for giving resources!! The convo with Nick and Murf is flawless. 🫂