Basic UI Settings e.g. Font Size

Try command + and command - as a start

1 Like

Thanks for that quick reply. That works! <3

It’s ctrl - and ctrl plus shift + somehow.
I do not find any matching shortcuts for this, to finally remap them. Is it possible?

2 Likes

For me, the best solution (on windows or linux) was to press “alt” once, to make the top menu bar appear, then click “view” then “zoom out”. Do it several times as needed.

3 Likes

The customisation is not working on Arch Linux with the AUR repository.

It worked smoothly for me! Thank you

In my Linux environment, Logseq 0.8.5 binary installation, I use (Ctr…Shift…=) for Zoom-In and Ctr…- for Zoom-Out.

I also tried changing the font size permanently by changing the custom.css of the graph. This is what worked for me

:root {
  font-size: 18px !important;
}

a.tag[data-ref] {
  font-size: 18px !important;
}
6 Likes

If not using any themes, you can use the logseq-randomutils-plugin, and make the changes to the following in the plugin settings.

  • font
  • font-size
  • line-height

There’s a pretty comprehensive plugin for basic UI settings/customization that allows you to change fonts as well as other CSS options through a GUI w/o having the need to learn how to code.

The plugin is called Awesome Styler by the user Yoyurec in Logseq marketplace, here’s the link GitHub - yoyurec/logseq-awesome-styler: 🎨 Totally customizable theme with presets: colors, backgrounds, fonts and sizes, etc... Logseq plugin

Screenshot 2023-04-25 222520


Change font and font size


Easily be able to change colors

1- by using googles color picker or through a local color picker application
2- choosing a color
3- and copy pasting hex codes into the field


You can choose themes through the default logseq themes or through the plugin


All of features above come with Awesome Styler.

They also created a bunch of other really cool plugins for other customization features.

2 Likes

Feature is there but easy to miss as it doesn’t use default shortcut key convention. I was expecting CTRL / + / - / 0 instead SHIFT should be used :slight_smile: (v0.10.3)

  1. Via button navigate to Settings
  2. Click on Keymap menu
  3. Search for zoom

How strange.
I just tested this on a Mac keyboard SHIFT - and SHIFT = and nothing happened. CTRL - and CTRL = had no effect.
Zoom is controlled by CMD - and CMD = on a keyboard, so the icons in the keyboard shortcut screen appear to be incorrect. Where your image says “ALT” for the zooming in a block, the Mac version shows the CMD icon, so it’s available to the interface, but just hot shown correctly.

Minor defect but still misleading.

1 Like