- add
buttontype component for preference.
- add
deleteSlotItemforPLAPI.uiSlotService.
- add
supContextMenuRenameClickedforPLMainAPI.contextMenuService. selectedQuerySentenceIdtoselectedQuerySentenceIdsinUIStatesServicequerySentenceSidebartoquerySentencesSidebarinUIStatesService- add
setSupDisplayNameforPLAPI.paperService.
PLMainAPI.wndowProcessManagementService.createhas a new argumentadditionalHeaders.PLMainAPI.windowProcessManagementService.createhas some new methods:setParentWindowgetBoundssetBoundshasParentWindowsetAlwaysOnTopcenter
- all functions in
referenceServicenow receive aPaperEntity[]rather than a citation.js object. - add
PLMainAPI.windowProcessManagementService.isFocused(...)to check if a window is focused.
- add
dataContextMenuExportBibItemClickedforPLMainAPI.contextMenuService. - add new slot
overlayNotificationsforPLAPI.UISlotService. - add
overlayNoticationShownforPLAPI.UIStateService. - remove
PLMainAPI.menuService.enableAll()andPLMainAPI.menuService.disableAll(). - add
PLMainAPI.menuService.disableGlobalShortcuts(). - add
PLAPI.referenceService.exportBibItem().
- update
PLAPI.fileService.move: add two optionsmoveMainandmoveSups. - update
PLAPI.fileService.moveFile: remove two optionsfourceDeleteandforceNotLink. - new Event
dataContextMenuRemoveFromClickedforPLMainAPI.contextMenuService. - update
PLAPI.paperService.update: addisUpdateoption. - add
PLAPI.paperService.updateMainURL - add
PLAPI.paperService.updateSupURLs
- add
updateCacheoption for `PLAPI.paperService.update
PLAPI.networkToolhas been removed.- a new preference
mainviewShortAuthor. - add
exportBibTexBodyInFolderforPLAPI.ReferenceService. - add
exportPlainTextInFolderforPLAPI.ReferenceService.
PLAPI.networkToolis deprecated. UsePLExtAPI.networkToolinstead.PLExtAPI.networkTool:.get,.post,.postFormhas a new argumentparseto force returen a parsed JSON object. Otherwise, the type of the response body is determined by theContent-Typeheader.