-
FWIW, the mapping to special Endnote entries is probably better done in AppleScript in Endnote directly, as the mapping requested is highly customized and requires types not defined by default in Endnote.
2009-08-30 06:27:34 UTC in BibDesk
-
Yes, the field named "type" (which is used by inbook, incollection, mastersthesis, phdthesis, and tech report) should be mapped to in Endnote.
The additional suggested modifications to booklet, inproceedings, and proceedings are correct as well (my tests suggest that the organization field isn't exported, either, for inproceedings). techreport is correct, except that isbn is not a...
2009-08-30 06:18:50 UTC in BibDesk
-
1)The sample applescript bundled with BibDesk fails at multiple points.
2)The following applescript works with the release, but not the nightly:
set theBibTeXString to "@book{foo,author={bar}}"
tell document 1 of application "BibDesk"
set myPub to make new publication at the end of publications
tell myPub
set BibTeX string to theBibTeXString
end tell
show myPub
end tell --...
2009-08-20 18:33:40 UTC in BibDesk
-
Autofile now removes slashes instead of creating directories. e.g., if I have a keyword
IR/Religion
And an autofile setting of
%k[/]1/%f{Cite Key}%n0%e
The latest release version puts a dropped file into IR/Religion; the nightly deletes the slash and puts it in a directory called IRReligion.
2009-08-20 18:31:09 UTC in BibDesk
-
Crash occurred while saving. Was unable to reproduce, but am sending the crash log in case there's something apparent.
2009-07-08 21:41:52 UTC in BibDesk
-
Whoops, sorry, that's mine. Forgot to log in.
2009-05-15 17:59:57 UTC in BibDesk
-
Not a script hook, disabled them all, but I do get this in the Console:
5/12/09 9:51:19 AM BibDesk[40091] Cannot remove an observer for the key path "iconScale" from because it is not registered as an observer.
2009-05-12 16:53:03 UTC in BibDesk
-
When I switched to default prefs, it worked again. I've attached my prefs file. Could there be a script hook firing? I can't think of any that should apply in this case.
2009-05-12 16:19:23 UTC in BibDesk
-
If AutoFile is on, a new publication is created with no cite key (or whatever AutoFile requires), and a file is attached to that new publication, both the "Cancel" and "Keep" buttons leave the editor window open; "Keep" should close it.
2009-05-12 01:03:34 UTC in BibDesk
-
Publication table was active, scrolling through a number of items using the arrow keys.
--
Process: BibDesk [4988]
Path: /Applications/BibDesk.app/Contents/MacOS/BibDesk
Identifier: edu.ucsd.cs.mmccrack.bibdesk
Version: 1.3.20 (1477)
Code Type: X86 (Native)
Parent Process: launchd [102]
Date/Time: 2009-05-06 18:05:15.732 -0700
OS Version:
2009-05-07 01:08:20 UTC in BibDesk