logseq-developer-theme icon indicating copy to clipboard operation
logseq-developer-theme copied to clipboard

A more developer-friendly minimalist theme. For more theme styles see: https://github.com/logseq/awesome-logseq

Results 10 logseq-developer-theme issues
Sort by recently updated
recently updated
newest added

Fortunate to update to v1.2.17 for the first time, I'm curious about how to set the font and font size for this theme?

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.77.1. Release notes Sourced from sass's releases. Dart Sass 1.77.1 To install Sass 1.77.1, download one of the packages below and add it to your...

dependencies
javascript

Bumps [standard-changelog](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/standard-changelog) from 5.0.0 to 6.0.0. Release notes Sourced from standard-changelog's releases. standard-changelog: v6.0.0 ⚠ BREAKING CHANGES Node >= 18 is required Now all packages, except gulp-conventional-changelog, are ESM-only. Features...

dependencies
javascript

Use `@import url("https://cdn.jsdelivr.net/gh/unickcheng/logseq-developer-theme@release/custom.css");` in `custom.css`. And Error occur when page load: ![image](https://github.com/UNICKCHENG/logseq-developer-theme/assets/52643141/03a2a389-b781-4b14-ac1f-1a961a4c6fca)

bug

Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.77.8. Release notes Sourced from sass's releases. Dart Sass 1.77.8 To install Sass 1.77.8, download one of the packages below and add it to your...

dependencies
javascript

![image](https://github.com/user-attachments/assets/15e47da4-e305-4270-bdea-a5392035ca9b) 测试代码: ``` cs class CLASS(object? args = default) : BaseClass() { public CLASS() : this(default) { } } ```

你好,最近开始使用 Logseq,我装了这个 Theme 觉得很好看,但有一个可惜的地方,就是空格无法对齐。 ```yaml matrix: include: - {target: win32-x64, file: xxx-win32-x64.zip} - {target: win32-arm64, file: xxx-win32-arm64.zip} - {target: linux-x64, file: xxx-linux-x64-glibc.2.17.tar.gz} - {target: linux-arm64, file: xxx-linux-aarch64-glibc.2.17.tar.gz} - {target: darwin-x64,...