Bump actions/checkout from 5 to 6#5
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
oratis
added a commit
that referenced
this pull request
May 12, 2026
Pure helpers for resolving ![[file]] / ![[file#heading]] / ![[file^block]]
embeds against a target document:
- splitEmbedTarget("Foo#Section") → { file, heading, blockId } — splits
the wikilink target string on the first # or ^ anchor
- findSectionByHeading(content, heading) — exact-match heading lookup,
returns the section through the next same-or-shallower heading,
fence-aware so #'s inside ```code``` don't trip detection
- findBlock(content, blockId) — locates a `^blockId` paragraph marker
at end-of-line, returns the paragraph up to but not including the
marker; walks back across blank/heading boundaries
- sliceEmbed(target, heading, blockId) — entry point used by the
upcoming embed renderer; null on no-match (so callers can show a
"missing embed" indicator)
Next batch wires these into a MilkdownEmbed node that lazy-renders the
sliced text inline.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
oratis
added a commit
that referenced
this pull request
May 12, 2026
Persisted set of pinned-anywhere file paths, independent of vault (survives vault switching). New BookmarksPane stacks at the bottom of the right aside under TagsPane — empty pane is hidden, otherwise shows star + filename rows with a × to unstar. Palette command "Toggle Bookmark for Active File" provides the entry point; future batches can add a star button in the tab bar. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
df86022 to
706da37
Compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
706da37 to
0b16492
Compare
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.
Bumps actions/checkout from 5 to 6.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)