[PR #528] [CLOSED] [WIP] added datetime hotkey for editor #788

Closed
opened 2026-03-03 00:23:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/528
Author: @ZeroX-DG
Created: 7/8/2020
Status: Closed

Base: masterHead: shortcut-date


📝 Commits (10+)

  • 0e228bc Added Keybinding tab skele
  • fe41a2d Created Keybinding grid and added en-US
  • 855c749 kinda getting there: simple testing for hooks
  • 61e1726 playing with state management
  • 1783d46 Completed recording and preference saving
  • 3400038 Added keycoder for key name management
  • 8a768c1 Added error checking
  • 46cf0de linting and cleaning
  • 2d4e2a0 made it so options are gernerated from pref file
  • 47d14d8 added datetime hotkey for editor

📊 Changes

9 files changed (+193 additions, -7 deletions)

View changed files

📝 package-lock.json (+5 -0)
📝 package.json (+1 -0)
src/components/PreferencesModal/KeyBindingTab.tsx (+103 -0)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+9 -5)
📝 src/components/atoms/CodeEditor.tsx (+22 -0)
📝 src/components/atoms/CustomizedCodeEditor.tsx (+10 -1)
📝 src/lib/CodeMirror.ts (+1 -1)
📝 src/lib/preferences.ts (+28 -0)
📝 src/locales/enUS.ts (+14 -0)

📄 Description

Added hotkey support for codemirror editor + support hotkey for insert date & insert datetime

Fixed: https://github.com/BoostIO/BoostNote.next/issues/515


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/528 **Author:** [@ZeroX-DG](https://github.com/ZeroX-DG) **Created:** 7/8/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `shortcut-date` --- ### 📝 Commits (10+) - [`0e228bc`](https://github.com/BoostIO/BoostNote-App/commit/0e228bc2d83bbd91739f24434e0cdf97ee4c43ee) Added Keybinding tab skele - [`fe41a2d`](https://github.com/BoostIO/BoostNote-App/commit/fe41a2dfdc507e829e3619877086ffd353a36615) Created Keybinding grid and added en-US - [`855c749`](https://github.com/BoostIO/BoostNote-App/commit/855c74900e5a27f8a5d28567f0cfab46b587a55a) kinda getting there: simple testing for hooks - [`61e1726`](https://github.com/BoostIO/BoostNote-App/commit/61e1726727a8d91ac17dce9effec084bb3351c9d) playing with state management - [`1783d46`](https://github.com/BoostIO/BoostNote-App/commit/1783d46d932750f1db14067d5f52c0d852f9be6a) Completed recording and preference saving - [`3400038`](https://github.com/BoostIO/BoostNote-App/commit/3400038d99bc6bca322caa706b234bde78acec9e) Added keycoder for key name management - [`8a768c1`](https://github.com/BoostIO/BoostNote-App/commit/8a768c1b5fcfe7a63d640a40dae8d1210a74e82c) Added error checking - [`46cf0de`](https://github.com/BoostIO/BoostNote-App/commit/46cf0de86710ac1d7d3f58aac2da9575ccb070e9) linting and cleaning - [`2d4e2a0`](https://github.com/BoostIO/BoostNote-App/commit/2d4e2a0353de325dd01d668201c3cdc220e53c51) made it so options are gernerated from pref file - [`47d14d8`](https://github.com/BoostIO/BoostNote-App/commit/47d14d8acd9a27558982ab070ec2433daf701fda) added datetime hotkey for editor ### 📊 Changes **9 files changed** (+193 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -0) 📝 `package.json` (+1 -0) ➕ `src/components/PreferencesModal/KeyBindingTab.tsx` (+103 -0) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+9 -5) 📝 `src/components/atoms/CodeEditor.tsx` (+22 -0) 📝 `src/components/atoms/CustomizedCodeEditor.tsx` (+10 -1) 📝 `src/lib/CodeMirror.ts` (+1 -1) 📝 `src/lib/preferences.ts` (+28 -0) 📝 `src/locales/enUS.ts` (+14 -0) </details> ### 📄 Description Added hotkey support for codemirror editor + support hotkey for insert date & insert datetime Fixed: https://github.com/BoostIO/BoostNote.next/issues/515 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#788
No description provided.