chore(deps): update dependency zennotes/zennotes to v2.36.0 - #573
Merged
Conversation
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.
This PR contains the following updates:
2.35.0→2.36.0Release Notes
ZenNotes/zennotes (ZenNotes/zennotes)
v2.36.0: ZenNotes v2.36.0Compare Source
ZenNotes 2.36.0: tables, search, and editor navigation stay under control
🐛 Fixes
/tableleaves the cursor after the new table. (#663, reported by @junereycasuga) Inserting a table from the slash menu could put focus in the first header cell, even though the editor showed a continuation line below the widget. The generated Markdown now includes a paragraph-safe continuation outside the table, and the cursor lands there ready for the next sentence. How to test locally: type/table, choose Table, then type; the text appears below the table instead of inside its first header.Bold and italic shortcuts work inside table cells. (#664, reported by @junereycasuga) The WYSIWYG cell editor previously consumed
Cmd/Ctrl+BandCmd/Ctrl+Iwithout applying Markdown formatting. Both shortcuts now toggle**bold**and*italic*, preserve the selected text, and save through the normal table edit path. How to test locally: select text in a table cell, pressCmd/Ctrl+B, thenCmd/Ctrl+I; the cell updates and both styles remain after leaving it.Vim visual mode can select across table cells and rows. (#665, reported by @junereycasuga) Table visual mode tracked only an offset inside the focused cell, so
h,j,k,l, word motions, row selection, and operators could lose or collapse the selection at cell boundaries. Visual state now includes table coordinates, draws every selected segment, supportsVfor complete rows, and applies delete, change, and yank across cells. How to test locally: enable Vim mode, focus a table cell, pressv, move across cells and rows, then tryd,c, ory; the visible range and operation follow the full selection. PressVto select whole rows.Vim block selection and cursor feedback stay in sync. (discussion #597, reported by @NunonuN)
Ctrl+Vnow paints every row in its visual block without opening the generic selection toolbar. The Outline follows the editor cursor, and the status bar reportsLnandCol. ExistingHandLviewport-edge motion was revalidated. How to test locally: enable Vim mode, pressCtrl+V, select several rows, then move through headings and watch the block, Outline, and status bar update.Note search favors real word matches over incidental subsequences. (#666, reported by @mptpro) A query such as
chowncould fuzzy-match scattered letters across long excerpts and fill the picker with unrelated notes. Queries of four or more characters now return exact substring matches first when any exist, while abbreviations and misspellings still use fuzzy search when there is no exact match. How to test locally: create one note containingchownand several unrelated notes with long excerpts, open note search withCmd/Ctrl+P, and enterchown; only the real match appears.🧰 For contributors
searchNoteIndexstarts its exact-first pass at four characters. If that pass finds nothing, the existing fuzzy scorer runs unchanged, preserving short-query and typo behavior.Local-first and keyboard-first, as always.
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.