Search found 468 matches

by iandol
Tue Apr 12, 2022 9:29 am
Forum: Bookends
Topic: More flexible citekey generation
Replies: 22
Views: 4753

Re: More flexible citekey generation

I personally don't have any requirement or preference (I prefer to use a single library and authoryear works well for me). But I thought I would at least add some comments about other attempts for cite key generation for context. Papers (I think before they were assimilated by the Borg, um I mean ac...
by iandol
Fri Apr 08, 2022 4:54 am
Forum: Bookends
Topic: Case protection in BibTeX export format
Replies: 31
Views: 33628

Re: Case protection in BibTeX export format

What you want is not possible within Bookends AFAIK, and Jon would hopefully be able to say if this would be possible. However, shouldn't it be the job of the system that creates the bibliography to respect your title case? For my use (biology) where terms must be enforced wether the rest of the tit...
by iandol
Fri Apr 08, 2022 4:08 am
Forum: Bookends
Topic: Force the linked BibTeX file to regenerate?
Replies: 3
Views: 1338

Re: Force the linked BibTeX file to regenerate?

Just delete the file; Bookends appears smart enough that if the file disappears then the menu changes and you can create the sync file again...
by iandol
Mon Mar 28, 2022 1:18 pm
Forum: Bookends
Topic: Alternate between windows with ⌘`
Replies: 5
Views: 1626

Re: Alternate between windows with ⌘`

Works for me too (Monterey 12.3), just tried to open TWO libraries and the Format Manager and ⌘` cycled between them without issue. Note I have BetterTouchTool and Alfred running managing a bunch of key bindings and with things like the HyperKey configured just in case the context of which tools may...
by iandol
Tue Mar 01, 2022 3:20 pm
Forum: Bookends for iOS
Topic: Two or three "missing" features on Bookends for iPadOS
Replies: 3
Views: 13249

Re: Two or three "missing" features on Bookends for iPadOS

Gosh, all my thoughts are with Serge (and the millions of others caught up in this illegal and immoral war), in all my interactions he has always been super helpful and thoughtful.
by iandol
Sat Feb 26, 2022 8:26 am
Forum: Bookends
Topic: Great update of reference pane in 14.0.4
Replies: 53
Views: 13849

Re: Great update of reference pane in 14.0.4

Personally I would turn off hints and borders if this was configurable (I consider both of these GUI "noise", it doesn't help me but only increases UI complexity), and be perfectly happy if this wasn't configurable. I think you could have hints optional, and not implement the border...
by iandol
Fri Feb 18, 2022 10:22 pm
Forum: Bookends
Topic: Question about linked BibTex file and formatting
Replies: 7
Views: 2852

Re: Question about linked BibTex file and formatting

You can open an issue and ask that author, that's your best bet.

Learning the tools to roll something yourself does take time and patience, certainly more than the time to manually edit your JSON in the short term :lol: but such skills are useful and satisfying in the long term...
by iandol
Fri Feb 18, 2022 5:32 am
Forum: Bookends
Topic: Question about linked BibTex file and formatting
Replies: 7
Views: 2852

Re: Question about linked BibTex file and formatting

Yeah, according to BetterBibTeX docs: https://retorque.re/zotero-better-bibtex/installation/bundled-translators/ CSL-JSON and BBT-JSON are not equivalent. I have no idea what the differences are, you'd have to try to export each and see what it looks like. I assume you mean this tool: https://github...
by iandol
Tue Feb 15, 2022 3:12 pm
Forum: Bookends
Topic: Seeking insights on (copyright) limits to sharing journal articles
Replies: 5
Views: 3223

Re: Seeking insights on (copyright) limits to sharing journal articles

There are indeed some swathes of grey area here (what exactly does fair-use encompass in terms of education and research?). But personally, I refuse to be a private copyright police for corporate entities like Elsevier. I've shared PDFs and photocopies before that, of papers with colleagues and stud...
by iandol
Fri Feb 04, 2022 5:35 am
Forum: Bookends
Topic: How to obtain [@citekey] from floating citation function?
Replies: 4
Views: 1986

Re: How to obtain [@citekey] from floating citation function?

Personally I think Pandoc/Markdown is becoming more common for academic content[1], and macOS Bookends could consider refactoring the temp citation settings to offer Pandoc citations as a "built-in" option. IIRC Papers and/or Sente offered this in the past. Nevertheless, it is important to...
by iandol
Thu Feb 03, 2022 7:01 pm
Forum: Bookends
Topic: How to obtain [@citekey] from floating citation function?
Replies: 4
Views: 1986

Re: How to obtain [@citekey] from floating citation function?

The other bit of the puzzle you are missing is creating a Pandoc/Markdown Biblio format using $@$u1 : Screenshot 2022-02-03 at 22.55.16.png Then use that Pandoc.fmt in the Prefs Scan & Bib settings: Screenshot 2022-02-03 at 22.55.56_SMALL.png Then you will get a [@citekey] reference. Here is a s...
by iandol
Mon Jan 31, 2022 2:41 pm
Forum: Bookends
Topic: Is there a way to automatically include hyperlink in user field or note?
Replies: 6
Views: 2035

Re: Is there a way to automatically include hyperlink in user field or note?

Correct, this is manual. You could "automate" this with launchd or some other tool so that it runs every X hours, but if you wanted it to be fast (only work on new refs) the script would have to become more complex. Jon will have to reply on the idea of optionally adding self-links to a us...
by iandol
Mon Jan 31, 2022 12:55 pm
Forum: Bookends
Topic: Is there a way to automatically include hyperlink in user field or note?
Replies: 6
Views: 2035

Re: Is there a way to automatically include hyperlink in user field or note?

This applescript will take selected refs and add the bookends:// link to a new note: — I used a selection deliberately so you can choose which refs to operate on, if you want a nuclear option just remove the word "selected": tell application "Bookends" tell front library window s...
by iandol
Mon Jan 31, 2022 12:04 pm
Forum: Bookends
Topic: Is there a way to automatically include hyperlink in user field or note?
Replies: 6
Views: 2035

Re: Is there a way to automatically include hyperlink in user field or note?

At least good news here. Applescript can read and write information from the database, so it is possible to create a script that would iterate through each reference and write a URL with the unique ID to a user field or appended to the notes field. Read the "Scripting Bookends" chapter in ...
by iandol
Mon Jan 31, 2022 5:31 am
Forum: Bookends
Topic: Question about linked BibTex file and formatting
Replies: 7
Views: 2852

Re: Question about linked BibTex file and formatting

I can only add useful information for the worst case scenario. I use Pandoc and have set up macOS launchd to run a script every time the BibTeX file is modified by Bookends (more details here: https://www.sonnysoftware.com/phpBB3/viewtopic.php?p=25644#p25644 ). In my case I run a custom script that ...