damiankorcz / Prism-Theme

A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md
https://www.buymeacoffee.com/DamianKorcz
MIT License
394 stars 13 forks source link

Display Suggestions #91

Closed fjh3646 closed 1 year ago

fjh3646 commented 2 years ago
  1. Hope to increase the effect of centered pictures and tables, and provide options for users to choose from.
  2. Hope to add the option to modify the display width.
damiankorcz commented 1 year ago

Hi @fjh3646, Since the first issue is very similar to #56 I will close this issue. As for the second issue, you can customise the width of the Readable Line Length in Style Settings ( Style Settings -> Prism Theme -> Editor -> Custom Readable Line Length (px) ).

damiankorcz commented 1 year ago

Duplicate of https://github.com/damiankorcz/Prism-Theme/issues/56

RedKimberly commented 10 months ago

Hi @fjh3646, Since the first issue is very similar to #56 I will close this issue. As for the second issue, you can customise the width of the Readable Line Length in Style Settings ( Style Settings -> Prism Theme -> Editor -> Custom Readable Line Length (px) ).

Is there another way to adjust the note width? I have it set to the max line length of 1800, but the note width is still very narrow. I am running macOS version 11.7.10 if that makes a difference.

damiankorcz commented 10 months ago

Hi @RedKimberly, Can't say I've ever expected the need for a larger line length but I guess you have a very high resolution screen. You can overwrite the width with a CSS snippet:

body {
    --file-line-width: 1000px !important;
}

Change the amount of pixels to what you want.