mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #528] [CLOSED] [WIP] added datetime hotkey for editor #788
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/528
Author: @ZeroX-DG
Created: 7/8/2020
Status: ❌ Closed
Base:
master← Head:shortcut-date📝 Commits (10+)
0e228bcAdded Keybinding tab skelefe41a2dCreated Keybinding grid and added en-US855c749kinda getting there: simple testing for hooks61e1726playing with state management1783d46Completed recording and preference saving3400038Added keycoder for key name management8a768c1Added error checking46cf0delinting and cleaning2d4e2a0made it so options are gernerated from pref file47d14d8added 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.