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

VimwikiBacklink shows no context #1411

Open
4 tasks done
fancsali opened this issue Jun 13, 2024 · 0 comments
Open
4 tasks done

VimwikiBacklink shows no context #1411

fancsali opened this issue Jun 13, 2024 · 0 comments

Comments

@fancsali
Copy link

Prior to submitting a new issue make sure to complete these steps:

  • Include the VimWiki settings from your .vimrc
let g:vimwiki_list = [{'path': '~/vimwiki/', 'syntax': 'markdown', 'ext': '.md', 'auto_diary_index': 1, 'diary_caption_level': 6, 'auto_tags': 1, 'listsyms': ' .X'}]
let g:vimwiki_global_ext = 0
let g:vimwiki_auto_header = 1
let g:vimwiki_emoji_enable = 0
  • Include the syntax you are using (default / Markdown / MediaWiki) -- Markdown
  • Provide a detailed description of the problem including steps to reproduce the issue.
    • Go to any Vimwiki page, that has links to it on other pages
    • Run :VimwikiBacklinks
    • Observe, that the location list contains to text, only the file name and line number

Some context (at least a line, or even a few lines before/after the one containing the link should be shown.

  • Include the output of :VimwikiShowVersion.
Version: 2024.01.24
Os: Linux
Vim: 901
Branch: HEAD
Revision: fde35bb
Date: 2024-01-24 20:14:13 -0700
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

No branches or pull requests

1 participant