Search found 487 matches

by iandol
Thu Dec 29, 2016 8:23 pm
Forum: Bookends
Topic: Citation downloads for Bookends
Replies: 5
Views: 5027

Re: Citation downloads for Bookends

Hi Jon, OK that's great, I had customised my RIS filter myself which is why I didn't notice you had now changed it. 8)
by iandol
Thu Dec 29, 2016 1:49 am
Forum: Bookends
Topic: Citation downloads for Bookends
Replies: 5
Views: 5027

Re: Citation downloads for Bookends

I never got a reply. This backend system has now made its way all the way to Science:

http://science.sciencemag.org/content/354/6319/1587

And it is still exporting Bookends-specific RIS using n2 for the significance / abstract...


TY - JOUR
T1 - Active cortical dendrites modulate perception
JF ...
by iandol
Fri Dec 09, 2016 3:13 am
Forum: Bookends
Topic: New Reference Type: Preprint?
Replies: 4
Views: 4087

Re: New Reference Type: Preprint?

OK there is no way to add the Preprint type without using Unused 0-20, adding a Field21 or something? I agree you can't overwrite any existing fields...

NilsMS — I'd love this too, but I don't think there is an accepted standard on how to forward link from a preprint to the published paper?

And ...
by iandol
Tue Dec 06, 2016 9:57 pm
Forum: Bookends
Topic: New Reference Type: Preprint?
Replies: 4
Views: 4087

New Reference Type: Preprint?

Hi,

Perhaps this is biased by my academic field, but as academic publishing is changing I see that preprint servers are becoming common for more and more academic fields. I know Bookends is very flexible and I can change this for myself, but just wondered if Bookends shouldn't have a dedicated ...
by iandol
Tue Nov 29, 2016 3:08 am
Forum: Looking for import filters...
Topic: Biorxiv
Replies: 12
Views: 83145

Re: Biorxiv

There is a direct bookends compatible RIS output in Citation Tools, e.g. http://biorxiv.org/highwire/citation/25230/bookends — possibly there is a compatibility issue with the abstract, requiring a small edit of the RIS import filter but give it a try first.

Jon has also improved Biorxiv import ...
by iandol
Thu Sep 08, 2016 10:13 pm
Forum: Bookends
Topic: Feature request: Bib sync
Replies: 30
Views: 32929

Re: Feature request: Bib sync

I thought this file watching utility may be potentially helpful for you guys:

https://github.com/emcrisostomo/fswatch

But looking at the database.BDB and database.BDB.JOURNAL files and they don't update when edits are made, so you can't use file changes to automatically trigger the update ...
by iandol
Sat Sep 03, 2016 10:03 pm
Forum: Bookends
Topic: [Feature Request] Highlight Searched for text in PDF view
Replies: 3
Views: 4248

Re: [Feature Request] Highlight Searched for text in PDF view

Dear Jon, thanks for considering this!!! :D
by iandol
Thu Sep 01, 2016 10:37 pm
Forum: Bookends
Topic: How to make quick spotlight search "live"?
Replies: 0
Views: 29563

How to make quick spotlight search "live"?

Hi, I would like to set up the quick search that for spotlight it is also "live" (no need to press enter). To user manual states it isn't live for performance reasons, but my searches after pressing enter are faster than I can easily perceive, and this must depend on the age of the machine and the ...
by iandol
Thu Sep 01, 2016 10:31 pm
Forum: Bookends
Topic: [Feature Request] Highlight Searched for text in PDF view
Replies: 3
Views: 4248

[Feature Request] Highlight Searched for text in PDF view

If I use the Spotlight quick search, the PDF results can be displayed in the attachments panel. In Scrivener and Papers, when your search includes a PDF it also highlights the searched for term within the PDF panel (and scrolls to the first match):
Screenshot 2016-09-02 10.27.43.png
It would be ...
by iandol
Thu Sep 01, 2016 10:23 pm
Forum: Bookends
Topic: Feature request: Bib sync
Replies: 30
Views: 32929

Re: Feature request: Bib sync

Dellu: OK, I suspect you are visualising your PDF constantly as you write, so you need your .BIB file to be up-to-date continuously. I think the Applescript route is the only way to go, it seems much less trouble than dealing with duplicates. Don't forget you can use many different apps to assign ...
by iandol
Thu Sep 01, 2016 9:59 pm
Forum: Bookends
Topic: [Feature Request] Better Support for Pandoc Citations
Replies: 5
Views: 5241

Re: [Feature Request] Better Support for Pandoc Citations

I think it is unfeasible for Jon to support the two formats, and although it would be great to be able to transform between the two, it will probably require a third-party text processing script/tool. I think Bookends supports the applescript necessary to find the references and get back the ...
by iandol
Thu Sep 01, 2016 2:10 am
Forum: Bookends
Topic: [Feature Request] Better Support for Pandoc Citations
Replies: 5
Views: 5241

Re: [Feature Request] Better Support for Pandoc Citations

Yes OK agreed, this would be very non-trivial to implement the full feature set. I wonder how/if Papers 3 deal with this (they support the temporary citation, but no idea about the scanning)?
by iandol
Tue Aug 30, 2016 1:52 am
Forum: Bookends
Topic: [Feature Request] Better Support for Pandoc Citations
Replies: 5
Views: 5241

[Feature Request] Better Support for Pandoc Citations

Pandoc[1] is an excellent text processing engine which integrates into many different workflows. For Scrivener users it offers more powerful features than MMD alone. We can use a custom format (Pandoc = `@`u1) and settings in BE preferences (use [] for temporary citations) to generate temporary ...
by iandol
Mon Aug 29, 2016 11:03 pm
Forum: Bookends
Topic: Scrivener, Bookends & LaTeX
Replies: 4
Views: 6637

Re: Scrivener, Bookends & LaTeX

Yes, there are multiple routes to generate a bibliography in the Scrivener > MMD > LaTeX route:

Use standard BE temporary citations and scan the .md file using Bookends.
Use MMD style citations and transform then to BibLaTex format. LaTeX does the formatting.
Use Pandoc and pandoc-citeproc to ...