All Projects → wirtzdan → logseq-paper-theme

wirtzdan / logseq-paper-theme

Licence: MIT license
A minimal and paper-like theme for Logseq ✍️

Programming Languages

SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to logseq-paper-theme

logseq-things-theme
Things Theme for Logseq
Stars: ✭ 21 (-75.58%)
Mutual labels:  logseq, logseq-themes
logseq-allday-theme
A clean productivity theme. Styled for high readability and minimal eye strain.
Stars: ✭ 57 (-33.72%)
Mutual labels:  logseq, logseq-themes
zotero-obsidian-citations
Zotero plugin that links your Markdown database to Zotero. Jump directly from Zotero Items to connected Markdown files. Automatically tags Zotero Items so you can easily see which papers you've made notes for.
Stars: ✭ 129 (+50%)
Mutual labels:  logseq
logseq-plugin-bullet-threading
Add bullet threading to your active blocks in Logseq.
Stars: ✭ 58 (-32.56%)
Mutual labels:  logseq
harika
Offline-, mobile-first graph note-taking app focused on performance with the knowledgebase of any scale
Stars: ✭ 111 (+29.07%)
Mutual labels:  logseq
logseq-anki-sync
An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.
Stars: ✭ 219 (+154.65%)
Mutual labels:  logseq
publish
No description or website provided.
Stars: ✭ 118 (+37.21%)
Mutual labels:  logseq
logseq-plugin-heatmap
Activity heatmap for logseq
Stars: ✭ 138 (+60.47%)
Mutual labels:  logseq
logseq-plugin-tabs
A Logseq plugin which lets you open pages in tabs like working in the browser
Stars: ✭ 99 (+15.12%)
Mutual labels:  logseq
logseq-plugin-random-walk
logseq 随机漫步插件
Stars: ✭ 16 (-81.4%)
Mutual labels:  logseq
logseq-plugin-tags
A logseq plugin that lets you find #tags
Stars: ✭ 72 (-16.28%)
Mutual labels:  logseq

Paper Theme

The Logseq Paper theme is a minimal theme, where the page and journal container is elevated from the user interface. Therefore putting it front and center for a distractionless writing experience.

If you like this template, consider buying me a coffee :)

The theme is build on top of the great Logseq Dev Theme by Peng Xiao and inspired by the work of Fabrizio Rinaldi with his Better Roam Research theme.

Screenshot

Usage

The easiest way to adopt this theme is to use jsDelivr CDN by adding the following lines to your custom.css.

/* This must be the first line of the custom.css with other import rules */
@import url("https://wirtzdan.github.io/logseq-paper-theme/custom.css");

/* Add these variables to your custom.css if you want to hide these page elements in the UI. Remove them to make them visible again. */
:root {
  --display-recent-pages: none;
  --display-search-button: none;
  --display-arrow-navigation: none;
  --display-help-button: none;
}

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

Alternatively, you can download this repo and load it as a Logseq Theme Plugin.

🚧 Something doesn't work?:If you find a bug, please open an issue by clicking here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].