Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block link breaks "Task Link" functionality #792

Closed
NomarCub opened this issue Jan 17, 2022 · 2 comments
Closed

Block link breaks "Task Link" functionality #792

NomarCub opened this issue Jan 17, 2022 · 2 comments
Assignees
Labels
bug Something isn't working.
Milestone

Comments

@NomarCub
Copy link

What happened?

Task lines ending with block links break the Task Link functionality. The chain link 🔗 icon does not have a link, and the text before it is garbled.

image

Here's the text in the file bug.md

## text

- [ ]  [[bug]]
- [ ]  [[bug#text]]
- [ ]  [[bug#^link]] block link
- [ ]  [[bug#^link]]

block
^link

DQL

task
from "bug"

JS

No response

Dataview Version

0.4.22

Obsidian Version

0.12.19

OS

Windows

@NomarCub NomarCub added the bug Something isn't working. label Jan 17, 2022
@blacksmithgu
Copy link
Owner

Huh, that doesn't make much sense. Hopefully a simple fix though.

@blacksmithgu blacksmithgu added the priority-high A fix is incoming for this in an upcoming patch version. label Jan 19, 2022
@blacksmithgu
Copy link
Owner

Due to a wierd parsing error with block IDs; fixed in 0.4.23.

@blacksmithgu blacksmithgu removed the priority-high A fix is incoming for this in an upcoming patch version. label Jan 21, 2022
@blacksmithgu blacksmithgu added this to the 0.4.23 milestone Jan 21, 2022
blacksmithgu pushed a commit that referenced this issue Jan 21, 2022
- Fix #798: Fix duration -> string implementation to use `minimalDuration`.
- Fix #743: Improve paragraph/span spacing in live preview.
- Fix #775: Add empty result warnings to task view.
- Fix #733: Add `?no-dataview` to disable dataview renders.
- Fix #792: Fix block link detection in tasks.
- Fix #799: Fix 'Task' -> 'Calendar' documentation typo.
- Fix #789: Fix date(tomorrow) typo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants