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
f827296d
Commit
f827296d
authored
Feb 08, 2026
by
Johnny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix broken links
parent
d9dc5be2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
README.md
README.md
+1
-1
CreateShortcutDialog.tsx
web/src/components/CreateShortcutDialog.tsx
+15
-0
No files found.
README.md
View file @
f827296d
...
...
@@ -100,7 +100,7 @@ Don't want to install yet? Try our [live demo](https://demo.usememos.com/) first
-
**Kubernetes**
- Helm charts and manifests available
-
**Build from Source**
- For development and customization
See our
[
installation guide
](
https://usememos.com/docs/
installation
)
for detailed instructions.
See our
[
installation guide
](
https://usememos.com/docs/
deploy
)
for detailed instructions.
## Contributing
...
...
web/src/components/CreateShortcutDialog.tsx
View file @
f827296d
...
...
@@ -126,6 +126,21 @@ function CreateShortcutDialog({ open, onOpenChange, shortcut: initialShortcut, o
onChange=
{
onShortcutFilterChange
}
/>
</
div
>
<
div
className=
"text-sm text-muted-foreground"
>
<
p
className=
"mb-2"
>
{
t
(
"common.learn-more"
)
}
:
</
p
>
<
ul
className=
"list-disc list-inside space-y-1"
>
<
li
>
<
a
className=
"text-primary hover:underline"
href=
"https://www.usememos.com/docs/usage/shortcuts"
target=
"_blank"
rel=
"noopener noreferrer"
>
Docs - Shortcuts
</
a
>
</
li
>
</
ul
>
</
div
>
</
div
>
<
DialogFooter
>
<
Button
variant=
"ghost"
disabled=
{
requestState
.
isLoading
}
onClick=
{
()
=>
onOpenChange
(
false
)
}
>
...
...
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