forked from siyuan-note/siyuan
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '05495e70643a42e902ccfc4246055e4257f7b12c' into develop
* commit '05495e70643a42e902ccfc4246055e4257f7b12c': (314 commits) 🎨 siyuan-note#9303 🎨 fix siyuan-note#9358 🎨 Block ref anchor text no longer contains contents of inline-level memos siyuan-note#9363 🎨 Block ref anchor text no longer contains contents of inline-level memos siyuan-note#9363 🎨 fix siyuan-note#9362 🎨 Improve bookmark panel rendering siyuan-note#9361 🎨 💄 siyuan-note#9359 🎨 database 🎨 database 🎨 Database column icon siyuan-note#9304 🎨 Database column icon siyuan-note#9304 🎨 database 🎨 database 🎨 Database column icon siyuan-note#9304 🎨 Database template col type 💄 https://ld246.com/article/1696512420662 🐛 focus av 🎨 fix siyuan-note#9351 🎨 Perform indexing in the background when moving a large number of documents Fix siyuan-note#9356 ... # Conflicts: # README.md # kernel/model/conf.go
- Loading branch information
Showing
204 changed files
with
5,868 additions
and
2,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,10 @@ | |
|
||
## Get the source code | ||
|
||
* `git clone --recurse-submodules [email protected]:siyuan-note/siyuan.git` For example saved in `D:/siyuan/` | ||
* switch to dev branch | ||
* `git clone --depth=1 [email protected]:siyuan-note/siyuan.git` | ||
* switch to dev branch `git checkout dev` | ||
|
||
Note: `app/stage/protyle/**` is managed by git lfs, and you don't need to pay attention to it under normal circumstances, related to [#9253](https://github.com/siyuan-note/siyuan/issues/9253). | ||
|
||
## User Interface | ||
|
||
|
@@ -14,10 +16,10 @@ Install pnpm: `npm install -g pnpm` | |
|
||
Set the Electron mirror environment variable and install Electron: | ||
|
||
* macOS/Linux: `ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@25.7.0 -D` | ||
* macOS/Linux: `ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@26.3.0 -D` | ||
* Windows: | ||
* `SET ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/` | ||
* `pnpm install electron@25.7.0 -D` | ||
* `pnpm install electron@26.3.0 -D` | ||
|
||
NPM mirror: | ||
|
||
|
@@ -28,7 +30,7 @@ NPM mirror: | |
|
||
On the desktop, go to the app folder to run: | ||
|
||
* `pnpm install electron@25.7.0 -D` | ||
* `pnpm install electron@26.3.0 -D` | ||
* `pnpm run dev` | ||
* `pnpm run start` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,10 @@ | |
|
||
## 获取源码 | ||
|
||
* `git clone --recurse-submodules [email protected]:siyuan-note/siyuan.git` 例如保存在 `D:/siyuan/` | ||
* 切换到 dev 分支 | ||
* `git clone --depth=1 [email protected]:siyuan-note/siyuan.git` | ||
* 切换到 dev 分支 `git checkout dev` | ||
|
||
备注:`app/stage/protyle/**` 使用 git lfs 管理,正常情况下无需关注,关联 [#9253](https://github.com/siyuan-note/siyuan/issues/9253)。 | ||
|
||
## NPM 依赖 | ||
|
||
|
@@ -16,11 +18,11 @@ | |
|
||
* macOS/Linux: | ||
``` | ||
ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@25.7.0 -D | ||
ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@26.3.0 -D | ||
``` | ||
* Windows: | ||
* `SET ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/` | ||
* `pnpm install electron@25.7.0 -D` | ||
* `pnpm install electron@26.3.0 -D` | ||
|
||
NPM 镜像: | ||
|
||
|
@@ -30,7 +32,7 @@ NPM 镜像: | |
|
||
桌面端进入 app 文件夹运行: | ||
|
||
* `pnpm install electron@25.7.0 -D` | ||
* `pnpm install electron@26.3.0 -D` | ||
* `pnpm run dev` | ||
* `pnpm run start` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.