apcshields / autocomplete-bibtex

Adds Pandoc-style BibTeX citation key autocompletion to autocomplete+ for Atom.
MIT License
44 stars 17 forks source link

Not working in Markdown block quotes #101

Open oncomouse opened 6 years ago

oncomouse commented 6 years ago

I recently installed autocomplete-bibtex and noticed a problem with triggering autocomplete: specifically, typing the start of a key (@author…) does not trigger when editing a block quote in Markdown (line starts with >). I have checked and autocomplete does trigger properly when editing a paragraph, an unordered list or an ordered list, but not in a block quote.

Given that attaching citations to block quotations is a big part of writing with citations, I'd appreciate any advice on getting this fixed.

Thanks

Atom: 1.27.1 autocomplete-bibtex: 2.40.6

kylebarron commented 5 years ago

You should probably check what the value of "Scope" in the settings is. It works for me in a block quote where .text.md is in "Scope"