mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 19:18:06 +01:00
This commit is contained in:
parent
35081c1e9b
commit
e2a18447bd
11 changed files with 88 additions and 24 deletions
|
|
@ -39,7 +39,7 @@ export const hintSlash = (key: string, protyle: IProtyle) => {
|
|||
}, {
|
||||
filter: ["属性试图", "shuxingshitu", "sxst", "attribute view"],
|
||||
value: '<div data-type="NodeAttributeView" data-av-type="table"></div>',
|
||||
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"></svg><span class="b3-list-item__text">TODO</span></div>`,
|
||||
html: `<div class="b3-list-item__first"><svg class="b3-list-item__graphic"><use xlink:href="#iconDatabase"></use></svg><span class="b3-list-item__text">TODO</span></div>`,
|
||||
}, {
|
||||
filter: ["文档", "子文档", "wendang", "wd", "ziwendang", "zwd", "xjwd"],
|
||||
value: Constants.ZWSP + 4,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ import {Background} from "./header/Background";
|
|||
import {disabledProtyle, enableProtyle, onGet} from "./util/onGet";
|
||||
import {reloadProtyle} from "./util/reload";
|
||||
import {renderBacklink} from "./wysiwyg/renderBacklink";
|
||||
import {showKeyboardToolbar} from "../mobile/util/showKeyboardToolbar";
|
||||
|
||||
export class Protyle {
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ import {pushBack} from "../../util/backForward";
|
|||
import {openAsset, openBy, openFileById} from "../../editor/util";
|
||||
import {openGlobalSearch} from "../../search/util";
|
||||
/// #else
|
||||
import {renderKeyboardToolbar} from "../../mobile/util/showKeyboardToolbar";
|
||||
import {renderKeyboardToolbar} from "../../mobile/util/keyboardToolbar";
|
||||
/// #endif
|
||||
import {BlockPanel} from "../../block/Panel";
|
||||
import {isCtrl, openByMobile} from "../util/compatibility";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue