autocomplete-bibtex icon indicating copy to clipboard operation
autocomplete-bibtex copied to clipboard

Name change?

Open tpoisot opened this issue 10 years ago • 4 comments

Since #43 adds support for citeproc, wouldn't it make sense to change the name to autocomplete-references or autocomplete-bib ?

tpoisot avatar Oct 25 '15 23:10 tpoisot

Sure. Any idea of a smooth way to do that in the Atom package manager?

— Sent from Mailbox

On Sun, Oct 25, 2015 at 7:22 PM, Timothée Poisot [email protected] wrote:

Since #43 adds support for citeproc, wouldn't it make sense to change the name to autocomplete-references or autocomplete-bib ?

Reply to this email directly or view it on GitHub: https://github.com/apcshields/autocomplete-bibtex/issues/46

apcshields avatar Oct 27 '15 00:10 apcshields

Yes, it's remarkably easy (apm republish, or something to that effect). First we should (1) decide on a name and (2) merge #43 (maybe #42 too) and resolve the merge conflict.

tpoisot avatar Oct 27 '15 14:10 tpoisot

Great!

I'm working on it....

— Sent from Mailbox

On Tue, Oct 27, 2015 at 10:23 AM, Timothée Poisot [email protected] wrote:

Yes, it's remarkably easy (apm republish, or something to that effect). First we should (1) decide on a name and (2) merge #43 (maybe #42 too) and resolve the merge conflict.

Reply to this email directly or view it on GitHub: https://github.com/apcshields/autocomplete-bibtex/issues/46#issuecomment-151513245

apcshields avatar Oct 27 '15 14:10 apcshields

I solved the merge conflict, and the code for citeproc JSON + YAML is now in master. The command to rename is:

apm publish --rename new-package-name

I think autocomplete-bibliography is fine (more specific than autocomplete-references)

tpoisot avatar Oct 28 '15 15:10 tpoisot