mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
95c5c1d8ae
commit
c8b05a6b96
5 changed files with 71 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ import {addGA, initAssets, setInlineStyle, setMode} from "./assets";
|
|||
import {renderSnippet} from "../config/util/snippets";
|
||||
import {openFileById} from "../editor/util";
|
||||
import {focusByRange} from "../protyle/util/selection";
|
||||
import {exitSiYuan, processSync} from "../dialog/processSystem";
|
||||
import {exitSiYuan, processSync, progressLoading} from "../dialog/processSystem";
|
||||
import {openSetting} from "../config";
|
||||
import {getSearch} from "./functions";
|
||||
import {initStatus} from "../layout/status";
|
||||
|
|
@ -28,7 +28,7 @@ import {editor} from "../config/editor";
|
|||
import {goBack, goForward} from "./backForward";
|
||||
import {replaceLocalPath} from "../editor/rename";
|
||||
import {workspaceMenu} from "../menus/workspace";
|
||||
import { getWorkspaceName } from "./noRelyPCFunction";
|
||||
import {getWorkspaceName} from "./noRelyPCFunction";
|
||||
|
||||
const matchKeymap = (keymap: Record<string, IKeymapItem>, key1: "general" | "editor", key2?: "general" | "insert" | "heading" | "list" | "table") => {
|
||||
if (key1 === "general") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue