JabRef-Word-Addin icon indicating copy to clipboard operation
JabRef-Word-Addin copied to clipboard

Results 44 JabRef-Word-Addin issues
Sort by recently updated
recently updated
newest added

Use the search API in jabref online to support search with paginated results

p4: important
status: for future
type: feature

Currently, editing the citation text is disabled(to sync citation text). Add a flag in the citation identifier to check whether citation text has been edited or not and store original...

type: enhancement
p2: nice to have

Perhaps we should add `"no-console": "off",` to the eslint rules. I am interested in opinions, particularly if there is a better approach for debugging here. Based on that "[Runtime logging...

p1: chore
type: developer experience

Right now errors are caught in the word-api and void is returned; but the void case is almost always not handled by the caller. Catching the exception makes sense only...

type: enhancement
p3: minor
type: developer experience

Idea: In the edit citation dialog, show a preview of the citation with pages and suffix added, so that the user better understands how it will look like. Second idea:...

type: enhancement
p2: nice to have

We need to store the citation styles somewhere, the main options are 1. Store them inside of the word addin (probably not a good idea) 2. Upload them at the...

type: enhancement
p4: important

During the last massive upgrade (to get a connection to JabRef Desktop running), the plugin does not select the current referencere any more. ![image](https://user-images.githubusercontent.com/1366654/230745762-fdadaf29-feb2-4ceb-9ccb-0cbf4587f614.png)

type: bug
p4: important

This PR modernizes the code: - Remove unused react components - Add button to synchronize - Add howto to add SSL certificate - Remove GraphQL code Proposal: One thing at...

I am basically trying to change the types a bit in preparation for #126, Remaining: 1. `cite.worker.ts`, 2. Double check everything