Search found 481 matches

by iandol
Thu Apr 24, 2025 1:46 am
Forum: Bookends for iOS
Topic: [Feature Request] "Cited By" Search for iOS
Replies: 1
Views: 2328

[Feature Request] "Cited By" Search for iOS

On desktop, the Citation Inspector can perform a reverse citation (cited by) search on a reference. This feature is incredibly useful when searching for related literature. On iOS this is currently not possible. It would be really great if there was something similar on iOS, with UI like the existin...
by iandol
Fri Mar 14, 2025 12:01 am
Forum: Bookends
Topic: [Feature Request] Support CSL-JSON Format
Replies: 10
Views: 10198

Re: [Feature Request] Support CSL-JSON Format

For anyone thinking about switching to JSON over BIB here is a performance comparison: ✦ ε ➪ benchmark { pandoc -t plain --csl apa.csl --citeproc --bibliography Core.json test.md > /dev /null } 337.467316ms ± 15.798866ms (min 322.477834ms, max 366.256375ms, 5 runs) ✦ ε ➪ benchmark { pandoc -t plain ...
by iandol
Wed Mar 12, 2025 4:12 am
Forum: Bookends
Topic: [Feature Request] Support CSL-JSON Format
Replies: 10
Views: 10198

Re: [Feature Request] Support CSL-JSON Format

This is my interim zsh script to fix dates that runs via launchctl: https://codeberg.org/iandol/dotfiles/src/branch/main/bin/tweakJSON.sh It first uses jq to remove abstracts, addresses etc which cuts the file size down (my JSON is 18MB before and 7MB after, pandoc can load and parse it more quickly...
by iandol
Mon Mar 10, 2025 9:32 pm
Forum: Bookends
Topic: [Feature Request] Support CSL-JSON Format
Replies: 10
Views: 10198

Re: [Feature Request] Support CSL-JSON Format

Thank you Jon for the implementation!!! For Pandoc users, you may find you have some issue with dates. Many of my refs have dates like "2021 Feb 12" and when synced to BibTeX only the year exports (so Pandoc renders just the year in in-text citations/bibliography as expected). But, when ex...
by iandol
Tue Feb 11, 2025 1:01 pm
Forum: Bookends
Topic: [Feature Request] Support CSL-JSON Format
Replies: 10
Views: 10198

Re: [Feature Request] Support CSL-JSON Format

Sent, thanks for the consideration!
by iandol
Tue Feb 11, 2025 6:25 am
Forum: Bookends
Topic: [Feature Request] Support CSL-JSON Format
Replies: 10
Views: 10198

Re: [Feature Request] Support CSL-JSON Format

My personal use would be for Create/Sync Linked BibTeX File, but I can imagine other people may want to use CSL-JSON manually. This was why I asked more generally whether anyone had tried to see if format manager could do this already; I didn't have time to try to build JSON from FM myself yet, and ...
by iandol
Mon Feb 10, 2025 6:58 am
Forum: Bookends
Topic: [Feature Request] Support CSL-JSON Format
Replies: 10
Views: 10198

[Feature Request] Support CSL-JSON Format

For markdown workflows the recommendation is to use CSL-JSON instead of BibTeX, e.g.: https://retorque.re/zotero-better-bibtex/exporting/pandoc/index.html#use-csl-not-bibtex-with-pandoc I currently run a Launchd script to convert the BibTeX that Bookends generates using "Sync Linked BibTeX File...
by iandol
Mon Jan 13, 2025 1:59 am
Forum: Bookends
Topic: A.I. integration?
Replies: 19
Views: 37000

Re: A.I. integration?

What do other users, particularly those with experience using different AI providers or services, think? Does the choice of provider make a meaningful difference? Not a meaningful difference to be honest. I've used Claude and the recent latest Gemini and also regularly run local models (Llama 3.2 a...
by iandol
Sun Oct 27, 2024 9:12 pm
Forum: Bookends
Topic: A.I. integration?
Replies: 19
Views: 37000

Re: A.I. integration?

JabRef had a GSOC student work on adding some AI integrations into their UI, you can read about this here: https://blog.jabref.org/2024/08/21/AI-chatting/ This is fairly basic-level integration, at least the summary tool could be automated for Bookends using Applescript. But still there is so much c...
by iandol
Wed Aug 21, 2024 2:10 pm
Forum: Bookends
Topic: Import .ris file always end up blank
Replies: 4
Views: 7015

Re: Import .ris file always end up blank

I copied your RIS entries to a file and they also import for me just fine (the URLs are broken but that is probably an issue with the forum using ... to shorten the URL...
by iandol
Tue Aug 20, 2024 3:54 am
Forum: Bookends
Topic: Import .ris file always end up blank
Replies: 4
Views: 7015

Re: Import .ris file always end up blank

Can you copy a sample RIS file that doesn't work for you here so we can test?
by iandol
Fri Jun 28, 2024 9:12 pm
Forum: Bookends
Topic: A.I. integration?
Replies: 19
Views: 37000

Re: A.I. integration?

Concerning Bookends, the one thing I was thinking could be a powerful addition is the implementation of Retrieval-Augmented Generation (RAG). I've used AnythingLLM: https://docs.useanything.com/introduction -- which is a local RAG alongside LMStudio (a local LLM runner). I created topic collections...
by iandol
Mon Jun 24, 2024 11:03 am
Forum: Bookends
Topic: Editing bibliography to something non-standard
Replies: 13
Views: 12046

Re: Editing bibliography to something non-standard

Just to add for those who may be open to an alternative: use a markdown writing system with Pandoc filters that automatically handle multiple bibliographies: https://bcdavasconcelos.github.io/citetools/docs_qmd/02-multibib.html There are lots of other nice features of this sort of workflow, but it d...
by iandol
Tue May 14, 2024 9:06 pm
Forum: Bookends
Topic: Generating Bibliography for LyX from Bookends
Replies: 4
Views: 7951

Re: Generating Bibliography for LyX from Bookends

Hm, LateX is not the easiest thing to move to on a deadline (I tend to recommend a Markdown workflow with Pandoc which is simpler and far more flexible). Nevertheless, Bookends is an excellent choice for LaTex companion. Here is what I would do: 1) If you haven't done it yet go to Settings ▸ BibTeX ...
by iandol
Tue May 14, 2024 8:35 pm
Forum: Bookends
Topic: APA 7 and DOI/URL hyperlinks formating in MS Word
Replies: 8
Views: 8468

Re: APA 7 and DOI/URL hyperlinks formating in MS Word

Duh, I should have solved that myself, thanks for the {curly} pointer!