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

Auto completion #81

Open
sebacea opened this issue Oct 27, 2020 · 3 comments
Open

Auto completion #81

sebacea opened this issue Oct 27, 2020 · 3 comments

Comments

@sebacea
Copy link

sebacea commented Oct 27, 2020

Hi, is there an autocompletion method while writing a citation?

Thanks!

@mwmclean
Copy link
Collaborator

No. Can you provide more information about what you are trying to do (preferably a minimal, reproducible example) and what you would like to have happen?

@sebacea
Copy link
Author

sebacea commented Oct 28, 2020

Thanks for the answer, in a simple Rmd template, e.g., html_document after a chunk like:

options(htmltools.dir.version = FALSE)
library(RefManageR)
BibOptions(check.entries = FALSE,
           bib.style = "authoryear",
           cite.style = "authoryear",
           style = "markdown",
           hyperlink = TRUE,
           dashed = FALSE
           )
mybib <- ReadCrossRef(query="10.1007/BF00158774")

I would expect that while writing `r Cite(mybib, "Ba

There is an autocompletion suggestion "ttese_1992" in order to avoid searching manually in mybib the right bibliographic key.

Maybe there is another smarter workaround that I do not know.

@drfurtado
Copy link

This would be nice.

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

3 participants