GTD2020-05-31 icon indicating copy to clipboard operation
GTD2020-05-31 copied to clipboard

漫游研究的最小主题之一,系统级暗模式支持。linuz90/better-roam-research

Open kunpeng9 opened this issue 3 years ago • 0 comments

This is one of the most popular minimal themes for Roam Research, with system-level Dark Mode support.

这是最流行的漫游研究的最小主题之一,系统级暗模式支持。

👀 How does it look? See the preview below.

它看起来怎么样? 请看下面的预览。

💬 Got feedback? Say hi on Twitter.

得到反馈了吗? 在 Twitter 上打招呼吧。

🔥 Want to contribute? Edit the theme.

想要贡献吗? 编辑主题。

If you’re a screenwriter, try my new Roam Screenwriter theme.

如果你是一个剧作家,试试我的新漫游剧作家主题。

  1. Inside Roam Research, create a page named exactly roam/css

    在 Roam Research 中,创建一个名为 Roam/css 的页面

  2. Create a [[Better Roam Research]] bullet point.

    创建一个[[更好地漫游研究]]要点。

  3. Create a child code block inside it (you can write three backticks to create it: ```) and change it to css

    在其中创建一个子代码块 (您可以编写三个回勾来创建它: “’) ,并将其更改为 css

  4. Paste this in the code block @import url("https://linuz90.github.io/better-roam-research/main.css");

    粘贴到代码块 @import url (“ https://linuz90.github.io/better-roam-research/main.css”) ;

It will look like this:

它看起来是这样的:

The theme will change when I push updates in this repo ⚡️

当我在这个 repo something 中推送更新时,主题将会改变

Light:

灯光:

When Dark Mode is enabled on your computer:

当您的计算机启用黑暗模式时:

This theme improves many areas of Roam, like the Kanban:

这个主题改进了漫游的很多方面,比如看板:

Here it is without the theme, for reference:

这里没有主题,供参考:

To create this theme I'm using the SCSS syntax. This file is compiled into a regular CSS file used for the theme.

为了创建这个主题,我使用 SCSS 语法。这个文件被编译成用于主题的常规 CSS 文件。

To edit the theme, install Sass here.

要编辑主题,请在这里安装 Sass。

Then compile the SASS running this command in the project folder:

然后在项目文件夹中编译运行以下命令的 SASS:

sass main.scss:main.css --no-source-map --watch

Css -- no-source-map -- watch https://github.com/linuz90/better-roam-research#how-to-use

kunpeng9 avatar Nov 12 '20 04:11 kunpeng9