Skip to content

Instantly share code, notes, and snippets.

View derickfay's full-sized avatar

Derick Fay derickfay

View GitHub Profile
@derickfay
derickfay / Place Markdown Link of BibDesk Item on Clipboard
Last active October 17, 2021 19:56 — forked from fractaledmind/Insert Markdown Link of BibDesk Item into TextMate
Copies to clipboard to remove dependency on a particular editor. Displays Cite Key as well as Title in selection dialog.
@derickfay
derickfay / Export All Skim Notes with Markdown Reference Links to Clipboard
Last active December 22, 2015 00:08 — forked from fractaledmind/Export All Skim Notes with Markdown Reference Links
Avoids editor-specific dependency by copying notes to the clipboard rather than adding to a file.
-- original by Stephen Margheim
-- edited to write the clipboard by Derick Fay, 29 Aug 2013
-- edited to change link format to Cite Key Title
--establish a variable for the line feed (aka LF key)
set LF to ASCII character 10
--insert the MetaData for export to Evernote
set theText to "# BibDesk Sources Index w/ biblio links" & LF & "= !nbox" & LF & "@ BibDesk, Source List" & LF & LF & LF & "**List of Sources in BibDesk Group**" & LF & LF & LF