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

* [ ] bulleted items do not conceal links in taskwiki #452

Open
williamjameshandley opened this issue Aug 23, 2024 · 1 comment · May be fixed by #453
Open

* [ ] bulleted items do not conceal links in taskwiki #452

williamjameshandley opened this issue Aug 23, 2024 · 1 comment · May be fixed by #453

Comments

@williamjameshandley
Copy link

Behaviour:

- [ ] here is some [[link|text]]
+ [ ] here is some [[link|text]]
* [ ] here is some [[link|text]]
- [ ] here is some [text](link)
+ [ ] here is some [text](link)
* [ ] here is some [text](link)

Has the first five options concealed, but not the last, so it renders as

- [ ] here is some text
+ [ ] here is some text
* [ ] here is some text
- [ ] here is some text
+ [ ] here is some text
* [ ] here is some [text](link)

This seems to be an interaction between taskwiki, bulleted check lists * [ ] and markdown-style links. Uninstalling taskwiki renders the final conceal correctly.

Any help in further debugging this myself much appreciated!

@williamjameshandley
Copy link
Author

As usual, spelling out the problem (in particular isolating this to a taskwiki rather than vimwiki problem) has helped me to find the cause.

after/syntax/vimwiki.vim needs to have VimwikiWeblink1 added to the list. I'll make a PR where any further missing elements can be examined there.

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 a pull request may close this issue.

1 participant