Guozhu Liu

Results 26 comments of Guozhu Liu

> Hey @xell I think this issue I solved it in my previous issue (​All page list UI padding #2933) . these both issues were connected. but I think changes...

> hey @xell , I have made the changes . Can you check it? The dev team will check and finally merge it if there's no problem. Thank you.

Thank you for the detailed suggestion. We planned this in https://github.com/toeverything/blocksuite/issues/4159 and please track it afterwards. This issue is closed.

@ShortCipher5 please contact the user who originally proposed this, or simply ask she/he to come here to follow up.

I tried this on my M2 chip Macbook and it worked, see https://github.com/3rd/image.nvim/issues/9#issuecomment-1637153929 change the magick/wand/lib.lua `try_to_load` as, for example: ``` lib = try_to_load("/opt/homebrew/lib/libMagickWand-7.Q16HDRI.dylib", function() -- local lname = get_flags():match("-l(MagickWand[^%s]*)")...

In the latest version of Obsidian, I use this css selector to invert the pdf: ```css .theme-dark .pdf-viewer { filter: invert(0.85); } ``` And it works for scanned PDFs. However,...