mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
chore(editor): relocate bookmark icon in floating toolbar
This commit is contained in:
parent
307af229ae
commit
380cb62d2b
@ -222,7 +222,6 @@ export function buildFloatingToolbar() {
|
|||||||
"|",
|
"|",
|
||||||
"code",
|
"code",
|
||||||
"link",
|
"link",
|
||||||
"bookmark",
|
|
||||||
"removeFormat",
|
"removeFormat",
|
||||||
"internallink",
|
"internallink",
|
||||||
"cuttonote"
|
"cuttonote"
|
||||||
@ -244,7 +243,7 @@ export function buildFloatingToolbar() {
|
|||||||
{
|
{
|
||||||
label: "Insert",
|
label: "Insert",
|
||||||
icon: "plus",
|
icon: "plus",
|
||||||
items: ["internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
|
items: ["bookmark", "internallink", "includeNote", "|", "math", "mermaid", "horizontalLine", "pageBreak"]
|
||||||
},
|
},
|
||||||
"|",
|
"|",
|
||||||
"outdent",
|
"outdent",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user