Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
618db89f
Unverified
Commit
618db89f
authored
Dec 08, 2025
by
spaghetti-coder
Committed by
GitHub
Dec 08, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): remove unsupported highlight command (#5328)
parent
2a876436
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
commands.ts
web/src/components/MemoEditor/Editor/commands.ts
+0
-5
No files found.
web/src/components/MemoEditor/Editor/commands.ts
View file @
618db89f
...
@@ -25,9 +25,4 @@ export const editorCommands: Command[] = [
...
@@ -25,9 +25,4 @@ export const editorCommands: Command[] = [
run
:
()
=>
"| Header | Header |
\n
| ------ | ------ |
\n
| Cell | Cell |"
,
run
:
()
=>
"| Header | Header |
\n
| ------ | ------ |
\n
| Cell | Cell |"
,
cursorOffset
:
1
,
// Places cursor after first "|" to edit first header
cursorOffset
:
1
,
// Places cursor after first "|" to edit first header
},
},
{
name
:
"highlight"
,
run
:
()
=>
"==text=="
,
cursorOffset
:
2
,
// Places cursor between "==" markers to type highlighted text
},
];
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment