Add autofocus and switch feature - #77
Open
marijnbent wants to merge 2 commits into
Open
Conversation
Author
|
If you don't mind, I added another option in the same pr. Again the option is false by default, and switches to an existing editor instead of opening new tabs. See #65 |
Author
|
@Quorafind Can you take a look? |
chadrach
pushed a commit
to chadrach/Obsidian-Daily-Notes-Editor-fork
that referenced
this pull request
Jul 9, 2026
- Format note headers as "dddd, MMMM Do YYYY" instead of raw filename - Add conditional backlinks (only show when file has actual backlinks) - Add spacing before backlinks section (margin-top: 2em) - Fix mobile text fade effect on embedded editors (PR Quorafind#83) - Integrate hide future dates setting (PR Quorafind#54) - Integrate auto-focus today's note + switch to existing editor (PR Quorafind#77) - Fix iOS scrolling by never unloading rendered editors - Add scroll event listener fallback for iOS infinite scroll reliability - Add settings: hideUnreachedDates, autoFocus, switchToExisting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added an option to auto focus todays note. Default is false, so nothing will change for current users. It allows you to start typing immediately when you open the daily notes editor.