mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 15:55:55 +02:00
v1.1.0 - View mode, daily notes, tag management, math support, and more
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
action: () => void;
|
||||
}
|
||||
|
||||
const modKey = navigator.platform.startsWith('Mac') ? '⌘' : 'Ctrl';
|
||||
|
||||
let query = $state('');
|
||||
let selectedIndex = $state(0);
|
||||
let inputEl = $state<HTMLInputElement>(null!);
|
||||
@@ -17,7 +19,7 @@
|
||||
{
|
||||
id: 'search',
|
||||
label: 'Search Notes',
|
||||
shortcut: 'Ctrl+F',
|
||||
shortcut: `${modKey}+F`,
|
||||
action: () => {
|
||||
$showCommandPalette = false;
|
||||
$showSearch = true;
|
||||
|
||||
Reference in New Issue
Block a user