mangecoeur / AcademicMarkdown

Extensions to MarkdownEditing for writing academic papers
68 stars 14 forks source link

Feature Request: Citation Completion #3

Closed mclearc closed 10 years ago

mclearc commented 10 years ago

One feature that would be a killer addition, but which I have no idea how to implement (or how hard this would be) is citation completion. I had this in MacVim with a great plugin for pandoc. Nearly all of that has been replicated in Sublime Text. But this one feature is still missing. Do you think something like this could be implemented in the future? Thanks!

mangecoeur commented 10 years ago

I actually have another work in progress sublime text add on that provides citation search (not completion yet) I can put it online also. I couldn't decide whether to include it in academic markdown or to make it a seperate package (on the basis that you might want to include citations in non markdown documents)

mclearc commented 10 years ago

That's great that you're already working on something. I'm happy to use it and report bugs. Sorry I can't be of more help!

mangecoeur commented 10 years ago

OK, so Citations support with completions is my new sublime text package:

https://github.com/mangecoeur/Citer

You can install it using the instructions on the academic markdown page - download, extract to packages folder, make its called "Citer" and configure a location for your bibtex file - i use one generated by Mendely.

If you can test this and it works I will request it to be added to Package Control