chore(deps): update dependency zennotes/zennotes to v2.7.0#461
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.6.0→2.7.0Release Notes
ZenNotes/zennotes (ZenNotes/zennotes)
v2.7.0: ZenNotes v2.7.0Compare Source
ZenNotes 2.7.0 — link straight to your CSV databases,
/slash commands in Quick Capture, and editor fixes.✨ Highlights
Link to a database with
[[wikilinks]](#238)Your CSV databases (
.basefolders) are now first-class wikilink targets — type[[and they show up in the picker alongside notes and assets, taggedDATABASE. Pick one to drop a[[My Database]]link, then click it (in the editor, in source mode, or in the preview pane) to jump straight to the grid. Previously only individual record pages were linkable; now you can reference the database itself. (Requested by @AdiCahyaSaputra.)Slash commands in Quick Capture (#182)
Quick Capture now has the same Notion-style
/menu as the main editor — type/and pick a block (headings, lists, Task, quote, code, table, callout, …). Capturing a todo is now a quick/td+ Enter instead of hand-typing- [ ]. Esc closes the menu without saving/hiding, and the capture window is a bit taller so the full menu shows. (Requested by @Bendzae, building on their PR #200.)🐛 Fixes
`[[link]]`or a[[link]]inside a fenced code block was rewritten into a clickable link instead of staying as code. The editor now leaves[[…]]alone when it sits in an inline code span or a code block (the preview pane already did), so code samples that mention wikilink syntax display verbatim. (Reported by @ryanthara.)```[[link]]```— or any fence-like line inside a code block — flipped the outline parser into "inside a code block" mode with nothing to flip it back, so every heading below it silently vanished and the outline showed only the headings above. The parser now tracks fenced code blocks properly (matching CommonMark — exact fence marker, length, and a real closing fence), so all your headings stay in the outline. (Reported by @ryanthara.)Thanks to everyone filing issues — closes #182, #238, #247, #248, #249.
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.