GitXplorerGitXplorer
p

logseq-dev-theme

public
383 stars
65 forks
36 issues

Commits

List of commits on branch main.
Verified
3f0f55527feb1edba3592aa4023e2520e8332567

Merge pull request #101 from ChangqingW/main

ppengx17 committed 5 months ago
Unverified
f0b29a88cbeaec2e3fc32442ee4e34c28792ebce

apply dark theme to pdf viewer

CChangqingW committed a year ago
Unverified
503d4c1d74965cba9928c6f30983791f44b9596d

chore(release): 1.26.17 [skip ci]

ssemantic-release-bot committed 2 years ago
Verified
8ae8551b8c49a3b6bee6057931f3acf2e507ec50

Merge pull request #94 from UNICKCHENG/main

UUNICKCHENG committed 2 years ago
Verified
6b5a1503e15a98f20fc4c74b7916139e34c23ff8

fix: fix block fold button on mobile

UUNICKCHENG committed 2 years ago
Verified
9b72ab554d46882bbd7bb806295e0b315616cbb6

Merge pull request #93 from omnisyle/patch-1

UUNICKCHENG committed 2 years ago

README

The README file for this repository.

Logseq Dev Theme

🔔 Looking for maintainers! 🔔

A theme inspired by Dev.to & Figma.

This theme is actively maintained and used on a daily basis by the author. It should have the best UX on macOS.

Features:

  • providing bullet threading for editing blocks (also available as a standalone plugin)
  • elegant font choices
  • delightful colors for markers

Working Demo

Check out my published knowledge garden at https://pengx17.github.io/knowledge-garden/. Though since the graph is read-only, you cannot test the bullet threading feature with it.

Usage

Marketplace

This theme and bullet threading is available in the Marketplace.

Using custom.css

Another way to adopt this theme is to use jsDelivr CDN by adding the following line to your custom.css. You can also change the @main part to use the latest version. This is the ONLY way to stylish your published graph for now.

/* This must be the first line of the custom.css with other import rules */
@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@main/custom.css");

/* You can also add other styles below to override the default theme values */

Customization

This theme does not provide official customization options. However, you can still change most of the colors and fonts. Please take a look this issue for guidance.

Caveats

  • If your theme defines border colors for the children-block, the bullet threading css may not work as expected.
  • This theme is guaranteed to work with the latest Logseq version WITHOUT backward compability.

Demo (might be outdated)

demo

https://user-images.githubusercontent.com/584378/128587194-bd775264-b3ba-4303-8595-060953fe8030.mp4

Changelog

You may refer to Changelog, but it might not be well organized.

Credits

PiotrSss for his clean-themes