Allow user to focus the notes area by default as an option
See original GitHub issueRelated to #57: consider adding an option to focus the notes <textarea>
. This should make taking notes slightly easier if it’s something you do often in the browser. The HTMLElement.focus()
method should assist with that.
Also, add Esc
keybind to escape <textarea>
focus and re-focus the address bar. You can use the .blur()
method on document.activeElement
to achieve that.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Set up a Focus on iPhone - Apple Support
Tap an app, then select the information from that app you want to use during the Focus: Calendar: Choose which calendars you want...
Read more >focus - CSS: Cascading Style Sheets - MDN Web Docs - Mozilla
Use :focus-within if you want to select an element that contains a focused element.
Read more >Focus plan for Viva Insights | Microsoft Learn
The focus plan in Microsoft Viva Insights helps you block regular time for your top-priority work by scheduling up to four hours every...
Read more >Using focus mode - Zoom Support
(Optional) Select the check box next to Allow host to enable focus mode when scheduling, then click Save. This option allows users to...
Read more >PDF form field properties, Adobe Acrobat
This option is applicable only if Allow User To Enter Custom Text is ... Note: If you entered a default value, that value...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am reopening this as I found great use for it!
At any point quickly open My Notes (
Cmd + Shift + M
), do the thing, Close (Cmd + W
). Repeat.(This will be in My Notes 3.1)
Related issue: https://github.com/penge/my-notes/issues/87