Skip to content

fix: enable internal link navigation in timeline blocks#774

Open
mattsmallman wants to merge 1 commit intoivan-lednev:mainfrom
mattsmallman:fix/timeline-internal-links
Open

fix: enable internal link navigation in timeline blocks#774
mattsmallman wants to merge 1 commit intoivan-lednev:mainfrom
mattsmallman:fix/timeline-internal-links

Conversation

@mattsmallman
Copy link
Copy Markdown

Fixes #415

Internal links in timeline blocks now properly navigate to their target notes when clicked.

This fix addresses three interconnected issues:

  • Pass actual file path to markdown renderer for correct link resolution
  • Add manual click handler using Obsidian's workspace.openLinkText() API
  • Skip selection/checkbox handlers for link click events

Resolves TODO comment about inconsistent link behavior in create-render-markdown.ts

Fixes ivan-lednev#415

Internal links in timeline blocks now properly navigate to their target notes when clicked.

This fix addresses three interconnected issues:
- Pass actual file path to markdown renderer for correct link resolution
- Add manual click handler using Obsidian's workspace.openLinkText() API
- Skip selection/checkbox handlers for link click events

Resolves TODO comment about inconsistent link behavior in create-render-markdown.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Ability to click links to open notes in task text

1 participant