chore(deps): update dependency zennotes/zennotes to v2.6.0#460
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.5.0→2.6.0Release Notes
ZenNotes/zennotes (ZenNotes/zennotes)
v2.6.0: ZenNotes v2.6.0Compare Source
ZenNotes 2.6.0 makes your preferences portable: every setting now lives in a plain-text
config.tomlyou can read, hand-edit, and sync across machines with git, stow, or chezmoi — and you can reorder your tasks by hand, in the note or on the Tasks page.✨ Highlights
A plain-text config file you can sync across machines (#203)
Your theme, fonts, editor and Vim options, search backend, keymaps, and more now mirror to a single human-readable file. Set ZenNotes up once, commit the file to your dotfiles, and every machine matches.
~/.config/zennotes/config.tomlon macOS and Linux,%APPDATA%\zennotes\config.tomlon Windows — honoring$XDG_CONFIG_HOME, or point anywhere with$ZENNOTES_CONFIG_DIR. Settings → About has Reveal and Copy path buttons.theme_mode = "dark" # light | dark | auto. All 88 keymap actions are listed too, each with its default binding, commented out: uncomment a line and edit it to remap. You can discover and change anything without opening the app.git pulla synced dotfile — and the change applies immediately, no restart. Change a setting in the app and the file updates to match.Desktop app, all platforms. (Requested by @robwilkerson.)
Reorder your tasks by hand
A note's markdown is now the single source of truth for task order, and you can rearrange tasks from wherever you're working:
J(join) andK(lookup) are untouched.config.toml).Reopen vaults faster (#244)
"Open Local Vault in New Window…" now lists your known vaults (most-recent first) right in the command palette instead of jumping straight to the file picker — reopening one is a single keystroke. A "Browse for a folder…" entry is still there for opening a new location. (Requested by @ggallovalle.)
Remappable table navigation (#213)
WYSIWYG table cell navigation (the
h/j/k/lkeys) now honors the configurable nav keymaps, so non-QWERTY layouts (Colemak, Dvorak…) can remap them in Settings → Keymaps orconfig.toml. Arrow keys work in tables too. (Requested by @MatthewHunt84.)🐛 Fixes
Mod+W, which isCtrl+Won Linux/Windows — the Vim pane prefix, not close-tab. In Vim mode the palette now shows:q(how Vim actually closes the tab), matching how Save shows:w. (Reported by @ggallovalle.)zen --versionmatches the app (#243) — the CLI reported a stale hardcodedv0.1.0. It now reads the real version from the app, sozen --versionandzen --helpalways match the About page. (Reported by @ggallovalle.)h/j/k/lworked). Arrow keys now navigate cells consistently (Up/Down between rows, Left/Right within a cell), and Arrow Up/Down also step into a table from the surrounding text likej/k. Plus a new Settings → Editor → "Render tables in live preview" toggle: turn it off to keep tables as plain Markdown text and edit them entirely with the keyboard / Vim motions (no widget, no mouse for alignment or columns). It's a portableconfig.tomlsetting; default stays on. (Reported by @DaveDavenport.)@waitingtasks that have a due date (#236) — a task marked both@waitinganddue:was hidden from the calendar, even though it appeared correctly in every other view. The calendar now hides only done tasks, so a waiting task with a due date shows on its day (waiting tasks with no due date remain under "tasks without a due date"). Fixes both the desktop and web calendars. (Reported by @npodoscope.)Thanks to everyone filing issues — closes #203, #213, #231, #232, #236, #242, #243, #244.
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.